summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonny Stoten2023-04-05 10:38:36 +0100
committerJonny Stoten2023-04-05 10:38:36 +0100
commit80b1e5379adb991371cfb54947c5ae57397727dc (patch)
tree58c11c02d827a686a55ea1098b72532afd2cad33
parentd692fcf26594e3c8978f9d6605b487b376568fce (diff)
downloadaur-80b1e5379adb991371cfb54947c5ae57397727dc.tar.gz
Release of 1.14.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67b049ba45a9..32ef1feed747 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = stripe-cli-bin
pkgdesc = A command-line tool for Stripe
- pkgver = 1.13.12
+ pkgver = 1.14.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.13.12/stripe_1.13.12_linux_x86_64.tar.gz
- sha256sums = 09c5ab50042864a86955029dcd7fb46b7c73fbdf36f8afc5c638087f8b2e7c0c
+ source = https://github.com/stripe/stripe-cli/releases/download/v1.14.0/stripe_1.14.0_linux_x86_64.tar.gz
+ sha256sums = 8fea2a233e04e41a3dcb59cec2eb8f90b4c425f924dc072874155f1ac91b6381
pkgname = stripe-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 515dd75e349f..adb495b95993 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonny Stoten <jonny@jonnystoten.com>
pkgname=stripe-cli-bin
-pkgver=1.13.12
+pkgver=1.14.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=('09c5ab50042864a86955029dcd7fb46b7c73fbdf36f8afc5c638087f8b2e7c0c')
+sha256sums=('8fea2a233e04e41a3dcb59cec2eb8f90b4c425f924dc072874155f1ac91b6381')
package() {
install -Dm 0755 stripe "$pkgdir/usr/bin/stripe"