summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Denhartog2021-07-13 11:42:09 -0600
committerBenjamin Denhartog2021-07-16 10:11:30 -0600
commit5aadfb3b4a325fa8d1c71cc8f53d762d34b1cf88 (patch)
treedb4d2dd3aa3abd74ad554a864e135b2f434809f0
parentd2ebf88069795adb3869e7967add137b0d864716 (diff)
downloadaur-5aadfb3b4a325fa8d1c71cc8f53d762d34b1cf88.tar.gz
feat(bazelisk): new upstream release: 1.10.0
GitOrigin-RevId: 5995e138071c08f8e7466808b3152fe93faf0030
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4188d0caf822..3693404b96b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bazelisk
pkgdesc = A user-friendly launcher for Bazel.
- pkgver = 1.9.0
+ pkgver = 1.10.0
pkgrel = 1
url = https://github.com/bazelbuild/bazelisk
arch = x86_64
@@ -8,10 +8,9 @@ pkgbase = bazelisk
makedepends = git
provides = bazel
conflicts = bazel
- source = bazelisk-1.9.0.tar.gz::https://github.com/bazelbuild/bazelisk/archive/v1.9.0.tar.gz
- source = bazelisk-bin-1.9.0::https://github.com/bazelbuild/bazelisk/releases/download/v1.9.0/bazelisk-linux-amd64
- sha256sums = ce5011573df8114b3ac3bd2f21130ace9368abf19ae605d086ce1efdf1033f20
- sha256sums = b8c7f2a1b07ad64a2f27f8f19a202f90d044de7b5b6ccc387a6fe5d4a8ec4937
+ source = bazelisk-1.10.0.tar.gz::https://github.com/bazelbuild/bazelisk/archive/v1.10.0.tar.gz
+ source = bazelisk-bin-1.10.0::https://github.com/bazelbuild/bazelisk/releases/download/v1.10.0/bazelisk-linux-amd64
+ sha256sums = cf215fa0d1d81a5b5a08a00cdde2c5be33353225e30584d912602a237788650e
+ sha256sums = 038c0990a48ccd69932e4e8ecf8baa459e05a6b4c9e4cc492ac836b777caaf9d
pkgname = bazelisk
-
diff --git a/PKGBUILD b/PKGBUILD
index b81a736c6962..aa109f110a5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Marc Plano-Lesay <marc.planolesay@gmail.com>
pkgname=bazelisk
-pkgver=1.9.0
+pkgver=1.10.0
pkgrel=1
pkgdesc='A user-friendly launcher for Bazel.'
arch=('x86_64')
@@ -15,8 +15,8 @@ source=(
"bazelisk-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
"bazelisk-bin-${pkgver}::https://github.com/bazelbuild/bazelisk/releases/download/v${pkgver}/bazelisk-linux-amd64"
)
-sha256sums=('ce5011573df8114b3ac3bd2f21130ace9368abf19ae605d086ce1efdf1033f20'
- 'b8c7f2a1b07ad64a2f27f8f19a202f90d044de7b5b6ccc387a6fe5d4a8ec4937')
+sha256sums=('cf215fa0d1d81a5b5a08a00cdde2c5be33353225e30584d912602a237788650e'
+ '038c0990a48ccd69932e4e8ecf8baa459e05a6b4c9e4cc492ac836b777caaf9d')
prepare() {
chmod +x "${srcdir}/${source[1]%%::*}"