Skip to content

Commit

Permalink
devel/ammonite: Update to 3.0.0-M1
Browse files Browse the repository at this point in the history
Changelog:

- This release is not binary compatible with Ammonite 2.5!
- Support for Scala 2.12.18, 2.12.19, 2.13.11, 2.13.12, 2.13.13, 3.3.1, 3.3.2, 3.3.3
- The Scala 3 version now no longer depends on dependencies built with Scala 2.13
- Various dependency updates
- Internal fixes and improvements

PR:		278360
  • Loading branch information
jan0sch authored and clausecker committed May 13, 2024
1 parent a046bd6 commit 7fd7749
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions devel/ammonite/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PORTNAME= ammonite
DISTVERSION= 2.5.11
DISTVERSION= 3.0.0-M1
CATEGORIES= devel java
MASTER_SITES= https://github.com/lihaoyi/Ammonite/releases/download/${PORTVERSION}/
DISTNAME= 3.2-${PORTVERSION}
MASTER_SITES= https://github.com/lihaoyi/Ammonite/releases/download/${DISTVERSION}/
DISTNAME= 3.3-${DISTVERSION}
EXTRACT_SUFX=
DIST_SUBDIR= ${PORTNAME}
EXTRACT_ONLY=
Expand Down
6 changes: 3 additions & 3 deletions devel/ammonite/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1697614177
SHA256 (ammonite/3.2-2.5.11) = 384cf08e2591be4d199c75cf1913d44c043466b8cddeaa21dd5669d10f94a18f
SIZE (ammonite/3.2-2.5.11) = 64675864
TIMESTAMP = 1713103408
SHA256 (ammonite/3.3-3.0.0-M1) = 10bf264d499b71eb552153878ddfc9bcef0db179dbdc4b582b6fa2b59c0eb032
SIZE (ammonite/3.3-3.0.0-M1) = 57131829

0 comments on commit 7fd7749

Please sign in to comment.