summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwenLiangcan2018-01-07 00:46:21 +0800
committerwenLiangcan2018-01-07 00:46:21 +0800
commit1fadd7e6367f651a951e1fe0cadb612d759883cb (patch)
treeff72c1587e06d2aa36af2219e1a60214c74969b6 /PKGBUILD
parent73ba59fe9b1633572cb7c6d291793278f750aa67 (diff)
downloadaur-1fadd7e6367f651a951e1fe0cadb612d759883cb.tar.gz
ammonite 1.0.3-1.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index df3a026ea022..3a1c7f8b27b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=ammonite
-pkgver=1.0.0
+pkgver=1.0.3
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}/${_scalaver}-${pkgver}"
'https://github.com/lihaoyi/Ammonite/raw/master/LICENSE')
noextract=("ammonite-repl-${pkgver}")
-sha256sums=('0c5ca294becac79a4c43a8fd77766f6406b724a9ff431dcb55e43dadd458e434'
+sha256sums=('69ee90b067cb5546480c54887a3325f87e272464452fbeaaa0628379936bae3c'
'90320c4bcccf8df57cc5d6f7b0b1778231ae87c64fe5405bae45af4ff9f87e8e')
install="${pkgname}.install"