summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBloopoid2019-06-04 18:18:55 +0200
committerBloopoid2019-06-04 18:18:55 +0200
commit5a08f37040e36adc06bd2f1ebc1e2f89e64065b4 (patch)
treee16cdc85b876e2b088d8972e6e4589aa6ee7dfd3
parentce4cf01a46238c60ecbb230565828cc489097865 (diff)
downloadaur-5a08f37040e36adc06bd2f1ebc1e2f89e64065b4.tar.gz
Updating to Bloop v1.3.0-RC1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 623fc501eacb..d17ad5f18a55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = bloop
pkgdesc = Bloop gives you fast edit/compile/test workflows for Scala.
-pkgver = 1.2.5
+pkgver = 1.3.0.RC1
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.2.5/install.py
-sha256sums = 25a18e6983463725e821f6f4f369cfef8d37f18c4dddb6a1cc1e85fa2961b9c8
+source = https://github.com/scalacenter/bloop/releases/download/v1.3.0-RC1/install.py
+sha256sums = e20769000f983baff3fce4a65c1f291328ec360cc362251a434061b1e54382a0
pkgname = bloop
diff --git a/PKGBUILD b/PKGBUILD
index 85058361ee67..62b3430e395a 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.2.5
-pkgrel=2
+pkgver=1.3.0.RC1
+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.2.5/install.py")
-sha256sums=('1c03fdfad20ff89f8490baeff370d3012dad387a987ad801a04d74db3037b837')
+source=("https://github.com/scalacenter/bloop/releases/download/v1.3.0-RC1/install.py")
+sha256sums=('e20769000f983baff3fce4a65c1f291328ec360cc362251a434061b1e54382a0')
build() {
python ./install.py --dest "$srcdir/bloop"