summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonny Stoten2022-11-22 11:09:20 +0000
committerJonny Stoten2022-11-22 11:09:20 +0000
commit5a60f9f262fa93560066606a3a0fd1e7ed0caf3b (patch)
treeaf5cc2f9552cff2a39119baf3ab4b120ce4d4c82
parent9186ccbdbfd58a3e07d9c15897c91bb15269d739 (diff)
downloadaur-5a60f9f262fa93560066606a3a0fd1e7ed0caf3b.tar.gz
Release of 1.13.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fc02d0e6c73..75eee529a142 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = stripe-cli-bin
pkgdesc = A command-line tool for Stripe
- pkgver = 1.13.4
+ pkgver = 1.13.5
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.4/stripe_1.13.4_linux_x86_64.tar.gz
- sha256sums = a9bc692fd43edafbb05f285c16f141e41b18eb38c3cdd98f9ff0872dfc211c4f
+ source = https://github.com/stripe/stripe-cli/releases/download/v1.13.5/stripe_1.13.5_linux_x86_64.tar.gz
+ sha256sums = 972fdb9c9a0f23c0fb2d56c1a4a3afb7b815376f61604bbae0a7bed38db0932f
pkgname = stripe-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 99380e091676..839a424d1f43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonny Stoten <jonny@jonnystoten.com>
pkgname=stripe-cli-bin
-pkgver=1.13.4
+pkgver=1.13.5
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=('a9bc692fd43edafbb05f285c16f141e41b18eb38c3cdd98f9ff0872dfc211c4f')
+sha256sums=('972fdb9c9a0f23c0fb2d56c1a4a3afb7b815376f61604bbae0a7bed38db0932f')
package() {
install -Dm 0755 stripe "$pkgdir/usr/bin/stripe"