summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c0853e362029..2c78911d5bec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Contributor: Benjamin Denhartog <ben@sudoforge.com>
pkgname=bazelisk-bin
-pkgver=1.18.0
-pkgrel=6
+pkgver=1.20.0
+pkgrel=1
pkgdesc='A user-friendly launcher for Bazel'
arch=('x86_64')
url='https://github.com/bazelbuild/bazelisk'
-license=('Apache')
+license=('Apache-2.0')
# https://github.com/bazelbuild/bazelisk#installation
# We should add both `bazelisk` and `bazel` to PATH
provides=('bazel' '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=('d9af1fa808c0529753c3befda75123236a711d971d3485a390507122148773a3')
package() {
install -Dm755 "${srcdir}/bazelisk-linux-amd64-${pkgver}" "${pkgdir}/usr/bin/bazelisk"