summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThayne McCombs2019-10-29 01:12:13 -0600
committerThayne McCombs2019-10-29 01:12:13 -0600
commit5246f2e44bd074b4e23362a44da672f40e2e3ef0 (patch)
treebed6a66edd07a041767e5fd939890722293a2716
parent3f786f16cf7a56ad0e818ef58df7787f2ae57252 (diff)
downloadaur-5246f2e44bd074b4e23362a44da672f40e2e3ef0.tar.gz
1.8.1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f4e5f3bd723..48470ce5da7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = ammonite
pkgdesc = A cleanroom re-implementation of the Scala REPL from first principles.
- pkgver = 1.7.4
+ pkgver = 1.8.1
pkgrel = 1
url = https://github.com/lihaoyi/Ammonite
install = ammonite.install
arch = any
license = MIT
- depends = scala>=2.12
+ depends = scala>=2.13
depends = java-environment
- noextract = ammonite-repl-1.7.4
- source = ammonite-repl-1.7.4::https://github.com/lihaoyi/Ammonite/releases/download/1.7.4/2.12-1.7.4
- source = https://github.com/lihaoyi/Ammonite/raw/1.7.4/LICENSE
- sha256sums = a686b9809407dffe9fa666e9d2053b327a458e02316c795dd98c789a3b945d34
+ noextract = ammonite-repl-1.8.1
+ source = ammonite-repl-1.8.1::https://github.com/lihaoyi/Ammonite/releases/download/1.8.1/2.13-1.8.1
+ source = https://github.com/lihaoyi/Ammonite/raw/1.8.1/LICENSE
+ sha256sums = 34945c35e74b56e724e61417394057d32f666d8f0501dd5d3674c8bc7052ec8b
sha256sums = 90320c4bcccf8df57cc5d6f7b0b1778231ae87c64fe5405bae45af4ff9f87e8e
pkgname = ammonite
diff --git a/PKGBUILD b/PKGBUILD
index c51439dbdc1d..de6b218ef871 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Yiqiao Wang <yiqiao.wang96 at gmail dot com>
# Contributor: wenLiangcan <boxeed at gmail dot com>
pkgname=ammonite
-pkgver=1.7.4
+pkgver=1.8.1
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
+_scalaver=2.13
depends=("scala>=${_scalaver}" java-environment)
source=("ammonite-repl-${pkgver}"::"https://github.com/lihaoyi/Ammonite/releases/download/${pkgver}/${_scalaver}-${pkgver}"
"https://github.com/lihaoyi/Ammonite/raw/${pkgver}/LICENSE")
noextract=("ammonite-repl-${pkgver}")
-sha256sums=('a686b9809407dffe9fa666e9d2053b327a458e02316c795dd98c789a3b945d34'
+sha256sums=('34945c35e74b56e724e61417394057d32f666d8f0501dd5d3674c8bc7052ec8b'
'90320c4bcccf8df57cc5d6f7b0b1778231ae87c64fe5405bae45af4ff9f87e8e')
install="${pkgname}.install"