summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"