Skip to content

Commit

Permalink
pkg-config: use secure url
Browse files Browse the repository at this point in the history
  • Loading branch information
DomT4 committed Feb 11, 2016
1 parent f10bbc8 commit 2b22708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/pkg-config.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class PkgConfig < Formula
desc "Manage compile and link flags for libraries"
homepage "https://wiki.freedesktop.org/www/Software/pkg-config/"
url "http://pkgconfig.freedesktop.org/releases/pkg-config-0.29.tar.gz"
url "https://pkgconfig.freedesktop.org/releases/pkg-config-0.29.tar.gz"
mirror "https://fossies.org/linux/misc/pkg-config-0.29.tar.gz"
sha256 "c8507705d2a10c67f385d66ca2aae31e81770cc0734b4191eb8c489e864a006b"

Expand Down

0 comments on commit 2b22708

Please sign in to comment.