summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonny Stoten2022-09-12 09:56:31 +0100
committerJonny Stoten2022-09-12 09:56:31 +0100
commit1787088fe2794aec2465cf3e27b16ceb874d68a9 (patch)
tree08036812f8f33093e0b6f1213216c8e10caa1cd9
parenta951e90f06ae0c5a3e925a69128bda9384ff4c2b (diff)
downloadaur-1787088fe2794aec2465cf3e27b16ceb874d68a9.tar.gz
Release of 1.12.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d5cb70bb238..413ed175d568 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = stripe-cli-bin
pkgdesc = A command-line tool for Stripe
- pkgver = 1.11.3
+ pkgver = 1.12.0
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.11.3/stripe_1.11.3_linux_x86_64.tar.gz
- sha256sums = 71264f217f54ead8460332f906b6a1f4328ff7b5c3f0af21be225e481be48a98
+ source = https://github.com/stripe/stripe-cli/releases/download/v1.12.0/stripe_1.12.0_linux_x86_64.tar.gz
+ sha256sums = e3d8ee4029a3689c488c510ed571e113c5fb3879af5e2739c5dfc99e309e1dc4
pkgname = stripe-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1b63d710ab63..1b14b314d768 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonny Stoten <jonny@jonnystoten.com>
pkgname=stripe-cli-bin
-pkgver=1.11.3
+pkgver=1.12.0
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=('71264f217f54ead8460332f906b6a1f4328ff7b5c3f0af21be225e481be48a98')
+sha256sums=('e3d8ee4029a3689c488c510ed571e113c5fb3879af5e2739c5dfc99e309e1dc4')
package() {
install -Dm 0755 stripe "$pkgdir/usr/bin/stripe"