summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwenLiangcan2016-03-14 20:01:12 +0800
committerwenLiangcan2016-03-14 20:01:12 +0800
commit8ae86cf2fe6a103943f475dfcb1cdcbd43202f21 (patch)
tree10251f4cd8a8ee0886e1b64fc59dfcf99fac4a5e
parent5ba7f2bebe0b61ff140b33c00ce1bd59c1dd191e (diff)
downloadaur-8ae86cf2fe6a103943f475dfcb1cdcbd43202f21.tar.gz
ammonite 0.5.6-1.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4319366ba191..08ddce701236 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Tue Mar 1 09:28:22 UTC 2016
+# Mon Mar 14 12:00:17 UTC 2016
pkgbase = ammonite
pkgdesc = Ammonite is a cleanroom re-implementation of the Scala REPL from first principles.
- pkgver = 0.5.5
+ pkgver = 0.5.6
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.5/ammonite-repl-0.5.5-2.11.7
- sha256sums = ad54cbf1ae2cc743082cf35fc109bb63b8f5c15123adf59c377b10acae2920c1
+ source = https://github.com/lihaoyi/Ammonite/releases/download/0.5.6/ammonite-repl-0.5.6-2.11.7
+ sha256sums = f9d83a0b49254c7f1542d184873ee0552606725dc7d704b2c560d76a33f5e6ca
pkgname = ammonite
diff --git a/PKGBUILD b/PKGBUILD
index 4f5babd783d6..45af7977319f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=ammonite
-pkgver=0.5.5
+pkgver=0.5.6
pkgrel=1
pkgdesc="Ammonite is a cleanroom re-implementation of the Scala REPL from first principles. "
arch=('any')
@@ -8,7 +8,7 @@ license=('MIT')
_scalaver=2.11.7
depends=("scala>=${_scalaver}")
source=("https://github.com/lihaoyi/Ammonite/releases/download/${pkgver}/ammonite-repl-${pkgver}-${_scalaver}")
-sha256sums=('ad54cbf1ae2cc743082cf35fc109bb63b8f5c15123adf59c377b10acae2920c1')
+sha256sums=('f9d83a0b49254c7f1542d184873ee0552606725dc7d704b2c560d76a33f5e6ca')
install="${pkgname}.install"
package() {