Skip to content

Commit

Permalink
automake: use secure url
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats authored and DomT4 committed Jun 23, 2016
1 parent 630a03a commit 6739640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/automake.rb
@@ -1,7 +1,7 @@
class Automake < Formula
desc "Tool for generating GNU Standards-compliant Makefiles"
homepage "https://www.gnu.org/software/automake/"
url "http://ftpmirror.gnu.org/automake/automake-1.15.tar.xz"
url "https://ftpmirror.gnu.org/automake/automake-1.15.tar.xz"
mirror "https://ftp.gnu.org/gnu/automake/automake-1.15.tar.xz"
sha256 "9908c75aabd49d13661d6dcb1bc382252d22cc77bf733a2d55e87f2aa2db8636"

Expand Down

0 comments on commit 6739640

Please sign in to comment.