summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index abb064fdfabe..a59e91720bed 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
+pkgver=1.3.1.0.da41649d.20190608.2123
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/install.py")
-sha256sums=('c0b694c8f4085dc338f33a894f56ae099cce0ab2d13d8f2e396f5df809bc0a79')
+source=("https://github.com/scalacenter/bloop/releases/download/v1.3.1/install.py")
+sha256sums=('3067793647af2dd9b8f1f41cb5c25504449bfdce6c590b21cfd6b5a3c11df289')
build() {
python ./install.py --dest "$srcdir/bloop"