Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stripe-cli v1.21.5-1 #139

Merged
merged 1 commit into from
Sep 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading