summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8256b9638d7..8518690c0e0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ammonite
pkgdesc = A cleanroom re-implementation of the Scala REPL from first principles.
- pkgver = 2.1.1
+ pkgver = 2.1.2
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-2.1.1
- source = ammonite-repl-2.1.1::https://github.com/lihaoyi/Ammonite/releases/download/2.1.1/2.13-2.1.1
- source = https://github.com/lihaoyi/Ammonite/raw/2.1.1/LICENSE
- b2sums = 3f800ec46fae343fa2978ff3ec5b2055917580d525842b8d3fe4830c72d85f98e447cac62077c3d06be5c35382990aa6899f82ffa35ad2cdd993d0b39277ade4
+ noextract = ammonite-repl-2.1.2
+ source = ammonite-repl-2.1.2::https://github.com/lihaoyi/Ammonite/releases/download/2.1.2/2.13-2.1.2
+ source = https://github.com/lihaoyi/Ammonite/raw/2.1.2/LICENSE
+ b2sums = d25906a5dbf92f6bdef91f9b2175a012e0589fc610747dc0b2424e670783856fe44b194803e8213c567aaa399ad5ef20a6283de9c672352d13894e65167b7cac
b2sums = fc9694ff702a7c919b82c3429911dd0f4bf83ee36e7036bf5d82b62f3a1bc0dfb2bb80313ef89fa80353a7cf202bced4d942de25fdda789258753cd42633752d
pkgname = ammonite
diff --git a/PKGBUILD b/PKGBUILD
index 834e97d1d1f4..3ce2127939e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Yiqiao Wang <yiqiao.wang96 at gmail dot com>
# Contributor: wenLiangcan <boxeed at gmail dot com>
pkgname=ammonite
-pkgver=2.1.1
+pkgver=2.1.2
pkgrel=1
pkgdesc="A cleanroom re-implementation of the Scala REPL from first principles. "
arch=('any')
@@ -13,7 +13,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}")
-b2sums=('3f800ec46fae343fa2978ff3ec5b2055917580d525842b8d3fe4830c72d85f98e447cac62077c3d06be5c35382990aa6899f82ffa35ad2cdd993d0b39277ade4'
+b2sums=('d25906a5dbf92f6bdef91f9b2175a012e0589fc610747dc0b2424e670783856fe44b194803e8213c567aaa399ad5ef20a6283de9c672352d13894e65167b7cac'
'fc9694ff702a7c919b82c3429911dd0f4bf83ee36e7036bf5d82b62f3a1bc0dfb2bb80313ef89fa80353a7cf202bced4d942de25fdda789258753cd42633752d')
install="${pkgname}.install"