summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBloopoid2019-06-06 21:49:09 +0200
committerBloopoid2019-06-06 21:49:09 +0200
commit7319adebe2861041a804e34f0891f7140ff23637 (patch)
treed61b6cc8c89e8eb16ba011669d28446a6483753e /PKGBUILD
parent5a08f37040e36adc06bd2f1ebc1e2f89e64065b4 (diff)
downloadaur-7319adebe2861041a804e34f0891f7140ff23637.tar.gz
Updating to Bloop v1.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 62b3430e395a..abb064fdfabe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Guillaume Raffin <theelectronwill@gmail.com>
# Generator: Bloop release utilities <https://github.com/scalacenter/bloop>
pkgname=bloop
-pkgver=1.3.0.RC1
+pkgver=1.3.0
pkgrel=1
pkgdesc="Bloop gives you fast edit/compile/test workflows for Scala."
arch=(any)
url="https://scalacenter.github.io/bloop/"
license=('Apache')
depends=('scala' 'python')
-source=("https://github.com/scalacenter/bloop/releases/download/v1.3.0-RC1/install.py")
-sha256sums=('e20769000f983baff3fce4a65c1f291328ec360cc362251a434061b1e54382a0')
+source=("https://github.com/scalacenter/bloop/releases/download/v1.3.0/install.py")
+sha256sums=('c0b694c8f4085dc338f33a894f56ae099cce0ab2d13d8f2e396f5df809bc0a79')
build() {
python ./install.py --dest "$srcdir/bloop"