summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwenLiangcan2016-03-29 09:54:20 +0800
committerwenLiangcan2016-03-29 09:54:20 +0800
commitbf92de4d4289b280833e00cabb59afa702acb2ab (patch)
tree974141094f3221bd68d1e30e1144735c997f19d6
parent8ae86cf2fe6a103943f475dfcb1cdcbd43202f21 (diff)
downloadaur-bf92de4d4289b280833e00cabb59afa702acb2ab.tar.gz
ammonite 0.5.7-1.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08ddce701236..e7161c9783f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Mon Mar 14 12:00:17 UTC 2016
+# Tue Mar 29 01:53:36 UTC 2016
pkgbase = ammonite
pkgdesc = Ammonite is a cleanroom re-implementation of the Scala REPL from first principles.
- pkgver = 0.5.6
+ pkgver = 0.5.7
pkgrel = 1
url = https://github.com/lihaoyi/Ammonite
install = ammonite.install
arch = any
license = MIT
- depends = scala>=2.11.7
- source = https://github.com/lihaoyi/Ammonite/releases/download/0.5.6/ammonite-repl-0.5.6-2.11.7
- sha256sums = f9d83a0b49254c7f1542d184873ee0552606725dc7d704b2c560d76a33f5e6ca
+ depends = scala>=2.11.8
+ source = https://github.com/lihaoyi/Ammonite/releases/download/0.5.7/ammonite-repl-0.5.7-2.11.8
+ sha256sums = ef410dc843391c6b3199f2552a24f5fe3f3c79a7558d813089c8dce8b4ab97b6
pkgname = ammonite
diff --git a/PKGBUILD b/PKGBUILD
index 45af7977319f..70e207c973c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgname=ammonite
-pkgver=0.5.6
+pkgver=0.5.7
pkgrel=1
pkgdesc="Ammonite is a cleanroom re-implementation of the Scala REPL from first principles. "
arch=('any')
url="https://github.com/lihaoyi/Ammonite"
license=('MIT')
-_scalaver=2.11.7
+_scalaver=2.11.8
depends=("scala>=${_scalaver}")
source=("https://github.com/lihaoyi/Ammonite/releases/download/${pkgver}/ammonite-repl-${pkgver}-${_scalaver}")
-sha256sums=('f9d83a0b49254c7f1542d184873ee0552606725dc7d704b2c560d76a33f5e6ca')
+sha256sums=('ef410dc843391c6b3199f2552a24f5fe3f3c79a7558d813089c8dce8b4ab97b6')
install="${pkgname}.install"
package() {