summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBloopoid2019-10-02 09:22:34 +0000
committerBloopoid2019-10-02 09:22:34 +0000
commit1d9a1af794686b739ef47d134b6248e78f092878 (patch)
tree961575aafa746a336e507b6340ce2a3ecf753322 /PKGBUILD
parentd7ad59f2723b91038bad4fce4dbe967486ba6511 (diff)
downloadaur-1d9a1af794686b739ef47d134b6248e78f092878.tar.gz
Updating to Bloop v1.3.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9374918ee0e3..1ac02de238dc 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.2
+pkgver=1.3.3
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.2/install.py")
-sha256sums=('896d69e81b5366663c62e4b462f6e15fcf61b8b64c1545f7a8c3ff3398c6d355')
+source=("https://github.com/scalacenter/bloop/releases/download/v1.3.3/install.py")
+sha256sums=('31da9f6fda0522b2abf6230901b60c77d38bcb215fc8a22c74e1a92f49475bbf')
build() {
python ./install.py --dest "$srcdir/bloop"