bind: use https url and homepage
This commit is contained in:
parent
3e7cab0d42
commit
e69e88c37e
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
require "formula"
|
||||
|
||||
class Bind < Formula
|
||||
homepage "http://www.isc.org/software/bind/"
|
||||
url "http://ftp.isc.org/isc/bind9/9.10.2/bind-9.10.2.tar.gz"
|
||||
homepage "https://www.isc.org/software/bind/"
|
||||
url "https://www.isc.org/isc/bind9/9.10.2/bind-9.10.2.tar.gz"
|
||||
sha1 "4ddb2670976c06af7e86352616383958d82c51ce"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue