summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThayne McCombs2019-12-24 15:57:16 -0700
committerThayne McCombs2019-12-24 15:57:16 -0700
commit76f613fb9b96a0e019baace4ba3a5ce68a4c811b (patch)
tree6272d232ff5ff5c63dc0b50c634f0a2151f9db33
parent1f6c833810629b7a50a538d4ed6279d06ac67653 (diff)
downloadaur-76f613fb9b96a0e019baace4ba3a5ce68a4c811b.tar.gz
1.9.5
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 103b1be5c48d..8b09fc80d605 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.9.3
+ pkgver = 1.9.5
pkgrel = 1
url = https://github.com/lihaoyi/Ammonite
install = ammonite.install
@@ -8,10 +8,10 @@ pkgbase = ammonite
license = MIT
depends = scala>=2.13
depends = java-environment
- noextract = ammonite-repl-1.9.3
- source = ammonite-repl-1.9.3::https://github.com/lihaoyi/Ammonite/releases/download/1.9.3/2.13-1.9.3
- source = https://github.com/lihaoyi/Ammonite/raw/1.9.3/LICENSE
- sha256sums = c4e8bb84cc8d90d3f6aee6ad04cf6d6c0b9cceead2ffcc4d721117375d14bbd9
+ noextract = ammonite-repl-1.9.5
+ source = ammonite-repl-1.9.5::https://github.com/lihaoyi/Ammonite/releases/download/1.9.5/2.13-1.9.5
+ source = https://github.com/lihaoyi/Ammonite/raw/1.9.5/LICENSE
+ sha256sums = 2f09b5ab6262961c03977db76686265c0669a803406107d4aa4ed10a91dd0e6d
sha256sums = 90320c4bcccf8df57cc5d6f7b0b1778231ae87c64fe5405bae45af4ff9f87e8e
pkgname = ammonite
diff --git a/PKGBUILD b/PKGBUILD
index 3c57b74a5d10..4bad83c9930d 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.9.3
+pkgver=1.9.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=('c4e8bb84cc8d90d3f6aee6ad04cf6d6c0b9cceead2ffcc4d721117375d14bbd9'
+sha256sums=('2f09b5ab6262961c03977db76686265c0669a803406107d4aa4ed10a91dd0e6d'
'90320c4bcccf8df57cc5d6f7b0b1778231ae87c64fe5405bae45af4ff9f87e8e')
install="${pkgname}.install"