diff options
author | kre <kre@pkgsrc.org> | 2016-05-23 06:52:54 +0000 |
---|---|---|
committer | kre <kre@pkgsrc.org> | 2016-05-23 06:52:54 +0000 |
commit | 99f88b3e190b3e4c5e8c62c537994c3b73068aab (patch) | |
tree | 27f7a9005308adc1c8eb5d1bcd9b6c77bee4038b /security | |
parent | 8b73f229d34f868f6d57f7d92d4d1467992fb38c (diff) | |
download | pkgsrc-99f88b3e190b3e4c5e8c62c537994c3b73068aab.tar.gz |
Update MASTER_SITES to match current layout at the master site.
OK wiz@
Diffstat (limited to 'security')
-rw-r--r-- | security/botan/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/botan/Makefile b/security/botan/Makefile index 73874c54ed8..85ee4114eeb 100644 --- a/security/botan/Makefile +++ b/security/botan/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.35 2016/05/19 22:10:24 joerg Exp $ +# $NetBSD: Makefile,v 1.36 2016/05/23 06:52:54 kre Exp $ DISTNAME= Botan-1.10.12 PKGNAME= ${DISTNAME:tl} CATEGORIES= security -MASTER_SITES= http://files.randombit.net/botan/ +MASTER_SITES= http://botan.randombit.net/releases/ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org |