summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonny Stoten2023-02-14 09:54:19 +0000
committerJonny Stoten2023-02-14 09:54:19 +0000
commite0ed14abd3037c3a9ac1851b323c68fba504352d (patch)
treea531bdd6577a5a9941631801f8c3ed00f8a5cd93
parent88e19e9b1b5befeb1f834f7acf0c0941ca2a4196 (diff)
downloadaur-e0ed14abd3037c3a9ac1851b323c68fba504352d.tar.gz
Release of 1.13.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cd316012d4a..5b5b0e5db2c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = stripe-cli-bin
pkgdesc = A command-line tool for Stripe
- pkgver = 1.13.8
+ pkgver = 1.13.9
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.8/stripe_1.13.8_linux_x86_64.tar.gz
- sha256sums = 0e57d9029695780758c4bf1c5d8ed764158399b2a509e3983f9d160b4fad3318
+ source = https://github.com/stripe/stripe-cli/releases/download/v1.13.9/stripe_1.13.9_linux_x86_64.tar.gz
+ sha256sums = 583f750d92cf415e9429cd6ce4645703fa2629529cdf8aab03a205af1b485e84
pkgname = stripe-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index d7120c5d14dd..6c58ca5301e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonny Stoten <jonny@jonnystoten.com>
pkgname=stripe-cli-bin
-pkgver=1.13.8
+pkgver=1.13.9
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=('0e57d9029695780758c4bf1c5d8ed764158399b2a509e3983f9d160b4fad3318')
+sha256sums=('583f750d92cf415e9429cd6ce4645703fa2629529cdf8aab03a205af1b485e84')
package() {
install -Dm 0755 stripe "$pkgdir/usr/bin/stripe"