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 | |
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')
-rw-r--r-- | shells/ammonite/Makefile | 2 | ||||
-rw-r--r-- | shells/ammonite/distinfo | 6 |
2 files changed, 4 insertions, 4 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} diff --git a/shells/ammonite/distinfo b/shells/ammonite/distinfo index e45e32b57307..211779659e2d 100644 --- a/shells/ammonite/distinfo +++ b/shells/ammonite/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1574598221 -SHA256 (ammonite/2.12-1.8.2) = 378d7a9fa1a8f44f8e27769259a465423cf540658ba42365213a3c00e4a8acc0 -SIZE (ammonite/2.12-1.8.2) = 30605145 +TIMESTAMP = 1578437044 +SHA256 (ammonite/2.12-2.0.1) = 8323070a64839d8286318efeee85ba44ce08db630fed5343c21abe2d07ae4c3d +SIZE (ammonite/2.12-2.0.1) = 30621373 |