summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonny Stoten2022-04-07 19:43:51 +0100
committerJonny Stoten2022-04-07 19:43:51 +0100
commit07e0afe3f8082344205a1a29f841d369223307ae (patch)
treeeb83820d214ba29be7c33676fbd9a427d225fa98
parent627d45ed5aa5bac426d75ed88c0fc44fad2edb90 (diff)
downloadaur-07e0afe3f8082344205a1a29f841d369223307ae.tar.gz
Release of 1.8.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e063f8ac4dc7..0f81627ff899 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = stripe-cli-bin
pkgdesc = A command-line tool for Stripe
- pkgver = 1.8.5
+ pkgver = 1.8.6
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.5/stripe_1.8.5_linux_x86_64.tar.gz
- sha256sums = 7478ae38656e3d2faad474ce09901b9076dfa2802e6004989a51f56a3bb7b947
+ source = https://github.com/stripe/stripe-cli/releases/download/v1.8.6/stripe_1.8.6_linux_x86_64.tar.gz
+ sha256sums = e0ac14227d0cdfe36d59f893aeb2e08773d4f7cc462532aea0afb3a60bacfad4
pkgname = stripe-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index e85790eb75c7..c412324d991a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonny Stoten <jonny@jonnystoten.com>
pkgname=stripe-cli-bin
-pkgver=1.8.5
+pkgver=1.8.6
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=('7478ae38656e3d2faad474ce09901b9076dfa2802e6004989a51f56a3bb7b947')
+sha256sums=('e0ac14227d0cdfe36d59f893aeb2e08773d4f7cc462532aea0afb3a60bacfad4')
package() {
install -Dm 0755 stripe "$pkgdir/usr/bin/stripe"