summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThayne McCombs2019-07-06 23:33:28 -0600
committerThayne McCombs2019-07-06 23:33:28 -0600
commiteb39d21b7465b79a9c985a2a20dd30d8ca4a2ee1 (patch)
tree8c96e50e7111d87db7a42209dd4cf0f0a670d05e
parent6f026931058a88ee3fa8e5c8b8c999731f10ac49 (diff)
downloadaur-eb39d21b7465b79a9c985a2a20dd30d8ca4a2ee1.tar.gz
v1.6.9
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0db4247d573..1099df9f13ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ammonite
pkgdesc = A cleanroom re-implementation of the Scala REPL from first principles.
- pkgver = 1.6.8
+ pkgver = 1.6.9
pkgrel = 1
url = https://github.com/lihaoyi/Ammonite
install = ammonite.install
@@ -8,10 +8,10 @@ pkgbase = ammonite
license = MIT
depends = scala>=2.12
depends = java-environment
- noextract = ammonite-repl-1.6.8
- source = ammonite-repl-1.6.8::https://github.com/lihaoyi/Ammonite/releases/download/1.6.8/2.12-1.6.8
- source = https://github.com/lihaoyi/Ammonite/raw/1.6.8/LICENSE
- sha256sums = adc85533fb81909a5efc3fd2bf953714ddc4dd023419a35af00db9b2c3010cd3
+ noextract = ammonite-repl-1.6.9
+ source = ammonite-repl-1.6.9::https://github.com/lihaoyi/Ammonite/releases/download/1.6.9/2.12-1.6.9
+ source = https://github.com/lihaoyi/Ammonite/raw/1.6.9/LICENSE
+ sha256sums = a0b980d7c3a2508cdd7f4954c34c14d0261fb1e973a1264e070037cb269025ba
sha256sums = 90320c4bcccf8df57cc5d6f7b0b1778231ae87c64fe5405bae45af4ff9f87e8e
pkgname = ammonite
diff --git a/PKGBUILD b/PKGBUILD
index 20db3dceb88b..8b86c71190cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Yiqiao Wang <yiqiao.wang96 at gmail dot com>
# Contributor: wenLiangcan <boxeed at gmail dot com>
pkgname=ammonite
-pkgver=1.6.8
+pkgver=1.6.9
pkgrel=1
pkgdesc="A cleanroom re-implementation of the Scala REPL from first principles. "
arch=('any')
@@ -12,7 +12,7 @@ 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=('adc85533fb81909a5efc3fd2bf953714ddc4dd023419a35af00db9b2c3010cd3'
+sha256sums=('a0b980d7c3a2508cdd7f4954c34c14d0261fb1e973a1264e070037cb269025ba'
'90320c4bcccf8df57cc5d6f7b0b1778231ae87c64fe5405bae45af4ff9f87e8e')
install="${pkgname}.install"