summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThayne McCombs2019-04-01 00:42:37 -0600
committerThayne McCombs2019-04-01 00:42:37 -0600
commitdf3c4171136dbd761ba12fc6411540f456441db5 (patch)
treed67824182ade88404456a93b4f03b60b784cdbfa
parent6c7486f3797b4f8a9b59889265bfe9a9ad317c54 (diff)
downloadaur-df3c4171136dbd761ba12fc6411540f456441db5.tar.gz
1.6.5
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f5ffd87baea..d2ec6f1f4b15 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.4
+ pkgver = 1.6.5
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.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
+ noextract = ammonite-repl-1.6.5
+ source = ammonite-repl-1.6.5::https://github.com/lihaoyi/Ammonite/releases/download/1.6.5/2.12-1.6.5
+ source = https://github.com/lihaoyi/Ammonite/raw/1.6.5/LICENSE
+ sha256sums = 06666a1ae95e5b3960130ed0128947f26199184ccba2fef3d62eb69a9e48674e
sha256sums = 90320c4bcccf8df57cc5d6f7b0b1778231ae87c64fe5405bae45af4ff9f87e8e
pkgname = ammonite
diff --git a/PKGBUILD b/PKGBUILD
index 21a13e2fb325..45fbb4c9e8af 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.4
+pkgver=1.6.5
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=('82d5a3319d6469609d5197b2bebd62c859b1aa21976623fc96a4564ed210bd9a'
+sha256sums=('06666a1ae95e5b3960130ed0128947f26199184ccba2fef3d62eb69a9e48674e'
'90320c4bcccf8df57cc5d6f7b0b1778231ae87c64fe5405bae45af4ff9f87e8e')
install="${pkgname}.install"