Update to 1.4.1

This commit is contained in:
ny-a
2020-05-30 14:33:01 +09:00
parent 564c07e77d
commit bb275fae87
2 changed files with 5 additions and 5 deletions

View File

@@ -1,15 +1,15 @@
pkgbase = stripe-cli
pkgdesc = CLI for Stripe
pkgver = 1.4.0
pkgver = 1.4.1
pkgrel = 1
url = https://stripe.com/docs/stripe-cli
arch = x86_64
license = Apache
makedepends = go
depends = glibc
source = stripe-cli-1.4.0.tar.gz::https://github.com/stripe/stripe-cli/archive/v1.4.0.tar.gz
source = stripe-cli-1.4.1.tar.gz::https://github.com/stripe/stripe-cli/archive/v1.4.1.tar.gz
source = reproducible-image-flags.patch
sha512sums = 7c2c4d8a267c3f0b8f56233ff005df535048513e4cb628561e9ba2e422ccddec2a7bf1081ad5cdb50aff29e27aecd3ab93d0f3170f573bf0a12f09699c30e94e
sha512sums = 136592dc392bdcfc644974d17e54782ef157a1b6a305ba2248402ab595cfc2630657eb007df6a47eb3a48bfb9613b95190cf705de2cecf511c22bbc601b74c66
sha512sums = 4f5ff8662f5e4bce1ded88a055e652c41dd6492cda5aee74795752abf0e97cc269ec1fef84df2247f62809f0c8cc1a88dd12104e07090cc224bbc5ad46b33f37
pkgname = stripe-cli

View File

@@ -2,7 +2,7 @@
# Contributor: Jean Lucas <jean@4ray.co>
pkgname=stripe-cli
pkgver=1.4.0
pkgver=1.4.1
pkgrel=1
pkgdesc='CLI for Stripe'
arch=(x86_64)
@@ -14,7 +14,7 @@ source=(
$pkgname-$pkgver.tar.gz::https://github.com/stripe/stripe-cli/archive/v$pkgver.tar.gz
reproducible-image-flags.patch
)
sha512sums=('7c2c4d8a267c3f0b8f56233ff005df535048513e4cb628561e9ba2e422ccddec2a7bf1081ad5cdb50aff29e27aecd3ab93d0f3170f573bf0a12f09699c30e94e'
sha512sums=('136592dc392bdcfc644974d17e54782ef157a1b6a305ba2248402ab595cfc2630657eb007df6a47eb3a48bfb9613b95190cf705de2cecf511c22bbc601b74c66'
'4f5ff8662f5e4bce1ded88a055e652c41dd6492cda5aee74795752abf0e97cc269ec1fef84df2247f62809f0c8cc1a88dd12104e07090cc224bbc5ad46b33f37')
prepare() {