summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrad Erhart2021-10-07 09:21:50 -0700
committerBrad Erhart2021-10-07 09:21:50 -0700
commit7aefa2e2131632cf5fec5d664448679de53a2875 (patch)
tree62ca04495eb2dffa2db6f93cffdefe97f9fabb3f /PKGBUILD
parente39e07179f874ac21b062a78207516104a460a3d (diff)
downloadaur-7aefa2e2131632cf5fec5d664448679de53a2875.tar.gz
Updating flarectl to v0.25.0
Signed-off-by: Brad Erhart <>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f9c10b896ebb..8475e53c8615 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=flarectl-bin
_pkgname="${pkgname%-bin}"
-pkgver=0.24.0
+pkgver=0.25.0
pkgrel=1
pkgdesc='CLI application for interacting with a Cloudflare account'
arch=('x86_64')
@@ -16,7 +16,7 @@ conflicts=(
"$_pkgname-git"
)
source=("$url/download/v$pkgver/${_pkgname}_${pkgver}_${_goos}_${_goarch}.tar.xz")
-b2sums=(3e4ba28b122fa9051f9da33bd765f21fbfd94de2e036e59f54abd8f1a9993f5fcc23a7749063bf1706adf81ec39c54c3885c617ce3d390d60db4175a5fe3b47a)
+b2sums=(cfc53fb57724a369d4fdaf5b8ddb3febd07939e87ef7eca8af5ea5a52c255e57714e2ed5ba1bb8ff13158cc71b7cc3c6316a2b5de21f50be7bb276ed3a553e3c)
package() {
install -Dm 755 "$_pkgname" -t "$pkgdir/usr/bin"