summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonny Stoten2020-04-10 09:02:21 +0100
committerJonny Stoten2020-04-10 09:02:21 +0100
commitdfa2e9cb3c08b746e9c3c9ed2acc099d9c317ff3 (patch)
tree277912517dcef6237a7edef145e63bbd2532cd92
parent8be46b8b3f53d77c8eb0e96c357ad99ab15a0e1e (diff)
downloadaur-dfa2e9cb3c08b746e9c3c9ed2acc099d9c317ff3.tar.gz
Release of 1.3.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 247f2b656d88..ff73928199b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = stripe-cli-bin
pkgdesc = A command-line tool for Stripe
- pkgver = 1.3.9
+ pkgver = 1.3.10
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.3.9/stripe_1.3.9_linux_x86_64.tar.gz
- sha256sums = 111a38209282801316ab1951aa09aa92e877acadec0929a3c03495823c4341ea
+ source = https://github.com/stripe/stripe-cli/releases/download/v1.3.10/stripe_1.3.10_linux_x86_64.tar.gz
+ sha256sums = 3f111dcb60122e189a13cc8bd3b54779140c843487709b972f5d351078e92936
pkgname = stripe-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7f8215f246bf..daec9a37a3b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonny Stoten <jonny@jonnystoten.com>
pkgname=stripe-cli-bin
-pkgver=1.3.9
+pkgver=1.3.10
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=('111a38209282801316ab1951aa09aa92e877acadec0929a3c03495823c4341ea')
+sha256sums=('3f111dcb60122e189a13cc8bd3b54779140c843487709b972f5d351078e92936')
package() {
install -Dm 0755 stripe "$pkgdir/usr/bin/stripe"