[arch-commits] Commit in ammonite/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Jun 8 14:59:24 UTC 2021
Date: Tuesday, June 8, 2021 @ 14:59:23
Author: felixonmars
Revision: 959664
upgpkg: ammonite 2.4.0-1
Modified:
ammonite/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-08 14:58:51 UTC (rev 959663)
+++ PKGBUILD 2021-06-08 14:59:23 UTC (rev 959664)
@@ -4,9 +4,9 @@
# Contributor: wenLiangcan <boxeed at gmail dot com>
pkgname=ammonite
-pkgver=2.3.8
+pkgver=2.4.0
_scalaversion=2.13.2
-pkgrel=2
+pkgrel=1
pkgdesc="A cleanroom re-implementation of the Scala REPL from first principles. "
arch=('any')
url="https://github.com/lihaoyi/Ammonite"
@@ -14,7 +14,7 @@
depends=('bash' 'java-environment')
makedepends=('mill')
source=("https://github.com/lihaoyi/Ammonite/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('ba399c87760ff7dbc42a64dbcb3f784ed82745ad1ca0ac7c61e0808504017ef04e507ae083dd9644ea0681ea527ead280dba38eff09118babc5e9138f93048e8')
+b2sums=('568719f7e8c367a64c1634c96ab58dcaa887a168991d17585343c582a757214db2823bb24eb43aa66055cd071baa35440c5a16a6618d66eec769818a1152ab2c')
prepare() {
cd Ammonite-$pkgver
More information about the arch-commits
mailing list