summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwenLiangcan2015-09-20 22:16:20 +0800
committerwenLiangcan2015-09-20 22:16:20 +0800
commitb7d139a93f120a54895d6c2ef37d8e585d74a81a (patch)
treec30ecb53cd9f6ec654d034875c4cc4b90a5ca422
parentc2b2550d3fdf79eb53e97bba3faf729adf7400cd (diff)
downloadaur-b7d139a93f120a54895d6c2ef37d8e585d74a81a.tar.gz
ammonite 0.4.8-1.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22dd3d445313..db6c6253b004 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = ammonite
pkgdesc = Ammonite is a cleanroom re-implementation of the Scala REPL from first principles.
- pkgver = 0.4.7
+ pkgver = 0.4.8
pkgrel = 1
url = https://github.com/lihaoyi/Ammonite
install = ammonite.install
arch = any
license = Unkown
depends = scala>=2.11.7
- source = https://github.com/lihaoyi/Ammonite/releases/download/0.4.7/ammonite-repl-0.4.7-2.11.7
- sha256sums = ac8ed0a7317eefb7088ace73be954552b03a649a561834d39f43710b9c3dc0d2
+ source = https://github.com/lihaoyi/Ammonite/releases/download/0.4.8/ammonite-repl-0.4.8-2.11.7
+ sha256sums = 1e0ad33e46b47c8fa0b402569859d0c82392a03ca8748fc2a94335d09de144cb
pkgname = ammonite
diff --git a/PKGBUILD b/PKGBUILD
index f2fc361972cf..cdc757bbc67e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=ammonite
-pkgver=0.4.7
+pkgver=0.4.8
pkgrel=1
pkgdesc="Ammonite is a cleanroom re-implementation of the Scala REPL from first principles. "
arch=('any')
@@ -8,7 +8,7 @@ license=('Unkown')
_scalaver=2.11.7
depends=("scala>=${_scalaver}")
source=("https://github.com/lihaoyi/Ammonite/releases/download/${pkgver}/ammonite-repl-${pkgver}-${_scalaver}")
-sha256sums=('ac8ed0a7317eefb7088ace73be954552b03a649a561834d39f43710b9c3dc0d2')
+sha256sums=('1e0ad33e46b47c8fa0b402569859d0c82392a03ca8748fc2a94335d09de144cb')
install="${pkgname}.install"
package() {