Skip to content

Commit

Permalink
stripe-cli v1.21.11-1
Browse files Browse the repository at this point in the history
  • Loading branch information
mortyr45 authored and github-actions[bot] committed Nov 1, 2024
1 parent e876816 commit 8a5c5a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions packages/stripe-cli/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = stripe-cli
pkgdesc = CLI for Stripe
pkgver = 1.21.8
pkgver = 1.21.11
pkgrel = 1
url = https://github.com/stripe/stripe-cli
arch = i686
Expand All @@ -10,7 +10,7 @@ pkgbase = stripe-cli
makedepends = go
makedepends = git
depends = glibc
source = stripe-cli-1.21.8.tar.gz::https://github.com/stripe/stripe-cli/archive/v1.21.8.tar.gz
b2sums = 394e8236cf4f64bd6d8a3fa72a5efc6a1759b66484835ccfc31447c517e18a85ac26526a020346dddf642c231a03909f77a4db7557473a195db12713984eb105
source = stripe-cli-1.21.11.tar.gz::https://github.com/stripe/stripe-cli/archive/v1.21.11.tar.gz
b2sums = d659936a8c7a750f9f6402cd1ec0c858fab3eea211f686fe85e37591d91d7ece53f04e83e411e162ac513c1f01d3001ee5ae96ad360ad8146ea93154517ecccd

pkgname = stripe-cli
4 changes: 2 additions & 2 deletions packages/stripe-cli/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Contributor: Sam Whited <sam@samwhited.com>

pkgname=stripe-cli
pkgver=1.21.8
pkgver=1.21.11
pkgrel=1
pkgdesc='CLI for Stripe'
arch=(i686 x86_64 aarch64)
Expand All @@ -14,7 +14,7 @@ license=(Apache-2.0)
depends=(glibc)
makedepends=(go git)
source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
b2sums=('394e8236cf4f64bd6d8a3fa72a5efc6a1759b66484835ccfc31447c517e18a85ac26526a020346dddf642c231a03909f77a4db7557473a195db12713984eb105')
b2sums=('d659936a8c7a750f9f6402cd1ec0c858fab3eea211f686fe85e37591d91d7ece53f04e83e411e162ac513c1f01d3001ee5ae96ad360ad8146ea93154517ecccd')

prepare() {
cd $pkgname-$pkgver
Expand Down

0 comments on commit 8a5c5a6

Please sign in to comment.