summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThayne McCombs2019-12-21 00:27:44 -0700
committerThayne McCombs2019-12-21 00:27:44 -0700
commit62d6bcefc18bdeedc5160282d1f23ff2ee538a6d (patch)
treee0b2690bf8c15970093d20e3c050b795fe7ceae1 /PKGBUILD
parentb51931aa0ae676202d38056b7a43be286016a116 (diff)
downloadaur-62d6bcefc18bdeedc5160282d1f23ff2ee538a6d.tar.gz
1.9.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 131cd92a9d34..f4df8ad15fb7 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.1
+pkgver=1.9.2
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=('e3b171ad10eaf2400f16ddef27c286b1c344f850b2aa5da06219e5a72c909023'
+sha256sums=('0a369be7344b65b3eb826c40862827c167bc49901486ede19d71fa9188bc6a6a'
'90320c4bcccf8df57cc5d6f7b0b1778231ae87c64fe5405bae45af4ff9f87e8e')
install="${pkgname}.install"