Skip to content

Commit

Permalink
stripe-cli v1.21.5-1 (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
mortyr45 committed Sep 14, 2024
1 parent cf663ec commit 0c7086a
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.3
pkgver = 1.21.5
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.3.tar.gz::https://github.com/stripe/stripe-cli/archive/v1.21.3.tar.gz
b2sums = 4a7284d4c6e4560551b87830b44aacb87d25afd6777c9087c696ccf951ea90ac4af068d3ca24ad0e69fc97308f9ac575f96368ce3ef7181b09856003c9abd554
source = stripe-cli-1.21.5.tar.gz::https://github.com/stripe/stripe-cli/archive/v1.21.5.tar.gz
b2sums = ae61d539546c5868dd34848b78142740ad6c1e29e34148aec41357b2baf6cd0045a394e0b9e08151795d33f16d4141cc285f99331ca8f63baf80f1ba8d91dc36

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.3
pkgver=1.21.5
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=('4a7284d4c6e4560551b87830b44aacb87d25afd6777c9087c696ccf951ea90ac4af068d3ca24ad0e69fc97308f9ac575f96368ce3ef7181b09856003c9abd554')
b2sums=('ae61d539546c5868dd34848b78142740ad6c1e29e34148aec41357b2baf6cd0045a394e0b9e08151795d33f16d4141cc285f99331ca8f63baf80f1ba8d91dc36')

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

0 comments on commit 0c7086a

Please sign in to comment.