summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThayne McCombs2018-12-21 00:03:27 -0700
committerThayne McCombs2018-12-21 00:03:27 -0700
commit5cf868c8a4e2377749f68c92bc858b5c7868cddf (patch)
tree5e33eb56fadda533b2e1786dd059f1901b311ade /PKGBUILD
parent3df768d08210005f3553f9b11a16ec693d747dae (diff)
downloadaur-5cf868c8a4e2377749f68c92bc858b5c7868cddf.tar.gz
V1.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f36480c185d0..b968db6fd252 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Yiqiao Wang <yiqiao.wang96 at gmail dot com>
# Contributor: wenLiangcan <boxeed at gmail dot com>
pkgname=ammonite
-pkgver=1.5.0
-pkgrel=2
+pkgver=1.6.0
+pkgrel=1
pkgdesc="A cleanroom re-implementation of the Scala REPL from first principles. "
arch=('any')
url="https://github.com/lihaoyi/Ammonite"
@@ -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=('7bd40545d788ba6e47c15805491823aed84dca0fb14bc204d37c744793566e47'
+sha256sums=('1e93ce4284a71c309c19f4a0a3343e9a110f71ae8877938f940c22128bbe869d'
'90320c4bcccf8df57cc5d6f7b0b1778231ae87c64fe5405bae45af4ff9f87e8e')
install="${pkgname}.install"