summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwenLiangcan2015-09-07 11:04:02 +0800
committerwenLiangcan2015-09-07 11:04:02 +0800
commitc2b2550d3fdf79eb53e97bba3faf729adf7400cd (patch)
treeb993fb40814a099a7c902aa1590272ff27039166
parent1d44d420d067e5c631b458b605dc2c4f11f702bd (diff)
downloadaur-c2b2550d3fdf79eb53e97bba3faf729adf7400cd.tar.gz
ammonite 0.4.7-1.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3b83413bd45..22dd3d445313 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.6
+ pkgver = 0.4.7
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.6/ammonite-repl-0.4.6-2.11.7
- sha256sums = 7ec1e7f27e0a804f6c97bf7cc0c74b0685814f4246b3212eb660c37714b89880
+ source = https://github.com/lihaoyi/Ammonite/releases/download/0.4.7/ammonite-repl-0.4.7-2.11.7
+ sha256sums = ac8ed0a7317eefb7088ace73be954552b03a649a561834d39f43710b9c3dc0d2
pkgname = ammonite
diff --git a/PKGBUILD b/PKGBUILD
index 53e9a33722be..f2fc361972cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=ammonite
-pkgver=0.4.6
+pkgver=0.4.7
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=('7ec1e7f27e0a804f6c97bf7cc0c74b0685814f4246b3212eb660c37714b89880')
+sha256sums=('ac8ed0a7317eefb7088ace73be954552b03a649a561834d39f43710b9c3dc0d2')
install="${pkgname}.install"
package() {