summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwenLiangcan2017-05-21 23:05:01 +0800
committerwenLiangcan2017-05-21 23:05:01 +0800
commitf9cfc6b89dafbbf02f1fee9526eff5149a1c10cc (patch)
tree1f84e192353d688d9bbcb99bc4cce948f4d2ea35
parent68fc3bb275ca9ef18175e2d07b284620c8611f3e (diff)
downloadaur-f9cfc6b89dafbbf02f1fee9526eff5149a1c10cc.tar.gz
ammonite 0.9.0-1.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de7c61adf5a7..94ca95e2d1c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Fri Jan 27 14:10:13 UTC 2017
+# Sun May 21 15:04:40 UTC 2017
pkgbase = ammonite
pkgdesc = A cleanroom re-implementation of the Scala REPL from first principles.
- pkgver = 0.8.2
+ pkgver = 0.9.0
pkgrel = 1
url = https://github.com/lihaoyi/Ammonite
install = ammonite.install
arch = any
license = MIT
depends = scala>=2.12
- noextract = ammonite-repl-0.8.2
- source = ammonite-repl-0.8.2::https://github.com/lihaoyi/Ammonite/releases/download/0.8.2/2.12-0.8.2
+ 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
source = https://github.com/lihaoyi/Ammonite/raw/master/LICENSE
- sha256sums = 4084101271944253d0528587d437e9f15c2661c3289b50bb69925a3077c3fc39
+ sha256sums = 5345443e9f90e3cad5c5d5acc51814e0540921504a03ea6a52752d7883d4758a
sha256sums = 90320c4bcccf8df57cc5d6f7b0b1778231ae87c64fe5405bae45af4ff9f87e8e
pkgname = ammonite
diff --git a/PKGBUILD b/PKGBUILD
index 3d07aac351db..fdbaf40932fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=ammonite
-pkgver=0.8.2
+pkgver=0.9.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}/${_scalaver}-${pkgver}"
'https://github.com/lihaoyi/Ammonite/raw/master/LICENSE')
noextract=("ammonite-repl-${pkgver}")
-sha256sums=('4084101271944253d0528587d437e9f15c2661c3289b50bb69925a3077c3fc39'
+sha256sums=('5345443e9f90e3cad5c5d5acc51814e0540921504a03ea6a52752d7883d4758a'
'90320c4bcccf8df57cc5d6f7b0b1778231ae87c64fe5405bae45af4ff9f87e8e')
install="${pkgname}.install"