summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonny Stoten2022-09-23 15:33:27 +0100
committerJonny Stoten2022-09-23 15:33:27 +0100
commit121b26044aad64a31eaec02167af310434ec882e (patch)
treec291cac7d5c18d96c891c43dfcc677bf87e59ac8
parente78f4283f758ad6c17b98b21e3ccebd081e58ce8 (diff)
downloadaur-121b26044aad64a31eaec02167af310434ec882e.tar.gz
Release of 1.12.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8fbd3c3eee4b..04d8ad9aa5e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = stripe-cli-bin
pkgdesc = A command-line tool for Stripe
- pkgver = 1.12.2
+ pkgver = 1.12.3
pkgrel = 1
url = https://stripe.com/docs/stripe-cli
arch = x86_64
license = Apache
conflicts = stripe-cli
- source = https://github.com/stripe/stripe-cli/releases/download/v1.12.2/stripe_1.12.2_linux_x86_64.tar.gz
- sha256sums = efa8bc26d20c5a1371b0211da839f8fdfa4277472eaa2a0ac45cd5d76624ccdb
+ source = https://github.com/stripe/stripe-cli/releases/download/v1.12.3/stripe_1.12.3_linux_x86_64.tar.gz
+ sha256sums = 0160a73d3ac03ab8d2b75b718604ff85bb2daf7d25482e414c043ad6ad3a9232
pkgname = stripe-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3142ea7d8a05..8cbe5ea7c63a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonny Stoten <jonny@jonnystoten.com>
pkgname=stripe-cli-bin
-pkgver=1.12.2
+pkgver=1.12.3
pkgrel=1
pkgdesc="A command-line tool for Stripe"
arch=("x86_64")
@@ -11,7 +11,7 @@ depends=()
provides=()
conflicts=(stripe-cli)
source=("https://github.com/stripe/stripe-cli/releases/download/v$pkgver/stripe_${pkgver}_linux_x86_64.tar.gz")
-sha256sums=('efa8bc26d20c5a1371b0211da839f8fdfa4277472eaa2a0ac45cd5d76624ccdb')
+sha256sums=('0160a73d3ac03ab8d2b75b718604ff85bb2daf7d25482e414c043ad6ad3a9232')
package() {
install -Dm 0755 stripe "$pkgdir/usr/bin/stripe"