summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwenLiangcan2016-11-12 16:32:52 +0800
committerwenLiangcan2016-11-12 16:32:52 +0800
commit38ae6c11662222dee0a830ba7baf1ecfa30a8a18 (patch)
tree4a26bcdc76d8f8402d636a3ff98452da25415114
parent445d6737cbd106a53050faaec5a7e6e19bcbca8d (diff)
downloadaur-38ae6c11662222dee0a830ba7baf1ecfa30a8a18.tar.gz
ammonite 0.8.0-1.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08e6bcdeb2de..c0bf84d8b966 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Wed Nov 2 11:55:48 UTC 2016
+# Sat Nov 12 08:32:28 UTC 2016
pkgbase = ammonite
pkgdesc = A cleanroom re-implementation of the Scala REPL from first principles.
- pkgver = 0.7.8
+ pkgver = 0.8.0
pkgrel = 1
url = https://github.com/lihaoyi/Ammonite
install = ammonite.install
arch = any
license = MIT
depends = scala>=2.11.8
- noextract = ammonite-repl-0.7.8
- source = ammonite-repl-0.7.8::https://github.com/lihaoyi/Ammonite/releases/download/0.7.8/0.7.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
source = https://github.com/lihaoyi/Ammonite/raw/master/LICENSE
- sha256sums = 776e3128f7648ea23c36900349a427c5e492d6f3aaae1c8c8c8715884cb86468
+ sha256sums = fb643fc0f9dcabd0ec0206c6c63346dcf6b88f2830da940ed2ed476f41ba4790
sha256sums = 90320c4bcccf8df57cc5d6f7b0b1778231ae87c64fe5405bae45af4ff9f87e8e
pkgname = ammonite
diff --git a/PKGBUILD b/PKGBUILD
index f5d16930ad5b..f384b893f919 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=ammonite
-pkgver=0.7.8
+pkgver=0.8.0
pkgrel=1
pkgdesc="A cleanroom re-implementation of the Scala REPL from first principles. "
arch=('any')
@@ -10,7 +10,7 @@ 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=('776e3128f7648ea23c36900349a427c5e492d6f3aaae1c8c8c8715884cb86468'
+sha256sums=('fb643fc0f9dcabd0ec0206c6c63346dcf6b88f2830da940ed2ed476f41ba4790'
'90320c4bcccf8df57cc5d6f7b0b1778231ae87c64fe5405bae45af4ff9f87e8e')
install="${pkgname}.install"