summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwenLiangcan2016-02-04 12:26:35 +0800
committerwenLiangcan2016-02-04 12:26:35 +0800
commit4741ae5f7e1c838e96be18dceb89379ef81dcc90 (patch)
tree15316ab4214af01ce66e527f20c454dffe460947 /PKGBUILD
parentea9dba70714af9e9152b23978f13813380a82b48 (diff)
downloadaur-4741ae5f7e1c838e96be18dceb89379ef81dcc90.tar.gz
ammonite 0.5.4-1.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9a2af3ae514d..02ca6643e9b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=ammonite
-pkgver=0.5.3
+pkgver=0.5.4
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=('f4548bfea36d8e58d91e70681aa2bd47a89bfe4e7ff56fa3db848ba197239263')
+sha256sums=('933b2044af02c4962fd05b94e05f818b08309d5ae83a42df9bc4698a5843bd7b')
install="${pkgname}.install"
package() {