summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c0853e362029..455d845e23e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Benjamin Denhartog <ben@sudoforge.com>
pkgname=bazelisk-bin
-pkgver=1.18.0
-pkgrel=6
+pkgver=1.19.0
+pkgrel=1
pkgdesc='A user-friendly launcher for Bazel'
arch=('x86_64')
url='https://github.com/bazelbuild/bazelisk'
@@ -15,7 +15,7 @@ conflicts=('bazel' 'bazelisk')
source=(
"bazelisk-linux-amd64-${pkgver}::https://github.com/bazelbuild/bazelisk/releases/download/v${pkgver}/bazelisk-linux-amd64"
)
-sha256sums=('ce52caa51ef9e509fb6b7e5ad892e5cf10feb0794b0aed4d2f36adb00a1a2779')
+sha256sums=('d28b588ac0916abd6bf02defb5433f6eddf7cba35ffa808eabb65a44aab226f7')
package() {
install -Dm755 "${srcdir}/bazelisk-linux-amd64-${pkgver}" "${pkgdir}/usr/bin/bazelisk"