summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonny Stoten2022-05-05 14:51:19 +0100
committerJonny Stoten2022-05-05 14:51:19 +0100
commitc75d0cf9127b3d03c854e42def9b75899b2ba1ec (patch)
tree97025cba97e1a3d13525b9e58876d397136f9654
parentdead866b7c630865421bdb5ef74360647ea289ab (diff)
downloadaur-c75d0cf9127b3d03c854e42def9b75899b2ba1ec.tar.gz
Release of 1.8.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3017505423fa..1feaba61754c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = stripe-cli-bin
pkgdesc = A command-line tool for Stripe
- pkgver = 1.8.10
+ pkgver = 1.8.11
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.8.10/stripe_1.8.10_linux_x86_64.tar.gz
- sha256sums = 40bb5652e931e6a68d65a14875b164ea32c396382b76ae4d310c0cb9d18d3479
+ source = https://github.com/stripe/stripe-cli/releases/download/v1.8.11/stripe_1.8.11_linux_x86_64.tar.gz
+ sha256sums = 67c55e9d03c8022e922cba258de74d5f069c13458f97f61bec215435f411d53a
pkgname = stripe-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index c20bd45f59ab..b7d6250dc4fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonny Stoten <jonny@jonnystoten.com>
pkgname=stripe-cli-bin
-pkgver=1.8.10
+pkgver=1.8.11
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=('40bb5652e931e6a68d65a14875b164ea32c396382b76ae4d310c0cb9d18d3479')
+sha256sums=('67c55e9d03c8022e922cba258de74d5f069c13458f97f61bec215435f411d53a')
package() {
install -Dm 0755 stripe "$pkgdir/usr/bin/stripe"