summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBloopoid2019-06-08 21:23:29 +0000
committerBloopoid2019-06-08 21:23:29 +0000
commitd0b36591adb7d070fcdd95494dfde8a1cd303f48 (patch)
treec1c742f26b373953ff77fa9c10185a79d21249b7
parent7319adebe2861041a804e34f0891f7140ff23637 (diff)
downloadaur-d0b36591adb7d070fcdd95494dfde8a1cd303f48.tar.gz
Updating to Bloop v1.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 065d23aa4344..10219bd670cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = bloop
pkgdesc = Bloop gives you fast edit/compile/test workflows for Scala.
-pkgver = 1.3.0
+pkgver = 1.3.1.0.da41649d.20190608.2123
pkgrel = 1
url = https://scalacenter.github.io/bloop/
arch = any
license = Apache
depends = scala
depends = 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
pkgname = bloop
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"