summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonny Stoten2022-12-05 10:57:25 +0000
committerJonny Stoten2022-12-05 10:57:25 +0000
commitb500a5333593da0ae37b36669cb8db66bae671c6 (patch)
tree31c5bb3f747b8442bcf89da5464d24aa4118e502
parent5a60f9f262fa93560066606a3a0fd1e7ed0caf3b (diff)
downloadaur-b500a5333593da0ae37b36669cb8db66bae671c6.tar.gz
Release of 1.13.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75eee529a142..5220945d2eee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = stripe-cli-bin
pkgdesc = A command-line tool for Stripe
- pkgver = 1.13.5
+ pkgver = 1.13.6
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.5/stripe_1.13.5_linux_x86_64.tar.gz
- sha256sums = 972fdb9c9a0f23c0fb2d56c1a4a3afb7b815376f61604bbae0a7bed38db0932f
+ source = https://github.com/stripe/stripe-cli/releases/download/v1.13.6/stripe_1.13.6_linux_x86_64.tar.gz
+ sha256sums = 5e4a56b567859006e0c41bc9f404c859e411ea4796850b80814edff0ca43ff6b
pkgname = stripe-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 839a424d1f43..142f4d30ea33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonny Stoten <jonny@jonnystoten.com>
pkgname=stripe-cli-bin
-pkgver=1.13.5
+pkgver=1.13.6
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=('972fdb9c9a0f23c0fb2d56c1a4a3afb7b815376f61604bbae0a7bed38db0932f')
+sha256sums=('5e4a56b567859006e0c41bc9f404c859e411ea4796850b80814edff0ca43ff6b')
package() {
install -Dm 0755 stripe "$pkgdir/usr/bin/stripe"