httping: use an https url
This commit is contained in:
parent
ea7179b8ba
commit
9675f7f7a3
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
class Httping < Formula
|
||||
desc "Ping-like tool for HTTP requests"
|
||||
homepage "http://www.vanheusden.com/httping/"
|
||||
url "http://www.vanheusden.com/httping/httping-2.4.tgz"
|
||||
url "https://www.vanheusden.com/httping/httping-2.4.tgz"
|
||||
sha256 "dab59f02b08bfbbc978c005bb16d2db6fe21e1fc841fde96af3d497ddfc82084"
|
||||
|
||||
head "https://github.com/flok99/httping.git"
|
||||
|
|
Loading…
Reference in a new issue