summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonny Stoten2023-10-18 09:35:26 +0100
committerJonny Stoten2023-10-18 09:35:26 +0100
commit2ff7ba74dcb9340903dafed12c9d5bb73d484cf5 (patch)
treebe93e5783316eb79fda9031c63d3e67ce285ec70
parenta96d4da4f02876ef6e9bb35ada524c7e359895ef (diff)
downloadaur-2ff7ba74dcb9340903dafed12c9d5bb73d484cf5.tar.gz
Release of 1.18.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 500d11d49c4b..b1cdbccedc6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = stripe-cli-bin
pkgdesc = A command-line tool for Stripe
- pkgver = 1.17.2
+ pkgver = 1.18.0
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.2/stripe_1.17.2_linux_x86_64.tar.gz
- sha256sums = 6b0232ae154fec0999e50c29499fd96516e92472ba5dfdcc85ea037ce24b613f
+ source = https://github.com/stripe/stripe-cli/releases/download/v1.18.0/stripe_1.18.0_linux_x86_64.tar.gz
+ sha256sums = 9e5b7df14a425b3f6d87f80f4e068fb780adcab67fe4a1b6587edf802c0b7c5b
pkgname = stripe-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 95d19a859b8b..02f3cc9b4c9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonny Stoten <jonny@jonnystoten.com>
pkgname=stripe-cli-bin
-pkgver=1.17.2
+pkgver=1.18.0
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=('6b0232ae154fec0999e50c29499fd96516e92472ba5dfdcc85ea037ce24b613f')
+sha256sums=('9e5b7df14a425b3f6d87f80f4e068fb780adcab67fe4a1b6587edf802c0b7c5b')
package() {
install -Dm 0755 stripe "$pkgdir/usr/bin/stripe"