git: 4f045302f6e9 - main - devel/ammonite: Update to version 2.5.11
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 19 Oct 2023 07:08:32 UTC
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=4f045302f6e9d25939adf4a659192ca2df34e19d commit 4f045302f6e9d25939adf4a659192ca2df34e19d Author: Jens Grassel <jens@wegtam.com> AuthorDate: 2023-10-18 07:48:15 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-10-19 07:07:30 +0000 devel/ammonite: Update to version 2.5.11 Changelog: https://ammonite.io/#Changelog PR: 274553 --- devel/ammonite/Makefile | 2 +- devel/ammonite/distinfo | 6 +++--- devel/ammonite/pkg-message | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/ammonite/Makefile b/devel/ammonite/Makefile index 2fa0af19ee8d..8e0120c5aff7 100644 --- a/devel/ammonite/Makefile +++ b/devel/ammonite/Makefile @@ -1,5 +1,5 @@ PORTNAME= ammonite -DISTVERSION= 2.5.6 +DISTVERSION= 2.5.11 CATEGORIES= devel java MASTER_SITES= https://github.com/lihaoyi/Ammonite/releases/download/${PORTVERSION}/ DISTNAME= 3.2-${PORTVERSION} diff --git a/devel/ammonite/distinfo b/devel/ammonite/distinfo index a857025ba83e..3bf4107c9fbb 100644 --- a/devel/ammonite/distinfo +++ b/devel/ammonite/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1673509219 -SHA256 (ammonite/3.2-2.5.6) = afcea3a8155232ce46131af26bfacf0af59754fffa949d4ee2715a90a13be673 -SIZE (ammonite/3.2-2.5.6) = 62130859 +TIMESTAMP = 1697614177 +SHA256 (ammonite/3.2-2.5.11) = 384cf08e2591be4d199c75cf1913d44c043466b8cddeaa21dd5669d10f94a18f +SIZE (ammonite/3.2-2.5.11) = 64675864 diff --git a/devel/ammonite/pkg-message b/devel/ammonite/pkg-message index c5f954bfbc19..30c66399df78 100644 --- a/devel/ammonite/pkg-message +++ b/devel/ammonite/pkg-message @@ -4,7 +4,7 @@ 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.9.0") +interp.load.ivy("com.lihaoyi" %% "os-lib" % "0.9.1") interp.load.ivy("org.typelevel" %% "cats-core" % "2.9.0") // This @ is necessary for Ammonite to process the `interp.load.ivy`