summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsudoforge2022-09-09 22:45:32 -0700
committerCopybara Bot2022-09-09 22:50:19 -0700
commitda0e0406361957eb93a6301c187d0c18fd40a0db (patch)
tree0c7e25e916a0e3bb01b9bd0f47772a627d13d0c1
parent3537ee7b398bda11f0f480496ffb12d66e263671 (diff)
downloadaur-da0e0406361957eb93a6301c187d0c18fd40a0db.tar.gz
feat: new upstream release: 1.13.2
Release-Notes: https://github.com/bazelbuild/bazelisk/releases/tag/v1.13.2 Change-Id: I0d53a69fe95cd5caa67502b9ec6eb9436440c4c9 GitOrigin-RevId: 1e69002f586edd30535fec29dff5eb85a371342c
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0997fb88c77f..27ce389f11ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = bazelisk-bin
pkgdesc = A user-friendly launcher for Bazel
- pkgver = 1.13.1
+ pkgver = 1.13.2
pkgrel = 1
url = https://github.com/bazelbuild/bazelisk
arch = x86_64
license = Apache
provides = bazel
conflicts = bazel
- source = LICENSE-1.13.1::https://raw.githubusercontent.com/bazelbuild/bazelisk/v1.13.1/LICENSE
- source = bazelisk-linux-amd64-1.13.1::https://github.com/bazelbuild/bazelisk/releases/download/v1.13.1/bazelisk-linux-amd64
+ source = LICENSE-1.13.2::https://raw.githubusercontent.com/bazelbuild/bazelisk/v1.13.2/LICENSE
+ source = bazelisk-linux-amd64-1.13.2::https://github.com/bazelbuild/bazelisk/releases/download/v1.13.2/bazelisk-linux-amd64
sha256sums = c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4
- sha256sums = 294d0584d7ab4e893fc99b38479caec730f0fed47fff479c618559010882136b
+ sha256sums = c6bae41e16c9ff7237953a88513ce71e673c798d785810e81cb258633f16a10b
pkgname = bazelisk-bin
diff --git a/PKGBUILD b/PKGBUILD
index 447276684892..833580b733b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Benjamin Denhartog <ben@sudoforge.com>
pkgname=bazelisk-bin
-pkgver=1.13.1
+pkgver=1.13.2
pkgrel=1
pkgdesc='A user-friendly launcher for Bazel'
url='https://github.com/bazelbuild/bazelisk'
@@ -14,7 +14,7 @@ source=(
"bazelisk-linux-amd64-${pkgver}::https://github.com/bazelbuild/bazelisk/releases/download/v${pkgver}/bazelisk-linux-amd64"
)
sha256sums=('c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4'
- '294d0584d7ab4e893fc99b38479caec730f0fed47fff479c618559010882136b')
+ 'c6bae41e16c9ff7237953a88513ce71e673c798d785810e81cb258633f16a10b')
package() {
install -D -m 644 \