summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThayne McCombs2019-09-30 00:16:02 -0600
committerThayne McCombs2019-09-30 00:16:02 -0600
commit3f786f16cf7a56ad0e818ef58df7787f2ae57252 (patch)
tree8a799cb3f454857b29135458a9491742e32bc7ab /PKGBUILD
parent45818272369df35bea0556056ba6979853439e0e (diff)
downloadaur-3f786f16cf7a56ad0e818ef58df7787f2ae57252.tar.gz
1.7.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 50ad7d35cbb1..c51439dbdc1d 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.7.1
+pkgver=1.7.4
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=('a04963016e7fc17091a5ee418cdac4dbd2f47c078f026cfa6a54b06fa94b4f47'
+sha256sums=('a686b9809407dffe9fa666e9d2053b327a458e02316c795dd98c789a3b945d34'
'90320c4bcccf8df57cc5d6f7b0b1778231ae87c64fe5405bae45af4ff9f87e8e')
install="${pkgname}.install"