summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThayne McCombs2018-12-14 22:41:11 -0700
committerThayne McCombs2018-12-14 22:41:11 -0700
commit3df768d08210005f3553f9b11a16ec693d747dae (patch)
treeeb85f55b9859b75c3af41edaf2c9b16ef02755fc
parent1898e10cce569488acae146e2dc2c15a879dbb30 (diff)
downloadaur-3df768d08210005f3553f9b11a16ec693d747dae.tar.gz
V1.5.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3744f4a64e58..e584883734b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ammonite
pkgdesc = A cleanroom re-implementation of the Scala REPL from first principles.
- pkgver = 1.4.4
+ pkgver = 1.5.0
pkgrel = 2
url = https://github.com/lihaoyi/Ammonite
install = ammonite.install
@@ -8,10 +8,10 @@ pkgbase = ammonite
license = MIT
depends = scala>=2.12
depends = java-environment
- noextract = ammonite-repl-1.4.4
- source = ammonite-repl-1.4.4::https://github.com/lihaoyi/Ammonite/releases/download/1.4.4/2.12-1.4.4
- source = https://github.com/lihaoyi/Ammonite/raw/1.4.4/LICENSE
- sha256sums = 9378d6188b8fca3b47890bc10a5d7e654faeca62b38ae93c73a05cf230808e1d
+ noextract = ammonite-repl-1.5.0
+ source = ammonite-repl-1.5.0::https://github.com/lihaoyi/Ammonite/releases/download/1.5.0/2.12-1.5.0
+ source = https://github.com/lihaoyi/Ammonite/raw/1.5.0/LICENSE
+ sha256sums = 7bd40545d788ba6e47c15805491823aed84dca0fb14bc204d37c744793566e47
sha256sums = 90320c4bcccf8df57cc5d6f7b0b1778231ae87c64fe5405bae45af4ff9f87e8e
pkgname = ammonite
diff --git a/PKGBUILD b/PKGBUILD
index 9173b7e82a04..f36480c185d0 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.4.4
+pkgver=1.5.0
pkgrel=2
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=('9378d6188b8fca3b47890bc10a5d7e654faeca62b38ae93c73a05cf230808e1d'
+sha256sums=('7bd40545d788ba6e47c15805491823aed84dca0fb14bc204d37c744793566e47'
'90320c4bcccf8df57cc5d6f7b0b1778231ae87c64fe5405bae45af4ff9f87e8e')
install="${pkgname}.install"