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.22.0-1 #154

Merged
merged 1 commit into from
Dec 6, 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.11
pkgver = 1.22.0
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.11.tar.gz::https://github.com/stripe/stripe-cli/archive/v1.21.11.tar.gz
b2sums = d659936a8c7a750f9f6402cd1ec0c858fab3eea211f686fe85e37591d91d7ece53f04e83e411e162ac513c1f01d3001ee5ae96ad360ad8146ea93154517ecccd
source = stripe-cli-1.22.0.tar.gz::https://github.com/stripe/stripe-cli/archive/v1.22.0.tar.gz
b2sums = 4f4c5e21cceb4f96080accb0b224caa2b0cb135b906d4132067aa483a0cb43f3064db44e5f8878556b2ba633870084b5c0455638ff4c753243652619dc01a2b8

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.11
pkgver=1.22.0
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=('d659936a8c7a750f9f6402cd1ec0c858fab3eea211f686fe85e37591d91d7ece53f04e83e411e162ac513c1f01d3001ee5ae96ad360ad8146ea93154517ecccd')
b2sums=('4f4c5e21cceb4f96080accb0b224caa2b0cb135b906d4132067aa483a0cb43f3064db44e5f8878556b2ba633870084b5c0455638ff4c753243652619dc01a2b8')

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