summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThayne McCombs2019-12-19 02:10:31 -0700
committerThayne McCombs2019-12-19 02:10:31 -0700
commitb51931aa0ae676202d38056b7a43be286016a116 (patch)
treef0f6ee6aaee60eb4fa49bffd7caddc4872f6047c /PKGBUILD
parent17b8170e29a3be10afcf7b745da0a8d490e7d61b (diff)
downloadaur-b51931aa0ae676202d38056b7a43be286016a116.tar.gz
1.9.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 76bed7b33d79..131cd92a9d34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Yiqiao Wang <yiqiao.wang96 at gmail dot com>
# Contributor: wenLiangcan <boxeed at gmail dot com>
pkgname=ammonite
-pkgver=1.9.0
+pkgver=1.9.1
pkgrel=1
pkgdesc="A cleanroom re-implementation of the Scala REPL from first principles. "
arch=('any')
@@ -12,7 +12,7 @@ depends=("scala>=${_scalaver}" java-environment)
source=("ammonite-repl-${pkgver}"::"https://github.com/lihaoyi/Ammonite/releases/download/${pkgver}/${_scalaver}-${pkgver}"
"https://github.com/lihaoyi/Ammonite/raw/${pkgver}/LICENSE")
noextract=("ammonite-repl-${pkgver}")
-sha256sums=('e37ea25f1ec0689cc2b8d265911a56955bbb9ffb77ae670b6d80124f84c8f01c'
+sha256sums=('e3b171ad10eaf2400f16ddef27c286b1c344f850b2aa5da06219e5a72c909023'
'90320c4bcccf8df57cc5d6f7b0b1778231ae87c64fe5405bae45af4ff9f87e8e')
install="${pkgname}.install"