diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2022-11-11 13:57:33 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2022-11-11 13:58:39 +0000 |
commit | 9da4322f52e39b682c428de24767d70c4cc00605 (patch) | |
tree | bd503ff2f6d85c6eff72f741ca523242120bc4ac | |
parent | 04a6bfcea42dcd9b4df67d3db0a90302e7a01747 (diff) |
ports-mgmt/fastest_pkg: Update to 0.2.1
This release switches from GeoDNS to _http._tcp.pkg.all which also
returns the local mirrors.
See also:
https://github.com/ehaupt/fastest_pkg/pull/6
Reported by: philip (via github issue)
-rw-r--r-- | ports-mgmt/fastest_pkg/Makefile | 6 | ||||
-rw-r--r-- | ports-mgmt/fastest_pkg/distinfo | 8 |
2 files changed, 4 insertions, 10 deletions
diff --git a/ports-mgmt/fastest_pkg/Makefile b/ports-mgmt/fastest_pkg/Makefile index f8a8f6b2a50c..ceeb364fc39b 100644 --- a/ports-mgmt/fastest_pkg/Makefile +++ b/ports-mgmt/fastest_pkg/Makefile @@ -1,13 +1,9 @@ PORTNAME= fastest_pkg -PORTVERSION= 0.2.0 +PORTVERSION= 0.2.1 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= ports-mgmt python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES= 0a736009a0c98d3277e6cfe93cc36a5bc6f6cd40.patch:-p1 - MAINTAINER= ehaupt@FreeBSD.org COMMENT= Script to find the fastest pkg mirror WWW= https://github.com/ehaupt/fastest_pkg diff --git a/ports-mgmt/fastest_pkg/distinfo b/ports-mgmt/fastest_pkg/distinfo index 3227431e3532..1f273c7c8392 100644 --- a/ports-mgmt/fastest_pkg/distinfo +++ b/ports-mgmt/fastest_pkg/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1640420967 -SHA256 (ehaupt-fastest_pkg-v0.2.0_GH0.tar.gz) = b2ea3ea47eb9c58d82186542aaa73f65998d1254f8851a242a3f1f457ba8b6db -SIZE (ehaupt-fastest_pkg-v0.2.0_GH0.tar.gz) = 5708 -SHA256 (0a736009a0c98d3277e6cfe93cc36a5bc6f6cd40.patch) = 2dd4c5301a3729bef2ab557df2bd61d8245fc683e3c4107a32804ee76da1d2ab -SIZE (0a736009a0c98d3277e6cfe93cc36a5bc6f6cd40.patch) = 894 +TIMESTAMP = 1668171898 +SHA256 (ehaupt-fastest_pkg-v0.2.1_GH0.tar.gz) = a147d1e9df34ad7fd41235584cc3cdc191c97eceb1f89f478ae1e5d2f1e8fdbc +SIZE (ehaupt-fastest_pkg-v0.2.1_GH0.tar.gz) = 5859 |