diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-06-08 00:15:19 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-06-08 00:15:19 +0000 |
commit | 8ec4d0ab8102e38da77ec5bd724f24242548570f (patch) | |
tree | 1e55baa3ec89d69d99354b7d98cb97d296ab787e | |
parent | lang/rust: fix build on powerpc64 (diff) |
Update to 2020.4
This release fixes numerous bugs, and makes a lot of improvements to the
standard library, using inline assembly to enhance performance and reduce
size.
PR: 246961
Submitted by: Charles Childers
-rw-r--r-- | lang/retro12/Makefile | 2 | ||||
-rw-r--r-- | lang/retro12/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/retro12/Makefile b/lang/retro12/Makefile index cac1dc411f2f..7a3e9fcd5fb5 100644 --- a/lang/retro12/Makefile +++ b/lang/retro12/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= retro12 -DISTVERSION= 2020.1 +DISTVERSION= 2020.4 CATEGORIES= lang MASTER_SITES= http://forthworks.com/retro/r/ \ https://forthworks.com/retro/r/ diff --git a/lang/retro12/distinfo b/lang/retro12/distinfo index 5765307fcd63..ea2e9655bb10 100644 --- a/lang/retro12/distinfo +++ b/lang/retro12/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1579098262 -SHA256 (RETRO12-2020.1.tar.gz) = a7adf9c9f3bba6d62d602b330b0a4dac2b18ca49b0704aa3af1e677effb61e9c -SIZE (RETRO12-2020.1.tar.gz) = 827525 +TIMESTAMP = 1591197199 +SHA256 (RETRO12-2020.4.tar.gz) = d1df6d770ba36817c52d2779211850504bdc45e8d7d273b6ce2fd7f40ae657dd +SIZE (RETRO12-2020.4.tar.gz) = 788473 |