summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThayne McCombs2019-12-23 21:21:51 -0700
committerThayne McCombs2019-12-23 21:21:51 -0700
commit1f6c833810629b7a50a538d4ed6279d06ac67653 (patch)
tree9f0c197cf020677c0c458f17823dc5769031098b /PKGBUILD
parent62d6bcefc18bdeedc5160282d1f23ff2ee538a6d (diff)
downloadaur-1f6c833810629b7a50a538d4ed6279d06ac67653.tar.gz
1.9.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f4df8ad15fb7..3c57b74a5d10 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.2
+pkgver=1.9.3
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=('0a369be7344b65b3eb826c40862827c167bc49901486ede19d71fa9188bc6a6a'
+sha256sums=('c4e8bb84cc8d90d3f6aee6ad04cf6d6c0b9cceead2ffcc4d721117375d14bbd9'
'90320c4bcccf8df57cc5d6f7b0b1778231ae87c64fe5405bae45af4ff9f87e8e')
install="${pkgname}.install"