summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonny Stoten2021-11-09 17:26:24 +0000
committerJonny Stoten2021-11-09 17:26:24 +0000
commit1b4acac72f3e68b042261e03e92076cef4a19730 (patch)
tree8a3db415dc7a17fafea8eb11063d97537553e7c2
parentd163816261115920a3bdfd57cc1a89a43a430a0e (diff)
downloadaur-1b4acac72f3e68b042261e03e92076cef4a19730.tar.gz
Release of 1.7.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebb48adb38d3..24e062e3d45d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = stripe-cli-bin
pkgdesc = A command-line tool for Stripe
- pkgver = 1.7.7
+ pkgver = 1.7.8
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.7.7/stripe_1.7.7_linux_x86_64.tar.gz
- sha256sums = 38dac4a74c8364bb2a10a01434b23a04799f27a848dbace57a925fed5e9fe1d3
+ source = https://github.com/stripe/stripe-cli/releases/download/v1.7.8/stripe_1.7.8_linux_x86_64.tar.gz
+ sha256sums = d3367e7afbee6b40ddddfd7a1accfccf94f835863299a3102db8ef6beeb0e1a9
pkgname = stripe-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 57cabfec310e..1c8fbd3cd754 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonny Stoten <jonny@jonnystoten.com>
pkgname=stripe-cli-bin
-pkgver=1.7.7
+pkgver=1.7.8
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=('38dac4a74c8364bb2a10a01434b23a04799f27a848dbace57a925fed5e9fe1d3')
+sha256sums=('d3367e7afbee6b40ddddfd7a1accfccf94f835863299a3102db8ef6beeb0e1a9')
package() {
install -Dm 0755 stripe "$pkgdir/usr/bin/stripe"