summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonny Stoten2023-07-24 10:30:28 +0100
committerJonny Stoten2023-07-24 10:30:28 +0100
commitc45c722b19fdd8a9d130806ec9b4d960558b7af6 (patch)
tree6e90f35e23c2e85666a03914a91d5ae5de99ee27
parent7827e4562bad2427a412c8add0a0186beb8a4c3f (diff)
downloadaur-c45c722b19fdd8a9d130806ec9b4d960558b7af6.tar.gz
Release of 1.17.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 683880f1189f..31272f1307b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = stripe-cli-bin
pkgdesc = A command-line tool for Stripe
- pkgver = 1.16.0
+ pkgver = 1.17.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.16.0/stripe_1.16.0_linux_x86_64.tar.gz
- sha256sums = c6ca81c159a73e8a0f248e50e9d294ea5da9b686220507ecd30b06d9addb362f
+ source = https://github.com/stripe/stripe-cli/releases/download/v1.17.0/stripe_1.17.0_linux_x86_64.tar.gz
+ sha256sums = ea7897a1e7e74509d9c267caf7911a42126df0f2ccf83e50274b6c39780e2407
pkgname = stripe-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index afc2fc2eebcc..e13fa3fbf86d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonny Stoten <jonny@jonnystoten.com>
pkgname=stripe-cli-bin
-pkgver=1.16.0
+pkgver=1.17.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=('c6ca81c159a73e8a0f248e50e9d294ea5da9b686220507ecd30b06d9addb362f')
+sha256sums=('ea7897a1e7e74509d9c267caf7911a42126df0f2ccf83e50274b6c39780e2407')
package() {
install -Dm 0755 stripe "$pkgdir/usr/bin/stripe"