summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1cdbccedc6d..c5649c005688 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = stripe-cli-bin
pkgdesc = A command-line tool for Stripe
- pkgver = 1.18.0
+ pkgver = 1.19.1
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.18.0/stripe_1.18.0_linux_x86_64.tar.gz
- sha256sums = 9e5b7df14a425b3f6d87f80f4e068fb780adcab67fe4a1b6587edf802c0b7c5b
+ source = https://github.com/stripe/stripe-cli/releases/download/v1.19.1/stripe_1.19.1_linux_x86_64.tar.gz
+ sha256sums = 963c83aa410a91a7bf38de6e4564acf5e94d8ba2dc41c7fcbf75bf55b59a77c6
pkgname = stripe-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 02f3cc9b4c9e..6dcceeaa2aa2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonny Stoten <jonny@jonnystoten.com>
pkgname=stripe-cli-bin
-pkgver=1.18.0
+pkgver=1.19.1
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=('9e5b7df14a425b3f6d87f80f4e068fb780adcab67fe4a1b6587edf802c0b7c5b')
+sha256sums=('963c83aa410a91a7bf38de6e4564acf5e94d8ba2dc41c7fcbf75bf55b59a77c6')
package() {
install -Dm 0755 stripe "$pkgdir/usr/bin/stripe"