Skip to content

Commit

Permalink
stripe-cli v1.21.2-1 (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
mortyr45 authored Jul 28, 2024
1 parent 90c8970 commit 58454eb
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.0
pkgver = 1.21.2
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.0.tar.gz::https://github.com/stripe/stripe-cli/archive/v1.21.0.tar.gz
b2sums = c9b743a7c32ac20343ab9ba771dda6b0ce7cb13149dbc466ea1f3a49d1b461f86e9a0411981d5b54b7b954159276779ae0f4a8a3b3216c4d9f08a51624a96d92
source = stripe-cli-1.21.2.tar.gz::https://github.com/stripe/stripe-cli/archive/v1.21.2.tar.gz
b2sums = 8cd873d93f4c9f76ba0792bdd55512c44a1fd3c75dbca957269348634704574499352e8060d708dd701e6170b075e6155bc34ab18533f7e3b610ad459bce14c3

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.0
pkgver=1.21.2
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=('c9b743a7c32ac20343ab9ba771dda6b0ce7cb13149dbc466ea1f3a49d1b461f86e9a0411981d5b54b7b954159276779ae0f4a8a3b3216c4d9f08a51624a96d92')
b2sums=('8cd873d93f4c9f76ba0792bdd55512c44a1fd3c75dbca957269348634704574499352e8060d708dd701e6170b075e6155bc34ab18533f7e3b610ad459bce14c3')

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

0 comments on commit 58454eb

Please sign in to comment.