httrack: https url and homepage
Closes Homebrew/homebrew#38478. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
0d30ea66fb
commit
506c146ed8
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Httrack < Formula
|
||||
homepage "http://www.httrack.com/"
|
||||
homepage "https://www.httrack.com/"
|
||||
# Always use mirror.httrack.com when you link to a new version of HTTrack, as
|
||||
# link to download.httrack.com will break on next HTTrack update.
|
||||
url "http://mirror.httrack.com/historical/httrack-3.48.21.tar.gz"
|
||||
url "https://mirror.httrack.com/historical/httrack-3.48.21.tar.gz"
|
||||
sha1 "a19564393ced4b2e22ab685201cbd5a1d6983930"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue