Skip to content

Commit

Permalink
stripe-cli v1.23.2-1 (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
mortyr45 authored Dec 21, 2024
1 parent 6e43d87 commit c6d95ac
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.22.0
pkgver = 1.23.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.22.0.tar.gz::https://github.com/stripe/stripe-cli/archive/v1.22.0.tar.gz
b2sums = 4f4c5e21cceb4f96080accb0b224caa2b0cb135b906d4132067aa483a0cb43f3064db44e5f8878556b2ba633870084b5c0455638ff4c753243652619dc01a2b8
source = stripe-cli-1.23.2.tar.gz::https://github.com/stripe/stripe-cli/archive/v1.23.2.tar.gz
b2sums = 63ada7d95028d8025a1ffdce06b3b474c79b1833d18efde6889413712fdd71ceb4331c92d4c5b36847f488e9943578ce92d96a6c54b0b2535bf735bff3364200

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.22.0
pkgver=1.23.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=('4f4c5e21cceb4f96080accb0b224caa2b0cb135b906d4132067aa483a0cb43f3064db44e5f8878556b2ba633870084b5c0455638ff4c753243652619dc01a2b8')
b2sums=('63ada7d95028d8025a1ffdce06b3b474c79b1833d18efde6889413712fdd71ceb4331c92d4c5b36847f488e9943578ce92d96a6c54b0b2535bf735bff3364200')

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

0 comments on commit c6d95ac

Please sign in to comment.