diff options
author | Jochen Neumeister <joneum@FreeBSD.org> | 2020-01-08 07:04:19 +0800 |
---|---|---|
committer | Jochen Neumeister <joneum@FreeBSD.org> | 2020-01-08 07:04:19 +0800 |
commit | ea6d3477dce07afbe4e271a02da33e106a4c5f4c (patch) | |
tree | e0872349301ebf63d376f17e12f80e60d42788e2 /shells/ammonite/Makefile | |
parent | 4d008caba4645f21c8c80f93833cd0e739fe3241 (diff) | |
download | freebsd-ports-gnome-ea6d3477dce07afbe4e271a02da33e106a4c5f4c.tar.gz freebsd-ports-gnome-ea6d3477dce07afbe4e271a02da33e106a4c5f4c.tar.zst freebsd-ports-gnome-ea6d3477dce07afbe4e271a02da33e106a4c5f4c.zip |
Update to 2.0.1
Changelog:
* Bump PPrint to 0.5.7, FastParse to 2.2.2, uPickle to 0.9.6, Requests to 0.4.7
* Fix @main method handling in scripts run via --class-based
* Bump OS-Lib, uPickle and Requests-Scala versions, for compatibility with the geny.Writable interface
PR: 242956
Submitted by: Jens Grassel <freebsd-ports@jan0sch.de> (maintainer)
Sponsored by: Netzkommune GmbH
Diffstat (limited to 'shells/ammonite/Makefile')
-rw-r--r-- | shells/ammonite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/ammonite/Makefile b/shells/ammonite/Makefile index a62f420ae256..8d3507f34041 100644 --- a/shells/ammonite/Makefile +++ b/shells/ammonite/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ammonite -DISTVERSION= 1.8.2 +DISTVERSION= 2.0.1 CATEGORIES= shells java MASTER_SITES= https://github.com/lihaoyi/Ammonite/releases/download/${PORTVERSION}/ DISTNAME= 2.12-${PORTVERSION} |