summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonny Stoten2022-10-21 09:30:05 +0100
committerJonny Stoten2022-10-21 09:30:05 +0100
commita5b78033aecb0445f8447bfff2909155f251ff5f (patch)
treebb81f9641603a8cb4dbc17d352410cace54e1cfb
parent7597cab4352ae919b4cc384c716e3c2a6dce546f (diff)
downloadaur-a5b78033aecb0445f8447bfff2909155f251ff5f.tar.gz
Release of 1.13.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a5277be487c..8f049e51316a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = stripe-cli-bin
pkgdesc = A command-line tool for Stripe
- pkgver = 1.12.4
+ pkgver = 1.13.0
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.12.4/stripe_1.12.4_linux_x86_64.tar.gz
- sha256sums = 3771f64fb156d8f8281ae3b3153d32a0a9e15b8e3f79e004392bbb4d8ff14b41
+ source = https://github.com/stripe/stripe-cli/releases/download/v1.13.0/stripe_1.13.0_linux_x86_64.tar.gz
+ sha256sums = b17e5b06d8f6c1c99fea0b7e989be2f5ef84381bbd92c331df168b7f20c612a4
pkgname = stripe-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index c2ed05930f3b..6b25967911e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonny Stoten <jonny@jonnystoten.com>
pkgname=stripe-cli-bin
-pkgver=1.12.4
+pkgver=1.13.0
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=('3771f64fb156d8f8281ae3b3153d32a0a9e15b8e3f79e004392bbb4d8ff14b41')
+sha256sums=('b17e5b06d8f6c1c99fea0b7e989be2f5ef84381bbd92c331df168b7f20c612a4')
package() {
install -Dm 0755 stripe "$pkgdir/usr/bin/stripe"