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 02ca6643e9b5..4f5babd783d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=ammonite
-pkgver=0.5.4
+pkgver=0.5.5
pkgrel=1
pkgdesc="Ammonite is a cleanroom re-implementation of the Scala REPL from first principles. "
arch=('any')
@@ -8,7 +8,7 @@ license=('MIT')
_scalaver=2.11.7
depends=("scala>=${_scalaver}")
source=("https://github.com/lihaoyi/Ammonite/releases/download/${pkgver}/ammonite-repl-${pkgver}-${_scalaver}")
-sha256sums=('933b2044af02c4962fd05b94e05f818b08309d5ae83a42df9bc4698a5843bd7b')
+sha256sums=('ad54cbf1ae2cc743082cf35fc109bb63b8f5c15123adf59c377b10acae2920c1')
install="${pkgname}.install"
package() {