summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume R (bloopoid bot)2019-01-23 20:42:53 +0100
committerGuillaume R (bloopoid bot)2019-01-23 20:42:53 +0100
commitd7c9567ed9580fc24f0edcaa29b641a89be28928 (patch)
tree9dd093100363584559473e19e67d5fed02639783 /PKGBUILD
parent279b9d3bc8751ce2cf09c834af2d8386b5f4d217 (diff)
downloadaur-d7c9567ed9580fc24f0edcaa29b641a89be28928.tar.gz
Updating to Bloop v1.2.3-9-gcb79d63
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9e5691e6aebf..a04a39bcf27a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Guillaume Raffin <theelectronwill@gmail.com>
+# Generator: Bloop release utilities <https://github.com/scalacenter/bloop>
pkgname=bloop
-pkgver=1.2.3
-pkgrel=2
+pkgver=1.2.4
+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.3/install.py")
+source=("https://github.com/scalacenter/bloop/releases/download/v1.2.3-9-gcb79d63/install.py")
sha256sums=('25a18e6983463725e821f6f4f369cfef8d37f18c4dddb6a1cc1e85fa2961b9c8')
build() {