summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwenLiangcan2016-11-12 16:32:52 +0800
committerwenLiangcan2016-11-12 16:32:52 +0800
commit38ae6c11662222dee0a830ba7baf1ecfa30a8a18 (patch)
tree4a26bcdc76d8f8402d636a3ff98452da25415114 /PKGBUILD
parent445d6737cbd106a53050faaec5a7e6e19bcbca8d (diff)
downloadaur-38ae6c11662222dee0a830ba7baf1ecfa30a8a18.tar.gz
ammonite 0.8.0-1.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f5d16930ad5b..f384b893f919 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=ammonite
-pkgver=0.7.8
+pkgver=0.8.0
pkgrel=1
pkgdesc="A cleanroom re-implementation of the Scala REPL from first principles. "
arch=('any')
@@ -10,7 +10,7 @@ depends=("scala>=${_scalaver}")
source=("ammonite-repl-${pkgver}"::"https://github.com/lihaoyi/Ammonite/releases/download/${pkgver}/${pkgver}"
'https://github.com/lihaoyi/Ammonite/raw/master/LICENSE')
noextract=("ammonite-repl-${pkgver}")
-sha256sums=('776e3128f7648ea23c36900349a427c5e492d6f3aaae1c8c8c8715884cb86468'
+sha256sums=('fb643fc0f9dcabd0ec0206c6c63346dcf6b88f2830da940ed2ed476f41ba4790'
'90320c4bcccf8df57cc5d6f7b0b1778231ae87c64fe5405bae45af4ff9f87e8e')
install="${pkgname}.install"