summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonny Stoten2022-03-31 19:28:21 +0100
committerJonny Stoten2022-03-31 19:28:21 +0100
commitf00dd7dc28427b19d05bd7eb00cae21117995fa5 (patch)
treea50ab343b3ce3904886668d77866b16f947c9bb8
parente3fd00bbf7b83d594446cfab80e2641dfe937f4c (diff)
downloadaur-f00dd7dc28427b19d05bd7eb00cae21117995fa5.tar.gz
Release of 1.8.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b12c5544fdc..7bc35f1c7d15 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = stripe-cli-bin
pkgdesc = A command-line tool for Stripe
- pkgver = 1.8.3
+ pkgver = 1.8.4
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.3/stripe_1.8.3_linux_x86_64.tar.gz
- sha256sums = 308551f35fead5cf0c2454189d770deea9dc5ce40de595f3908ffe9b048aa6cb
+ source = https://github.com/stripe/stripe-cli/releases/download/v1.8.4/stripe_1.8.4_linux_x86_64.tar.gz
+ sha256sums = 64db29de14fb03ac6957441e3768113bab8fef9f81938cc6a142b8e24aa426a8
pkgname = stripe-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 52452135f18e..f05e5aa877e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonny Stoten <jonny@jonnystoten.com>
pkgname=stripe-cli-bin
-pkgver=1.8.3
+pkgver=1.8.4
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=('308551f35fead5cf0c2454189d770deea9dc5ce40de595f3908ffe9b048aa6cb')
+sha256sums=('64db29de14fb03ac6957441e3768113bab8fef9f81938cc6a142b8e24aa426a8')
package() {
install -Dm 0755 stripe "$pkgdir/usr/bin/stripe"