summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonny Stoten2023-01-13 22:58:12 +0000
committerJonny Stoten2023-01-13 22:58:12 +0000
commit88e19e9b1b5befeb1f834f7acf0c0941ca2a4196 (patch)
tree446b10b57c06a59be3396ab122d497f5e99e66c3
parent89bb06e6db64115d02baf3ff99e0e1e046fb4e33 (diff)
downloadaur-88e19e9b1b5befeb1f834f7acf0c0941ca2a4196.tar.gz
Release of 1.13.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c61d6e8b080a..2cd316012d4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = stripe-cli-bin
pkgdesc = A command-line tool for Stripe
- pkgver = 1.13.7
+ pkgver = 1.13.8
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.7/stripe_1.13.7_linux_x86_64.tar.gz
- sha256sums = 942db0efd88b22f514c2fccdd4a6dc4a04ee669b1a05592af05ea1cd98061db9
+ source = https://github.com/stripe/stripe-cli/releases/download/v1.13.8/stripe_1.13.8_linux_x86_64.tar.gz
+ sha256sums = 0e57d9029695780758c4bf1c5d8ed764158399b2a509e3983f9d160b4fad3318
pkgname = stripe-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1978e7aa6761..d7120c5d14dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonny Stoten <jonny@jonnystoten.com>
pkgname=stripe-cli-bin
-pkgver=1.13.7
+pkgver=1.13.8
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=('942db0efd88b22f514c2fccdd4a6dc4a04ee669b1a05592af05ea1cd98061db9')
+sha256sums=('0e57d9029695780758c4bf1c5d8ed764158399b2a509e3983f9d160b4fad3318')
package() {
install -Dm 0755 stripe "$pkgdir/usr/bin/stripe"