summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThayne McCombs2019-03-11 00:45:46 -0600
committerThayne McCombs2019-03-11 00:45:46 -0600
commit6c7486f3797b4f8a9b59889265bfe9a9ad317c54 (patch)
treeb58502a0f96a0d69ed51396be87bc4c6f4c27290
parenta9c34c90334fc5a36b06aae87d0aa4496092e6f6 (diff)
downloadaur-6c7486f3797b4f8a9b59889265bfe9a9ad317c54.tar.gz
v 1.6.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7096f6570889..1f5ffd87baea 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.3
+ pkgver = 1.6.4
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.3
- source = ammonite-repl-1.6.3::https://github.com/lihaoyi/Ammonite/releases/download/1.6.3/2.12-1.6.3
- source = https://github.com/lihaoyi/Ammonite/raw/1.6.3/LICENSE
- sha256sums = adafccfdc70cdc83f072f6b0c340205d422fca56f743e269635dfb40dc63b171
+ noextract = ammonite-repl-1.6.4
+ source = ammonite-repl-1.6.4::https://github.com/lihaoyi/Ammonite/releases/download/1.6.4/2.12-1.6.4
+ source = https://github.com/lihaoyi/Ammonite/raw/1.6.4/LICENSE
+ sha256sums = 82d5a3319d6469609d5197b2bebd62c859b1aa21976623fc96a4564ed210bd9a
sha256sums = 90320c4bcccf8df57cc5d6f7b0b1778231ae87c64fe5405bae45af4ff9f87e8e
pkgname = ammonite
diff --git a/PKGBUILD b/PKGBUILD
index 6063bac814ea..21a13e2fb325 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.3
+pkgver=1.6.4
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=('adafccfdc70cdc83f072f6b0c340205d422fca56f743e269635dfb40dc63b171'
+sha256sums=('82d5a3319d6469609d5197b2bebd62c859b1aa21976623fc96a4564ed210bd9a'
'90320c4bcccf8df57cc5d6f7b0b1778231ae87c64fe5405bae45af4ff9f87e8e')
install="${pkgname}.install"