poco: use secure urls (#5771)

This commit is contained in:
Viktor Szakats 2016-10-11 12:35:16 +02:00 committed by ilovezfs
parent 9eea50dc0f
commit 5427e29027

View file

@ -1,7 +1,7 @@
class Poco < Formula
desc "C++ class libraries for building network and internet-based applications"
homepage "http://pocoproject.org/"
url "http://pocoproject.org/releases/poco-1.7.5/poco-1.7.5-all.tar.gz"
homepage "https://pocoproject.org/"
url "https://pocoproject.org/releases/poco-1.7.5/poco-1.7.5-all.tar.gz"
sha256 "74fb9f9810ea200b8ff744d222626ec5c10613f9121f2ab7cd70e0e24cb30f38"
head "https://github.com/pocoproject/poco.git", :branch => "develop"