summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwenLiangcan2017-06-03 18:43:13 +0800
committerwenLiangcan2017-06-03 18:43:13 +0800
commit63f4cb21e8efa72c2a4a29ddf16680d7f36ca011 (patch)
treede4549b3a324c22e07add7ae5c66c73653a62603
parentf9cfc6b89dafbbf02f1fee9526eff5149a1c10cc (diff)
downloadaur-63f4cb21e8efa72c2a4a29ddf16680d7f36ca011.tar.gz
ammonite 0.9.7-1.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94ca95e2d1c1..a969ab7e4f05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Sun May 21 15:04:40 UTC 2017
+# Sat Jun 3 10:42:57 UTC 2017
pkgbase = ammonite
pkgdesc = A cleanroom re-implementation of the Scala REPL from first principles.
- pkgver = 0.9.0
+ pkgver = 0.9.7
pkgrel = 1
url = https://github.com/lihaoyi/Ammonite
install = ammonite.install
arch = any
license = MIT
depends = scala>=2.12
- noextract = ammonite-repl-0.9.0
- source = ammonite-repl-0.9.0::https://github.com/lihaoyi/Ammonite/releases/download/0.9.0/2.12-0.9.0
+ noextract = ammonite-repl-0.9.7
+ source = ammonite-repl-0.9.7::https://github.com/lihaoyi/Ammonite/releases/download/0.9.7/2.12-0.9.7
source = https://github.com/lihaoyi/Ammonite/raw/master/LICENSE
- sha256sums = 5345443e9f90e3cad5c5d5acc51814e0540921504a03ea6a52752d7883d4758a
+ sha256sums = f9b3b6304da07aced4e36abdd61811f80621722035194e41e1a9165e25dcb8a9
sha256sums = 90320c4bcccf8df57cc5d6f7b0b1778231ae87c64fe5405bae45af4ff9f87e8e
pkgname = ammonite
diff --git a/PKGBUILD b/PKGBUILD
index fdbaf40932fe..e6b487d45e33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=ammonite
-pkgver=0.9.0
+pkgver=0.9.7
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}/${_scalaver}-${pkgver}"
'https://github.com/lihaoyi/Ammonite/raw/master/LICENSE')
noextract=("ammonite-repl-${pkgver}")
-sha256sums=('5345443e9f90e3cad5c5d5acc51814e0540921504a03ea6a52752d7883d4758a'
+sha256sums=('f9b3b6304da07aced4e36abdd61811f80621722035194e41e1a9165e25dcb8a9'
'90320c4bcccf8df57cc5d6f7b0b1778231ae87c64fe5405bae45af4ff9f87e8e')
install="${pkgname}.install"