summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLetu Ren2023-11-17 14:05:07 +0800
committerLetu Ren2023-11-17 14:05:07 +0800
commita2e99bc493a3c67d8740107f13496941b7916bd8 (patch)
tree3f0ae90af8dff6a0f420bddbd5609466c16c78b2
parentf1a997dc0253b8396d731082dcac5baf9a8564c8 (diff)
downloadaur-a2e99bc493a3c67d8740107f13496941b7916bd8.tar.gz
update to 1.19.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 680a213cfb10..6f6b19dffcb0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bazelisk-bin
pkgdesc = A user-friendly launcher for Bazel
- pkgver = 1.18.0
- pkgrel = 6
+ pkgver = 1.19.0
+ pkgrel = 1
url = https://github.com/bazelbuild/bazelisk
arch = x86_64
license = Apache
@@ -9,7 +9,7 @@ pkgbase = bazelisk-bin
provides = bazelisk
conflicts = bazel
conflicts = bazelisk
- source = bazelisk-linux-amd64-1.18.0::https://github.com/bazelbuild/bazelisk/releases/download/v1.18.0/bazelisk-linux-amd64
- sha256sums = ce52caa51ef9e509fb6b7e5ad892e5cf10feb0794b0aed4d2f36adb00a1a2779
+ source = bazelisk-linux-amd64-1.19.0::https://github.com/bazelbuild/bazelisk/releases/download/v1.19.0/bazelisk-linux-amd64
+ sha256sums = d28b588ac0916abd6bf02defb5433f6eddf7cba35ffa808eabb65a44aab226f7
pkgname = bazelisk-bin
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"