summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThayne McCombs2018-12-21 00:03:27 -0700
committerThayne McCombs2018-12-21 00:03:27 -0700
commit5cf868c8a4e2377749f68c92bc858b5c7868cddf (patch)
tree5e33eb56fadda533b2e1786dd059f1901b311ade
parent3df768d08210005f3553f9b11a16ec693d747dae (diff)
downloadaur-5cf868c8a4e2377749f68c92bc858b5c7868cddf.tar.gz
V1.6.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e584883734b0..53ac80f5ba6a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = ammonite
pkgdesc = A cleanroom re-implementation of the Scala REPL from first principles.
- pkgver = 1.5.0
- pkgrel = 2
+ pkgver = 1.6.0
+ pkgrel = 1
url = https://github.com/lihaoyi/Ammonite
install = ammonite.install
arch = any
license = MIT
depends = scala>=2.12
depends = java-environment
- 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
+ noextract = ammonite-repl-1.6.0
+ source = ammonite-repl-1.6.0::https://github.com/lihaoyi/Ammonite/releases/download/1.6.0/2.12-1.6.0
+ source = https://github.com/lihaoyi/Ammonite/raw/1.6.0/LICENSE
+ sha256sums = 1e93ce4284a71c309c19f4a0a3343e9a110f71ae8877938f940c22128bbe869d
sha256sums = 90320c4bcccf8df57cc5d6f7b0b1778231ae87c64fe5405bae45af4ff9f87e8e
pkgname = ammonite
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"