summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonny Stoten2023-08-29 15:21:36 +0100
committerJonny Stoten2023-08-29 15:21:36 +0100
commita96d4da4f02876ef6e9bb35ada524c7e359895ef (patch)
treef23e97e9eabb2305693b6354d425a4fc6a271957
parentec5e7528dfa87c4b9f4e69476edf57a48eebe692 (diff)
downloadaur-a96d4da4f02876ef6e9bb35ada524c7e359895ef.tar.gz
Release of 1.17.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5a37e1b04da..500d11d49c4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = stripe-cli-bin
pkgdesc = A command-line tool for Stripe
- pkgver = 1.17.1
+ pkgver = 1.17.2
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.17.1/stripe_1.17.1_linux_x86_64.tar.gz
- sha256sums = d17abfde908eed734e97c734c333aa2792cdc6642ae9f6aeb27d1e8cb5143124
+ source = https://github.com/stripe/stripe-cli/releases/download/v1.17.2/stripe_1.17.2_linux_x86_64.tar.gz
+ sha256sums = 6b0232ae154fec0999e50c29499fd96516e92472ba5dfdcc85ea037ce24b613f
pkgname = stripe-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4bf99fcc4e05..95d19a859b8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonny Stoten <jonny@jonnystoten.com>
pkgname=stripe-cli-bin
-pkgver=1.17.1
+pkgver=1.17.2
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=('d17abfde908eed734e97c734c333aa2792cdc6642ae9f6aeb27d1e8cb5143124')
+sha256sums=('6b0232ae154fec0999e50c29499fd96516e92472ba5dfdcc85ea037ce24b613f')
package() {
install -Dm 0755 stripe "$pkgdir/usr/bin/stripe"