summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonny Stoten2022-02-04 10:45:48 +0000
committerJonny Stoten2022-02-04 10:45:48 +0000
commit332089178b3ed17f3a9f24cf9f936c56951fa6c2 (patch)
tree5fe63c134b0e9aab6937d9690882bb5689103c05
parent4503d586f3f2b29bed4689efd816d713e0329a82 (diff)
downloadaur-332089178b3ed17f3a9f24cf9f936c56951fa6c2.tar.gz
Release of 1.7.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19c84ec4dff8..0458b5a6ecd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = stripe-cli-bin
pkgdesc = A command-line tool for Stripe
- pkgver = 1.7.10
+ pkgver = 1.7.11
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.10/stripe_1.7.10_linux_x86_64.tar.gz
- sha256sums = df9706c384023c321697bf707ee83c4257fb23f8e88cfd6bf83336c62afed071
+ source = https://github.com/stripe/stripe-cli/releases/download/v1.7.11/stripe_1.7.11_linux_x86_64.tar.gz
+ sha256sums = 4445c2d65705c144f9c5f0558c82ef7e744a58123bf870ca2b4ac99406e7cdef
pkgname = stripe-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 39d3f9a7de67..c02bf747e010 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonny Stoten <jonny@jonnystoten.com>
pkgname=stripe-cli-bin
-pkgver=1.7.10
+pkgver=1.7.11
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=('df9706c384023c321697bf707ee83c4257fb23f8e88cfd6bf83336c62afed071')
+sha256sums=('4445c2d65705c144f9c5f0558c82ef7e744a58123bf870ca2b4ac99406e7cdef')
package() {
install -Dm 0755 stripe "$pkgdir/usr/bin/stripe"