diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2018-08-28 23:15:39 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2018-08-28 23:15:39 +0800 |
commit | 2fa2f7334b71aa0422aa2ec7511d19fb7fc3be8a (patch) | |
tree | 966ec8e93270a0304b58a94e8cb07119e66acd4b /ports-mgmt/distilator | |
parent | 6111e194b1a8f2aced48e95b90f2bc396e65258e (diff) | |
download | freebsd-ports-gnome-2fa2f7334b71aa0422aa2ec7511d19fb7fc3be8a.tar.gz freebsd-ports-gnome-2fa2f7334b71aa0422aa2ec7511d19fb7fc3be8a.tar.zst freebsd-ports-gnome-2fa2f7334b71aa0422aa2ec7511d19fb7fc3be8a.zip |
- Update to 1.1
- Correctly handle hostnames that do not resolve
- Implemented a --silent option which will only show errors
Diffstat (limited to 'ports-mgmt/distilator')
-rw-r--r-- | ports-mgmt/distilator/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/distilator/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ports-mgmt/distilator/Makefile b/ports-mgmt/distilator/Makefile index 786f4970164a..6baa5b654c7f 100644 --- a/ports-mgmt/distilator/Makefile +++ b/ports-mgmt/distilator/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= distilator -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= ports-mgmt MASTER_SITES= https://critical.ch/distilator/ \ LOCAL/ehaupt diff --git a/ports-mgmt/distilator/distinfo b/ports-mgmt/distilator/distinfo index 835986bfa73e..937ceb1ef2ef 100644 --- a/ports-mgmt/distilator/distinfo +++ b/ports-mgmt/distilator/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1535383437 -SHA256 (distilator-1.0.tar.gz) = c09f966506cc1cdd77cca3a16a01ce8b009e0fab525cf39cb4041aba30717d42 -SIZE (distilator-1.0.tar.gz) = 3022 +TIMESTAMP = 1535469016 +SHA256 (distilator-1.1.tar.gz) = 7a519ee86a1a045b6df8c22147b875389eb6e693520ed6c41d1e4d6ce1cd1462 +SIZE (distilator-1.1.tar.gz) = 3289 |