liboping: use secure urls
This commit is contained in:
parent
60ac923085
commit
fcc938d412
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
class Liboping < Formula
|
class Liboping < Formula
|
||||||
desc "C library to generate ICMP echo requests"
|
desc "C library to generate ICMP echo requests"
|
||||||
homepage "http://noping.cc"
|
homepage "https://noping.cc/"
|
||||||
url "http://noping.cc/files/liboping-1.8.0.tar.bz2"
|
url "https://noping.cc/files/liboping-1.8.0.tar.bz2"
|
||||||
sha256 "1dcb9182c981b31d67522ae24e925563bed57cf950dc681580c4b0abb6a65bdb"
|
sha256 "1dcb9182c981b31d67522ae24e925563bed57cf950dc681580c4b0abb6a65bdb"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
|
Loading…
Reference in a new issue