Browse Source

bind: change http servers to https

Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz>
lilik-openwrt-22.03
Josef Schlehofer 6 years ago
committed by Noah Meyerhans
parent
commit
cfa2f83d65
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      net/bind/Makefile

+ 2
- 2
net/bind/Makefile View File

@ -18,8 +18,8 @@ PKG_LICENSE := MPL-2.0
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:= \
http://www.mirrorservice.org/sites/ftp.isc.org/isc/bind9/$(PKG_VERSION) \
http://ftp.isc.org/isc/bind9/$(PKG_VERSION)
https://www.mirrorservice.org/sites/ftp.isc.org/isc/bind9/$(PKG_VERSION) \
https://ftp.isc.org/isc/bind9/$(PKG_VERSION)
PKG_HASH:=a4cae11dad954bdd4eb592178f875bfec09fcc7e29fe0f6b7a4e5b5c6bc61322
PKG_FIXUP:=autoreconf


Loading…
Cancel
Save