summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonny Stoten2022-06-06 11:59:18 +0100
committerJonny Stoten2022-06-06 11:59:18 +0100
commit003ffd89773bef01d542dc8acee91d9248a32f58 (patch)
treec924f3d9f183facc55c5f4590e60656e70b2ea40
parent244a9701ee465613a858798c1ff50e70bd2b3e1f (diff)
downloadaur-003ffd89773bef01d542dc8acee91d9248a32f58.tar.gz
Release of 1.10.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d05d354e494f..a4085508ec81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = stripe-cli-bin
pkgdesc = A command-line tool for Stripe
- pkgver = 1.9.0
+ pkgver = 1.10.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.9.0/stripe_1.9.0_linux_x86_64.tar.gz
- sha256sums = 7978b7e08318b83ea1bc8da3a62109fa75acb111eec0713785c1897b897496fb
+ source = https://github.com/stripe/stripe-cli/releases/download/v1.10.3/stripe_1.10.3_linux_x86_64.tar.gz
+ sha256sums = ad1b92cf740566efccbea67fed13520bf66b2cfe2d9a92a0d007cfae353e9ce6
pkgname = stripe-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 60fb4a35acbd..21efac4efc75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonny Stoten <jonny@jonnystoten.com>
pkgname=stripe-cli-bin
-pkgver=1.9.0
+pkgver=1.10.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=('7978b7e08318b83ea1bc8da3a62109fa75acb111eec0713785c1897b897496fb')
+sha256sums=('ad1b92cf740566efccbea67fed13520bf66b2cfe2d9a92a0d007cfae353e9ce6')
package() {
install -Dm 0755 stripe "$pkgdir/usr/bin/stripe"