summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThayne McCombs2019-07-06 23:33:28 -0600
committerThayne McCombs2019-07-06 23:33:28 -0600
commiteb39d21b7465b79a9c985a2a20dd30d8ca4a2ee1 (patch)
tree8c96e50e7111d87db7a42209dd4cf0f0a670d05e /PKGBUILD
parent6f026931058a88ee3fa8e5c8b8c999731f10ac49 (diff)
downloadaur-eb39d21b7465b79a9c985a2a20dd30d8ca4a2ee1.tar.gz
v1.6.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 20db3dceb88b..8b86c71190cd 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.6.8
+pkgver=1.6.9
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=('adc85533fb81909a5efc3fd2bf953714ddc4dd023419a35af00db9b2c3010cd3'
+sha256sums=('a0b980d7c3a2508cdd7f4954c34c14d0261fb1e973a1264e070037cb269025ba'
'90320c4bcccf8df57cc5d6f7b0b1778231ae87c64fe5405bae45af4ff9f87e8e')
install="${pkgname}.install"