summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonny Stoten2022-02-17 16:20:51 +0000
committerJonny Stoten2022-02-17 16:20:51 +0000
commit45c275774558b6d8e51a1e1b177c995b72092e0c (patch)
tree3d1050dae7232615a82c78596f4bd66f84a4c736
parent7a56f4e37d22e97ef814352784d4c0e014b38f41 (diff)
downloadaur-45c275774558b6d8e51a1e1b177c995b72092e0c.tar.gz
Release of 1.7.13
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8dca5fcc798b..20d538dd384b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = stripe-cli-bin
pkgdesc = A command-line tool for Stripe
- pkgver = 1.7.12
+ pkgver = 1.7.13
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.7.12/stripe_1.7.12_linux_x86_64.tar.gz
- sha256sums = 0ada1cf8722de1ee72e32cf9b82390c30697545fe7ff9bac993e868f3b30697c
+ source = https://github.com/stripe/stripe-cli/releases/download/v1.7.13/stripe_1.7.13_linux_x86_64.tar.gz
+ sha256sums = 20b2fdb96438ae2805debbd33cd0b95f8875683a7b9011206cdb9440f95b5ecd
pkgname = stripe-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 49a7d80b6d39..6e8817b62e31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonny Stoten <jonny@jonnystoten.com>
pkgname=stripe-cli-bin
-pkgver=1.7.12
+pkgver=1.7.13
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=('0ada1cf8722de1ee72e32cf9b82390c30697545fe7ff9bac993e868f3b30697c')
+sha256sums=('20b2fdb96438ae2805debbd33cd0b95f8875683a7b9011206cdb9440f95b5ecd')
package() {
install -Dm 0755 stripe "$pkgdir/usr/bin/stripe"