summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8136857c7747..98767685f0f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=ammonite
-pkgver=0.5.7
+pkgver=0.5.8
pkgrel=1
pkgdesc="A cleanroom re-implementation of the Scala REPL from first principles. "
arch=('any')
@@ -8,7 +8,7 @@ license=('MIT')
_scalaver=2.11.8
depends=("scala>=${_scalaver}")
source=("https://github.com/lihaoyi/Ammonite/releases/download/${pkgver}/ammonite-repl-${pkgver}-${_scalaver}")
-sha256sums=('ef410dc843391c6b3199f2552a24f5fe3f3c79a7558d813089c8dce8b4ab97b6')
+sha256sums=('1bcaf9eee84d662f8c24396b9b8fa117afc7933c1c8c74d7650b3f358b77ee5b')
install="${pkgname}.install"
package() {