summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonny Stoten2023-02-28 17:17:39 +0000
committerJonny Stoten2023-02-28 17:17:39 +0000
commit9d5a0c843b82c0e9de904c38bbb435d1a903cf80 (patch)
tree03849c31bda8a190bf5dc0a6822102487945eb27
parentc2697e51916bb06510f287f7c6e7c1e52ba21faa (diff)
downloadaur-9d5a0c843b82c0e9de904c38bbb435d1a903cf80.tar.gz
Release of 1.13.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08e52982af6f..3add5e052c5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = stripe-cli-bin
pkgdesc = A command-line tool for Stripe
- pkgver = 1.13.10
+ pkgver = 1.13.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.13.10/stripe_1.13.10_linux_x86_64.tar.gz
- sha256sums = 04152b29bc3abc62f835f9936ac35d6c0bbb3975acb9aea7bb06613a1bdb79c1
+ source = https://github.com/stripe/stripe-cli/releases/download/v1.13.11/stripe_1.13.11_linux_x86_64.tar.gz
+ sha256sums = bf79d80b748a45432867d12fbee450e3786f1447e12367d236c6e67d829caf6a
pkgname = stripe-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8956b851a825..7cc884140931 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonny Stoten <jonny@jonnystoten.com>
pkgname=stripe-cli-bin
-pkgver=1.13.10
+pkgver=1.13.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=('04152b29bc3abc62f835f9936ac35d6c0bbb3975acb9aea7bb06613a1bdb79c1')
+sha256sums=('bf79d80b748a45432867d12fbee450e3786f1447e12367d236c6e67d829caf6a')
package() {
install -Dm 0755 stripe "$pkgdir/usr/bin/stripe"