summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThayne McCombs2019-12-26 23:47:16 -0700
committerThayne McCombs2019-12-26 23:47:16 -0700
commitd632b19fe17992e3b89843905ed0cbf619c74a03 (patch)
treeb0921adcd6abdb19dc9ea44386e9f5ad612d33f0
parent76f613fb9b96a0e019baace4ba3a5ce68a4c811b (diff)
downloadaur-d632b19fe17992e3b89843905ed0cbf619c74a03.tar.gz
2.0.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b09fc80d605..95ab62e2fa0a 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.5
+ pkgver = 2.0.1
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.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
+ noextract = ammonite-repl-2.0.1
+ source = ammonite-repl-2.0.1::https://github.com/lihaoyi/Ammonite/releases/download/2.0.1/2.13-2.0.1
+ source = https://github.com/lihaoyi/Ammonite/raw/2.0.1/LICENSE
+ sha256sums = 7ca90c6c181f2479da81e92463571ba6b6994ba2c0675fb040843534c487b3ac
sha256sums = 90320c4bcccf8df57cc5d6f7b0b1778231ae87c64fe5405bae45af4ff9f87e8e
pkgname = ammonite
diff --git a/PKGBUILD b/PKGBUILD
index 4bad83c9930d..59772fdfb20c 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.5
+pkgver=2.0.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=('2f09b5ab6262961c03977db76686265c0669a803406107d4aa4ed10a91dd0e6d'
+sha256sums=('7ca90c6c181f2479da81e92463571ba6b6994ba2c0675fb040843534c487b3ac'
'90320c4bcccf8df57cc5d6f7b0b1778231ae87c64fe5405bae45af4ff9f87e8e')
install="${pkgname}.install"