aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Grassel <freebsd-ports@jan0sch.de>2022-12-29 14:55:03 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2022-12-29 14:55:03 +0000
commite5640325d406ed2e0436d58f79f5dbd2c2bc01aa (patch)
treec1ce2079a7728f75d622f67994835c65c4cbd2f7
parent30fa913e772126001689c971885d74f66c892a91 (diff)
downloadports-e5640325d406ed2e0436d58f79f5dbd2c2bc01aa.tar.gz
ports-e5640325d406ed2e0436d58f79f5dbd2c2bc01aa.zip
devel/ammonite: Update to 2.5.5
PR: 268637
-rw-r--r--devel/ammonite/Makefile4
-rw-r--r--devel/ammonite/distinfo6
-rw-r--r--devel/ammonite/pkg-message4
3 files changed, 7 insertions, 7 deletions
diff --git a/devel/ammonite/Makefile b/devel/ammonite/Makefile
index f44172e271f4..803139b0a6f1 100644
--- a/devel/ammonite/Makefile
+++ b/devel/ammonite/Makefile
@@ -1,8 +1,8 @@
PORTNAME= ammonite
-DISTVERSION= 2.5.3
+DISTVERSION= 2.5.5
CATEGORIES= devel java
MASTER_SITES= https://github.com/lihaoyi/Ammonite/releases/download/${PORTVERSION}/
-DISTNAME= 2.13-${PORTVERSION}
+DISTNAME= 3.2-${PORTVERSION}
EXTRACT_SUFX=
DIST_SUBDIR= ${PORTNAME}
EXTRACT_ONLY=
diff --git a/devel/ammonite/distinfo b/devel/ammonite/distinfo
index 9b08648e7214..729cc05db05e 100644
--- a/devel/ammonite/distinfo
+++ b/devel/ammonite/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1650093780
-SHA256 (ammonite/2.13-2.5.3) = 7735212944031eb619e16c82938cf8093c5beaf2b4e6a7c0a51fd63cec21039b
-SIZE (ammonite/2.13-2.5.3) = 48419355
+TIMESTAMP = 1672308878
+SHA256 (ammonite/3.2-2.5.5) = 8f6f4ad07360980cd9edfe2e936c591ada5734625c3854ac4b657f5d11504627
+SIZE (ammonite/3.2-2.5.5) = 55180394
diff --git a/devel/ammonite/pkg-message b/devel/ammonite/pkg-message
index d4757da96fbd..c5f954bfbc19 100644
--- a/devel/ammonite/pkg-message
+++ b/devel/ammonite/pkg-message
@@ -4,8 +4,8 @@
To use ammonite fully you should setup a configuration file
~/.ammonite/predef.sc. Below is an example:
-interp.load.ivy("com.lihaoyi" %% "os-lib" % "0.8.0")
-interp.load.ivy("org.typelevel" %% "cats-core" % "2.7.0")
+interp.load.ivy("com.lihaoyi" %% "os-lib" % "0.9.0")
+interp.load.ivy("org.typelevel" %% "cats-core" % "2.9.0")
// This @ is necessary for Ammonite to process the `interp.load.ivy`
// before continuing.