summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonny Stoten2021-12-15 09:22:20 +0000
committerJonny Stoten2021-12-15 09:22:20 +0000
commit8f5a32ef0d812453b91ad00b02a1bcc2e4b47836 (patch)
tree4d2e584d89cebd13a75858669a67d167859bde3c
parent1b4acac72f3e68b042261e03e92076cef4a19730 (diff)
downloadaur-8f5a32ef0d812453b91ad00b02a1bcc2e4b47836.tar.gz
Release of 1.7.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24e062e3d45d..47caca8b2aa6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = stripe-cli-bin
pkgdesc = A command-line tool for Stripe
- pkgver = 1.7.8
+ pkgver = 1.7.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.7.8/stripe_1.7.8_linux_x86_64.tar.gz
- sha256sums = d3367e7afbee6b40ddddfd7a1accfccf94f835863299a3102db8ef6beeb0e1a9
+ source = https://github.com/stripe/stripe-cli/releases/download/v1.7.9/stripe_1.7.9_linux_x86_64.tar.gz
+ sha256sums = 12625a145351d55a7d708e0db694a0f5d7d4c9ba80850ac8119cb53eab645a3c
pkgname = stripe-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1c8fbd3cd754..39ea9c5b9b80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonny Stoten <jonny@jonnystoten.com>
pkgname=stripe-cli-bin
-pkgver=1.7.8
+pkgver=1.7.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=('d3367e7afbee6b40ddddfd7a1accfccf94f835863299a3102db8ef6beeb0e1a9')
+sha256sums=('12625a145351d55a7d708e0db694a0f5d7d4c9ba80850ac8119cb53eab645a3c')
package() {
install -Dm 0755 stripe "$pkgdir/usr/bin/stripe"