summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwenLiangcan2016-11-02 19:56:08 +0800
committerwenLiangcan2016-11-02 19:56:08 +0800
commit445d6737cbd106a53050faaec5a7e6e19bcbca8d (patch)
treecb4ed2179d7fee7dfa4263a38995dddd700a96f3
parent100b0d8b8da73dd6858dd59f0a79cf1018a6e6f1 (diff)
downloadaur-445d6737cbd106a53050faaec5a7e6e19bcbca8d.tar.gz
ammonite 0.7.8-1.
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47d60257e367..08e6bcdeb2de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Thu Sep 15 08:13:22 UTC 2016
+# Wed Nov 2 11:55:48 UTC 2016
pkgbase = ammonite
pkgdesc = A cleanroom re-implementation of the Scala REPL from first principles.
- pkgver = 0.7.6
- pkgrel = 2
+ pkgver = 0.7.8
+ 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.6
- source = ammonite-repl-0.7.6::https://github.com/lihaoyi/Ammonite/releases/download/0.7.6/0.7.6
+ 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
source = https://github.com/lihaoyi/Ammonite/raw/master/LICENSE
- sha256sums = 2e048f5bceaa56ad0ce8c5af32b12761d6a64669b7aafb59cdc4bb4c18b02a16
+ sha256sums = 776e3128f7648ea23c36900349a427c5e492d6f3aaae1c8c8c8715884cb86468
sha256sums = 90320c4bcccf8df57cc5d6f7b0b1778231ae87c64fe5405bae45af4ff9f87e8e
pkgname = ammonite
diff --git a/PKGBUILD b/PKGBUILD
index 86b038fc01c3..f5d16930ad5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=ammonite
-pkgver=0.7.6
-pkgrel=2
+pkgver=0.7.8
+pkgrel=1
pkgdesc="A cleanroom re-implementation of the Scala REPL from first principles. "
arch=('any')
url="https://github.com/lihaoyi/Ammonite"
@@ -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=('2e048f5bceaa56ad0ce8c5af32b12761d6a64669b7aafb59cdc4bb4c18b02a16'
+sha256sums=('776e3128f7648ea23c36900349a427c5e492d6f3aaae1c8c8c8715884cb86468'
'90320c4bcccf8df57cc5d6f7b0b1778231ae87c64fe5405bae45af4ff9f87e8e')
install="${pkgname}.install"