summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Plano-Lesay2019-05-05 15:25:14 +1000
committerMarc Plano-Lesay2019-05-05 15:25:14 +1000
commit67c01b05c7dc22868bfcdc5d3c1312153450b40b (patch)
treee64f17c4325895c10f42fbd2ced042333dccfecf
parent6844dc76db1d6dc7d9b8c7c95fdc47626a9c3d83 (diff)
downloadaur-67c01b05c7dc22868bfcdc5d3c1312153450b40b.tar.gz
Update to 0.0.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d1decc282d4..b588d109cc44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = bazelisk
pkgdesc = A user-friendly launcher for Bazel.
- pkgver = 0.0.3
+ pkgver = 0.0.4
pkgrel = 1
url = https://github.com/philwo/bazelisk
arch = i686
arch = x86_64
license = Apache 2.0
makedepends = bazel
- source = bazelisk.tar.gz::https://github.com/philwo/bazelisk/archive/v0.0.3.tar.gz
- sha256sums = 2a48d971eb8bca06bf95f6b8fd4309f827749869a702a1f00709ac2f28b143dd
+ source = bazelisk.tar.gz::https://github.com/philwo/bazelisk/archive/v0.0.4.tar.gz
+ sha256sums = c45094760b9890951a3abbbabd981fdbc0eaa53931fec785e28cf487bfbb9aff
pkgname = bazelisk
diff --git a/PKGBUILD b/PKGBUILD
index 006d6b486268..b88cad1611be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marc Plano-Lesay <marc.planolesay@gmail.com>
pkgname="bazelisk"
-pkgver="0.0.3"
+pkgver="0.0.4"
pkgrel="1"
pkgdesc="A user-friendly launcher for Bazel."
arch=("i686" "x86_64")
@@ -10,7 +10,7 @@ url="https://github.com/philwo/bazelisk"
makedepends=("bazel")
source=("bazelisk.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=("2a48d971eb8bca06bf95f6b8fd4309f827749869a702a1f00709ac2f28b143dd")
+sha256sums=("c45094760b9890951a3abbbabd981fdbc0eaa53931fec785e28cf487bfbb9aff")
build() {
cd bazelisk-$pkgver