summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartynas Mickevičius2018-11-22 15:43:46 +0200
committerMartynas Mickevičius2018-11-22 15:44:18 +0200
commit429fa40c7fc6d608505e441721a91d774f3c8e68 (patch)
tree7704eb08edc0ca71d195135e1ed7534847c3a21a /PKGBUILD
parentf691b11856c2a0d13a530af7ed1654db4df1f3e4 (diff)
downloadaur-429fa40c7fc6d608505e441721a91d774f3c8e68.tar.gz
Update to 0.11.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a86fe1ab64a3..041cb6bedcef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Martynas Mickevičius <self@2m.lt>
pkgname=jabba
-pkgver=0.10.1
+pkgver=0.11.0
pkgrel=1
pkgdesc="Java Version Manager."
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
@@ -10,7 +10,7 @@ options=('!strip' '!emptydirs')
makedepends=('git' 'go' 'glide')
depends=('glibc')
source=("https://github.com/shyiko/jabba/archive/${pkgver}.tar.gz")
-sha256sums=('059d5f14a23eba8f3cedf047c99489173fe52fe9bda6484e4000afc9cb7dfb0a')
+sha256sums=('1eee1ac5a8bf74918b95e933f91037bffa320c28da2013d876888fcf19bc94f8')
build() {
export GOPATH=$srcdir/gopath