summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonny Stoten2022-03-29 17:46:30 +0100
committerJonny Stoten2022-03-29 17:46:30 +0100
commit63019c183009325f6036aa6d0a2d293d3ebfb70f (patch)
treebd9c8f3197b07d938e27bdc52fd29800731d7c82
parent99ff1873d74d1a24195cc3964029db4017bb13dc (diff)
downloadaur-63019c183009325f6036aa6d0a2d293d3ebfb70f.tar.gz
Release of 1.8.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e2e36f9c332..4cfc078f01c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = stripe-cli-bin
pkgdesc = A command-line tool for Stripe
- pkgver = 1.8.1
+ pkgver = 1.8.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.8.1/stripe_1.8.1_linux_x86_64.tar.gz
- sha256sums = 224948411300d9e5c5d626eefe3f48de69b4be2c07bc8458fc1e84f4d1b44fdb
+ source = https://github.com/stripe/stripe-cli/releases/download/v1.8.2/stripe_1.8.2_linux_x86_64.tar.gz
+ sha256sums = ffecd05a09753c8df3ecea868daac12482ee42653c0c0bb683ce246e11e6e37b
pkgname = stripe-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index bc17c1f590f8..32238a712c3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonny Stoten <jonny@jonnystoten.com>
pkgname=stripe-cli-bin
-pkgver=1.8.1
+pkgver=1.8.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=('224948411300d9e5c5d626eefe3f48de69b4be2c07bc8458fc1e84f4d1b44fdb')
+sha256sums=('ffecd05a09753c8df3ecea868daac12482ee42653c0c0bb683ce246e11e6e37b')
package() {
install -Dm 0755 stripe "$pkgdir/usr/bin/stripe"