aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesusMtnez2020-02-17 06:30:38 +0100
committerJesusMtnez2020-02-17 06:30:38 +0100
commitf86b810117423fabc38945494350bc92d75e1c35 (patch)
treec4c82ac5006212b21988e092cf660821d76a8a86
parentee9f488b8b9889637cad05e3beacd2a6ae7e10a6 (diff)
downloadaur-f86b810117423fabc38945494350bc92d75e1c35.tar.gz
Update PKGBUILD
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7a6927b76c66..8292c6bc893a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
# Maintainer: Martynas Mickevičius <self at 2m dot lt>
-_version=2.0.0-RC5-6
+_version=2.0.0-RC6-8
pkgname=coursier
pkgver="${_version//-/_}"
@@ -11,7 +11,7 @@ license=('Apache')
depends=('java-runtime-headless>=8' 'bash')
source=("builder-$pkgver::https://github.com/coursier/coursier/releases/download/v${_version}/coursier")
-sha256sums=('d6e7a2e2a970582046449ebd7a0df70d50970c69d0f85f393c99fbe559a3a2e8')
+sha256sums=('d47557c3708cabbc4d9e06c8b2d2eba1d72bc1ef4a4458755508bec1d65caeed')
noextract=("builder-$pkgver")
build() {