summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwenLiangcan2016-03-01 17:28:46 +0800
committerwenLiangcan2016-03-01 17:28:46 +0800
commit5ba7f2bebe0b61ff140b33c00ce1bd59c1dd191e (patch)
treef1e322ecd82bf80e2993a3c18a4188ce4daad168
parent4741ae5f7e1c838e96be18dceb89379ef81dcc90 (diff)
downloadaur-5ba7f2bebe0b61ff140b33c00ce1bd59c1dd191e.tar.gz
ammonite 0.5.5-1.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd963c32f5fb..4319366ba191 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Thu Feb 4 04:26:04 UTC 2016
+# Tue Mar 1 09:28:22 UTC 2016
pkgbase = ammonite
pkgdesc = Ammonite is a cleanroom re-implementation of the Scala REPL from first principles.
- pkgver = 0.5.4
+ pkgver = 0.5.5
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.4/ammonite-repl-0.5.4-2.11.7
- sha256sums = 933b2044af02c4962fd05b94e05f818b08309d5ae83a42df9bc4698a5843bd7b
+ source = https://github.com/lihaoyi/Ammonite/releases/download/0.5.5/ammonite-repl-0.5.5-2.11.7
+ sha256sums = ad54cbf1ae2cc743082cf35fc109bb63b8f5c15123adf59c377b10acae2920c1
pkgname = ammonite
diff --git a/PKGBUILD b/PKGBUILD
index 02ca6643e9b5..4f5babd783d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=ammonite
-pkgver=0.5.4
+pkgver=0.5.5
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=('933b2044af02c4962fd05b94e05f818b08309d5ae83a42df9bc4698a5843bd7b')
+sha256sums=('ad54cbf1ae2cc743082cf35fc109bb63b8f5c15123adf59c377b10acae2920c1')
install="${pkgname}.install"
package() {