summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwenLiangcan2016-06-25 17:24:03 +0800
committerwenLiangcan2016-06-25 17:24:03 +0800
commit479b850c1a61e44283e2520589ed7022c5a37b08 (patch)
tree9de750d9548cf295bb6227c012e9861dd3806063
parente057ee13c5ea7ff9ea7a5a62efcc00adc6deea02 (diff)
downloadaur-479b850c1a61e44283e2520589ed7022c5a37b08.tar.gz
ammonite 0.6.2-1.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index adcedd343fd3..79af4084074a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Mon Jun 6 15:23:48 UTC 2016
+# Sat Jun 25 09:23:41 UTC 2016
pkgbase = ammonite
pkgdesc = A cleanroom re-implementation of the Scala REPL from first principles.
- pkgver = 0.6.0
+ pkgver = 0.6.2
pkgrel = 1
url = https://github.com/lihaoyi/Ammonite
install = ammonite.install
arch = any
license = MIT
depends = scala>=2.11.8
- source = https://github.com/lihaoyi/Ammonite/releases/download/0.6.0/ammonite-repl-0.6.0-2.11.8
- sha256sums = b2e9ee12a4522386a7f149ea5f91569aa1265f70dcf399bfe53bbd38f5abecd1
+ source = https://github.com/lihaoyi/Ammonite/releases/download/0.6.2/ammonite-repl-0.6.2-2.11.8
+ sha256sums = bd023f4ef27fe318fc5b0d0bf348895b20eb64067b828da034defc28aa98272d
pkgname = ammonite
diff --git a/PKGBUILD b/PKGBUILD
index 086b920e9b10..85aadf898fc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=ammonite
-pkgver=0.6.0
+pkgver=0.6.2
pkgrel=1
pkgdesc="A cleanroom re-implementation of the Scala REPL from first principles. "
arch=('any')
@@ -8,7 +8,7 @@ license=('MIT')
_scalaver=2.11.8
depends=("scala>=${_scalaver}")
source=("https://github.com/lihaoyi/Ammonite/releases/download/${pkgver}/ammonite-repl-${pkgver}-${_scalaver}")
-sha256sums=('b2e9ee12a4522386a7f149ea5f91569aa1265f70dcf399bfe53bbd38f5abecd1')
+sha256sums=('bd023f4ef27fe318fc5b0d0bf348895b20eb64067b828da034defc28aa98272d')
install="${pkgname}.install"
package() {