diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-12-24 12:11:16 +0100 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2022-01-17 12:56:31 +0100 |
commit | 62484c7cf83a5a7ec9144ff7ae76e471c2b54385 (patch) | |
tree | 78162d7cf078bf2f6d973bc35dd35a3a12eb5ba6 | |
parent | 4d24317336a53409e1f220903772ffc1ce53b8b6 (diff) | |
download | freebsd-ports-62484c7cf83a5a7ec9144ff7ae76e471c2b54385.zip |
editors/mg: Update to 7.0
Changes: https://github.com/ibara/mg/releases/tag/mg-7.0
-rw-r--r-- | editors/mg/Makefile | 2 | ||||
-rw-r--r-- | editors/mg/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/mg/Makefile b/editors/mg/Makefile index bdb3d2eee3fb..292549b08271 100644 --- a/editors/mg/Makefile +++ b/editors/mg/Makefile @@ -1,7 +1,7 @@ # Created by: Dima Dorfman <dima@unixfreak.org> PORTNAME= mg -PORTVERSION= 6.9 +PORTVERSION= 7.0 PORTEPOCH= 1 CATEGORIES= editors MASTER_SITES= https://github.com/ibara/mg/releases/download/mg-${PORTVERSION}/ diff --git a/editors/mg/distinfo b/editors/mg/distinfo index c0a2f9e86b7c..ff4f57b9de42 100644 --- a/editors/mg/distinfo +++ b/editors/mg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623507951 -SHA256 (mg-6.9.tar.gz) = 3d66079d6a9a2bfba414260f6afd5de5eb148406782772e84850b8585e901925 -SIZE (mg-6.9.tar.gz) = 248488 +TIMESTAMP = 1640344272 +SHA256 (mg-7.0.tar.gz) = 650dbdf9c9a72ec1922486ce07112d6181fc88a30770913d71d5c99c57fb2ac5 +SIZE (mg-7.0.tar.gz) = 248893 |