summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonny Stoten2021-11-09 16:36:53 +0000
committerJonny Stoten2021-11-09 16:36:53 +0000
commitd163816261115920a3bdfd57cc1a89a43a430a0e (patch)
treedf7b3513ad872786b2e6ca478b553ccfdf9ef064
parentb72e2c267bff384bb2ab6ad6cbfd368510c1d722 (diff)
downloadaur-d163816261115920a3bdfd57cc1a89a43a430a0e.tar.gz
Release of 1.7.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d4b6ec6c6d3..ebb48adb38d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = stripe-cli-bin
pkgdesc = A command-line tool for Stripe
- pkgver = 1.7.6
+ pkgver = 1.7.7
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.6/stripe_1.7.6_linux_x86_64.tar.gz
- sha256sums = a64343835642a1a667f6c4506271ec0e7ffa6d7e974db57f5503d7459b4f57d7
+ source = https://github.com/stripe/stripe-cli/releases/download/v1.7.7/stripe_1.7.7_linux_x86_64.tar.gz
+ sha256sums = 38dac4a74c8364bb2a10a01434b23a04799f27a848dbace57a925fed5e9fe1d3
pkgname = stripe-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 014d65b0cf1f..57cabfec310e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonny Stoten <jonny@jonnystoten.com>
pkgname=stripe-cli-bin
-pkgver=1.7.6
+pkgver=1.7.7
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=('a64343835642a1a667f6c4506271ec0e7ffa6d7e974db57f5503d7459b4f57d7')
+sha256sums=('38dac4a74c8364bb2a10a01434b23a04799f27a848dbace57a925fed5e9fe1d3')
package() {
install -Dm 0755 stripe "$pkgdir/usr/bin/stripe"