diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-01-28 23:24:01 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-01-28 23:27:02 +0000 |
commit | 5d56685dce010203085a79105d062fb3aaa2501e (patch) | |
tree | 82b25212c056ca3674f9c34ce8217dcbb24d7903 /net/vnstat | |
parent | 020e3948bb580003dab40819de5dcc24564e46ca (diff) | |
download | ports-5d56685dce010203085a79105d062fb3aaa2501e.tar.gz ports-5d56685dce010203085a79105d062fb3aaa2501e.zip |
net/vnstat: Update MASTER_SITES
PR: 261451
Reported by: diizzy
Diffstat (limited to 'net/vnstat')
-rw-r--r-- | net/vnstat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/vnstat/Makefile b/net/vnstat/Makefile index 645744d337e1..b46c847b5895 100644 --- a/net/vnstat/Makefile +++ b/net/vnstat/Makefile @@ -3,7 +3,8 @@ PORTNAME= vnstat PORTVERSION= 2.9 CATEGORIES= net -MASTER_SITES= https://humdi.net/vnstat/ +MASTER_SITES= https://github.com/vergoh/vnstat/releases/download/v${PORTVERSION}/ \ + https://humdi.net/vnstat/ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Console-based network traffic monitor |