summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume R2019-03-08 18:38:26 +0100
committerGuillaume R2019-03-08 18:38:26 +0100
commitce4cf01a46238c60ecbb230565828cc489097865 (patch)
tree60a224cfe9849150cd509ad1810a83ee1f7e26ad
parentf1e1e7b6e3b6081490ed6c4c9594324c40fdc23d (diff)
downloadaur-ce4cf01a46238c60ecbb230565828cc489097865.tar.gz
Update sha sums
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 97959b2fec87..85058361ee67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Generator: Bloop release utilities <https://github.com/scalacenter/bloop>
pkgname=bloop
pkgver=1.2.5
-pkgrel=1
+pkgrel=2
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=('25a18e6983463725e821f6f4f369cfef8d37f18c4dddb6a1cc1e85fa2961b9c8')
+sha256sums=('1c03fdfad20ff89f8490baeff370d3012dad387a987ad801a04d74db3037b837')
build() {
python ./install.py --dest "$srcdir/bloop"