summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonny Stoten2022-11-16 15:14:18 +0000
committerJonny Stoten2022-11-16 15:14:18 +0000
commit9186ccbdbfd58a3e07d9c15897c91bb15269d739 (patch)
tree0a82d21418b0d0c8a6ac683c70a79e45295ade70
parentd4bd3216dd1b67d63d05191aa66bed031f6e311a (diff)
downloadaur-9186ccbdbfd58a3e07d9c15897c91bb15269d739.tar.gz
Release of 1.13.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 357fc5b3984f..3fc02d0e6c73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = stripe-cli-bin
pkgdesc = A command-line tool for Stripe
- pkgver = 1.13.3
+ pkgver = 1.13.4
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.3/stripe_1.13.3_linux_x86_64.tar.gz
- sha256sums = 1ab6b47b63306881bbeee548f9d6288913e2e995e22a6e784f2f08c3d69626b3
+ source = https://github.com/stripe/stripe-cli/releases/download/v1.13.4/stripe_1.13.4_linux_x86_64.tar.gz
+ sha256sums = a9bc692fd43edafbb05f285c16f141e41b18eb38c3cdd98f9ff0872dfc211c4f
pkgname = stripe-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 519acb9cd843..99380e091676 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonny Stoten <jonny@jonnystoten.com>
pkgname=stripe-cli-bin
-pkgver=1.13.3
+pkgver=1.13.4
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=('1ab6b47b63306881bbeee548f9d6288913e2e995e22a6e784f2f08c3d69626b3')
+sha256sums=('a9bc692fd43edafbb05f285c16f141e41b18eb38c3cdd98f9ff0872dfc211c4f')
package() {
install -Dm 0755 stripe "$pkgdir/usr/bin/stripe"