summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f002204709cb..95b6d5af760a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=flarectl-bin
_pkgname="${pkgname%-bin}"
-pkgver=0.79.0
+pkgver=0.80.0
pkgrel=1
pkgdesc='CLI application for interacting with a Cloudflare account'
arch=('x86_64')
@@ -13,7 +13,7 @@ license=('BSD')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
source=("${url}/download/v${pkgver}/${_pkgname}_${pkgver}_${_goos}_${_goarch}.tar.gz")
-sha256sums=('bcb27a35f4654738227037142a4484d9ebb9aa035c9ea7c744293e4153e90620')
+b2sums=('db114cbbcc760df0b77f6bb7e253afe08d00db9a160e1ffed48e9a2ba0014df5375863f8d81d707ab3de4a355a4693b6fb5c03eb3244b25ac79e87edf8bcd260')
package() {
install -D --mode 755 "${_pkgname}" --target-directory "${pkgdir}/usr/bin"