summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwenLiangcan2017-01-27 22:10:33 +0800
committerwenLiangcan2017-01-27 22:10:33 +0800
commit68fc3bb275ca9ef18175e2d07b284620c8611f3e (patch)
treebe449786b0c898a83006169b5a18d7b508f4c3ae
parentcf183ca298a9cccf40a15578285614805e079985 (diff)
downloadaur-68fc3bb275ca9ef18175e2d07b284620c8611f3e.tar.gz
ammonite 0.8.2-1.
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b52871bb942..de7c61adf5a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Sun Dec 25 12:22:40 UTC 2016
+# Fri Jan 27 14:10:13 UTC 2017
pkgbase = ammonite
pkgdesc = A cleanroom re-implementation of the Scala REPL from first principles.
- pkgver = 0.8.1
+ pkgver = 0.8.2
pkgrel = 1
url = https://github.com/lihaoyi/Ammonite
install = ammonite.install
arch = any
license = MIT
- 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
+ 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
source = https://github.com/lihaoyi/Ammonite/raw/master/LICENSE
- sha256sums = a1e8561c492baa747ab9aeffc9ea040683ca81a9962735af772d64ec7c019e77
+ sha256sums = 4084101271944253d0528587d437e9f15c2661c3289b50bb69925a3077c3fc39
sha256sums = 90320c4bcccf8df57cc5d6f7b0b1778231ae87c64fe5405bae45af4ff9f87e8e
pkgname = ammonite
diff --git a/PKGBUILD b/PKGBUILD
index 102fe0756e51..3d07aac351db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
pkgname=ammonite
-pkgver=0.8.1
+pkgver=0.8.2
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.12.1
+_scalaver=2.12
depends=("scala>=${_scalaver}")
-source=("ammonite-repl-${pkgver}"::"https://github.com/lihaoyi/Ammonite/releases/download/${pkgver}/${pkgver}"
+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=('a1e8561c492baa747ab9aeffc9ea040683ca81a9962735af772d64ec7c019e77'
+sha256sums=('4084101271944253d0528587d437e9f15c2661c3289b50bb69925a3077c3fc39'
'90320c4bcccf8df57cc5d6f7b0b1778231ae87c64fe5405bae45af4ff9f87e8e')
install="${pkgname}.install"