summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThayne McCombs2019-01-10 23:12:32 -0700
committerThayne McCombs2019-01-10 23:12:32 -0700
commit755101bc75ce9283fd8edfba72ff7677f1283e73 (patch)
tree70af635e7a338e4e13f3b7e2670e0a4ed93c352c
parent5cf868c8a4e2377749f68c92bc858b5c7868cddf (diff)
downloadaur-755101bc75ce9283fd8edfba72ff7677f1283e73.tar.gz
1.6.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53ac80f5ba6a..f02600588910 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.0
+ pkgver = 1.6.1
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.0
- source = ammonite-repl-1.6.0::https://github.com/lihaoyi/Ammonite/releases/download/1.6.0/2.12-1.6.0
- source = https://github.com/lihaoyi/Ammonite/raw/1.6.0/LICENSE
- sha256sums = 1e93ce4284a71c309c19f4a0a3343e9a110f71ae8877938f940c22128bbe869d
+ noextract = ammonite-repl-1.6.1
+ source = ammonite-repl-1.6.1::https://github.com/lihaoyi/Ammonite/releases/download/1.6.1/2.12-1.6.1
+ source = https://github.com/lihaoyi/Ammonite/raw/1.6.1/LICENSE
+ sha256sums = db65886668be516e96ad66635c8acc18cc9b808b5f056a7c53157233041dac2d
sha256sums = 90320c4bcccf8df57cc5d6f7b0b1778231ae87c64fe5405bae45af4ff9f87e8e
pkgname = ammonite
diff --git a/PKGBUILD b/PKGBUILD
index b968db6fd252..e0b6efa676e6 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.0
+pkgver=1.6.1
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=('1e93ce4284a71c309c19f4a0a3343e9a110f71ae8877938f940c22128bbe869d'
+sha256sums=('db65886668be516e96ad66635c8acc18cc9b808b5f056a7c53157233041dac2d'
'90320c4bcccf8df57cc5d6f7b0b1778231ae87c64fe5405bae45af4ff9f87e8e')
install="${pkgname}.install"