summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonny Stoten2022-09-20 12:01:50 +0100
committerJonny Stoten2022-09-20 12:01:50 +0100
commite78f4283f758ad6c17b98b21e3ccebd081e58ce8 (patch)
tree1a0b6be00fc5e73ede1fdd3c077c459f1645284c
parent90bb4617b764972476c5f708dcc272cf2b542cf0 (diff)
downloadaur-e78f4283f758ad6c17b98b21e3ccebd081e58ce8.tar.gz
Release of 1.12.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 735ae7cf963a..8fbd3c3eee4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = stripe-cli-bin
pkgdesc = A command-line tool for Stripe
- pkgver = 1.12.1
+ pkgver = 1.12.2
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.1/stripe_1.12.1_linux_x86_64.tar.gz
- sha256sums = 142b6c5076ea714591e266c4e90e6b6f89a564cd19cab9c5db52356a5e2e837f
+ source = https://github.com/stripe/stripe-cli/releases/download/v1.12.2/stripe_1.12.2_linux_x86_64.tar.gz
+ sha256sums = efa8bc26d20c5a1371b0211da839f8fdfa4277472eaa2a0ac45cd5d76624ccdb
pkgname = stripe-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index d1c9419b7cf6..3142ea7d8a05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonny Stoten <jonny@jonnystoten.com>
pkgname=stripe-cli-bin
-pkgver=1.12.1
+pkgver=1.12.2
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=('142b6c5076ea714591e266c4e90e6b6f89a564cd19cab9c5db52356a5e2e837f')
+sha256sums=('efa8bc26d20c5a1371b0211da839f8fdfa4277472eaa2a0ac45cd5d76624ccdb')
package() {
install -Dm 0755 stripe "$pkgdir/usr/bin/stripe"