summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonny Stoten2022-04-29 18:29:12 +0100
committerJonny Stoten2022-04-29 18:29:12 +0100
commit225db39e657edf52be8278a698a085f1848845c5 (patch)
tree4b65b5fec1fed0c9c9f4b353eb7d14047dd45f56
parenta5f5423003d8ec0236d15ac79993d86bbd23b552 (diff)
downloadaur-225db39e657edf52be8278a698a085f1848845c5.tar.gz
Release of 1.8.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d6d471c8a5f..36e3d6fa12ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = stripe-cli-bin
pkgdesc = A command-line tool for Stripe
- pkgver = 1.8.8
+ pkgver = 1.8.9
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.8.8/stripe_1.8.8_linux_x86_64.tar.gz
- sha256sums = 4baa0b701103531ab5140bc4242444608dbe1a72ff8c5b9ca3d480a12475fc0a
+ source = https://github.com/stripe/stripe-cli/releases/download/v1.8.9/stripe_1.8.9_linux_x86_64.tar.gz
+ sha256sums = 66fd6b1a6aa3eae3eca31f51ce77b579c88bdcc9cd317e7cd235c7500cb6acfe
pkgname = stripe-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index ceb58d9d5ff0..86a861e33c7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonny Stoten <jonny@jonnystoten.com>
pkgname=stripe-cli-bin
-pkgver=1.8.8
+pkgver=1.8.9
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=('4baa0b701103531ab5140bc4242444608dbe1a72ff8c5b9ca3d480a12475fc0a')
+sha256sums=('66fd6b1a6aa3eae3eca31f51ce77b579c88bdcc9cd317e7cd235c7500cb6acfe')
package() {
install -Dm 0755 stripe "$pkgdir/usr/bin/stripe"