summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonny Stoten2023-07-06 11:59:53 +0100
committerJonny Stoten2023-07-06 11:59:53 +0100
commite430bb5e57fef26623d27604c47b7979b3258fca (patch)
treef288a38915d8f860a3fca263c4ffc7f82b9c983c
parent56d18aad7c159cf526b6eb06a06274a76e0fa6f0 (diff)
downloadaur-e430bb5e57fef26623d27604c47b7979b3258fca.tar.gz
Release of 1.15.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80d25c62def2..08695cf6ea67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = stripe-cli-bin
pkgdesc = A command-line tool for Stripe
- pkgver = 1.14.6
+ pkgver = 1.15.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.14.6/stripe_1.14.6_linux_x86_64.tar.gz
- sha256sums = 7359ea7c76af5e85318770fdf504ec5afeb1c5f77d8e2950a8cbc62ed6b86d31
+ source = https://github.com/stripe/stripe-cli/releases/download/v1.15.0/stripe_1.15.0_linux_x86_64.tar.gz
+ sha256sums = 895ed07ea6ef94bde40664c70301fbf67048e57f57e9b57c0505840b24657782
pkgname = stripe-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index d5c146db073c..0237e27e237c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonny Stoten <jonny@jonnystoten.com>
pkgname=stripe-cli-bin
-pkgver=1.14.6
+pkgver=1.15.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=('7359ea7c76af5e85318770fdf504ec5afeb1c5f77d8e2950a8cbc62ed6b86d31')
+sha256sums=('895ed07ea6ef94bde40664c70301fbf67048e57f57e9b57c0505840b24657782')
package() {
install -Dm 0755 stripe "$pkgdir/usr/bin/stripe"