summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwenLiangcan2016-12-25 20:22:52 +0800
committerwenLiangcan2016-12-25 20:23:32 +0800
commitcf183ca298a9cccf40a15578285614805e079985 (patch)
tree44159b148dd7441d5f816bde069b9ac6ac54665d
parent38ae6c11662222dee0a830ba7baf1ecfa30a8a18 (diff)
downloadaur-cf183ca298a9cccf40a15578285614805e079985.tar.gz
ammonite 0.8.1-1.
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0bf84d8b966..7b52871bb942 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Sat Nov 12 08:32:28 UTC 2016
+# Sun Dec 25 12:22:40 UTC 2016
pkgbase = ammonite
pkgdesc = A cleanroom re-implementation of the Scala REPL from first principles.
- pkgver = 0.8.0
+ pkgver = 0.8.1
pkgrel = 1
url = https://github.com/lihaoyi/Ammonite
install = ammonite.install
arch = any
license = MIT
- depends = scala>=2.11.8
- noextract = ammonite-repl-0.8.0
- source = ammonite-repl-0.8.0::https://github.com/lihaoyi/Ammonite/releases/download/0.8.0/0.8.0
+ depends = scala>=2.12.1
+ noextract = ammonite-repl-0.8.1
+ source = ammonite-repl-0.8.1::https://github.com/lihaoyi/Ammonite/releases/download/0.8.1/0.8.1
source = https://github.com/lihaoyi/Ammonite/raw/master/LICENSE
- sha256sums = fb643fc0f9dcabd0ec0206c6c63346dcf6b88f2830da940ed2ed476f41ba4790
+ sha256sums = a1e8561c492baa747ab9aeffc9ea040683ca81a9962735af772d64ec7c019e77
sha256sums = 90320c4bcccf8df57cc5d6f7b0b1778231ae87c64fe5405bae45af4ff9f87e8e
pkgname = ammonite
diff --git a/PKGBUILD b/PKGBUILD
index f384b893f919..102fe0756e51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
pkgname=ammonite
-pkgver=0.8.0
+pkgver=0.8.1
pkgrel=1
pkgdesc="A cleanroom re-implementation of the Scala REPL from first principles. "
arch=('any')
url="https://github.com/lihaoyi/Ammonite"
license=('MIT')
-_scalaver=2.11.8
+_scalaver=2.12.1
depends=("scala>=${_scalaver}")
source=("ammonite-repl-${pkgver}"::"https://github.com/lihaoyi/Ammonite/releases/download/${pkgver}/${pkgver}"
'https://github.com/lihaoyi/Ammonite/raw/master/LICENSE')
noextract=("ammonite-repl-${pkgver}")
-sha256sums=('fb643fc0f9dcabd0ec0206c6c63346dcf6b88f2830da940ed2ed476f41ba4790'
+sha256sums=('a1e8561c492baa747ab9aeffc9ea040683ca81a9962735af772d64ec7c019e77'
'90320c4bcccf8df57cc5d6f7b0b1778231ae87c64fe5405bae45af4ff9f87e8e')
install="${pkgname}.install"