aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorViktor Szakáts2015-03-31 22:52:32 +0200
committerMike McQuaid2015-04-01 08:13:07 +0100
commita80524604bea567312b1ddb9accb9e565bd3fa01 (patch)
tree9dbcbbf22650b697e8fb306f259a38cb61a8296e /Library
parent9b18c8c96fa2e2bc0e45bf9851faca317b035606 (diff)
downloadhomebrew-a80524604bea567312b1ddb9accb9e565bd3fa01.tar.bz2
libxslt.rb: make http the primary url, use https for git repo
Closes #38240. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/libxslt.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/libxslt.rb b/Library/Formula/libxslt.rb
index c7c71f5b0..f5fd9b84c 100644
--- a/Library/Formula/libxslt.rb
+++ b/Library/Formula/libxslt.rb
@@ -2,8 +2,8 @@ require 'formula'
class Libxslt < Formula
homepage 'http://xmlsoft.org/XSLT/'
- url 'ftp://xmlsoft.org/libxml2/libxslt-1.1.28.tar.gz'
- mirror 'http://xmlsoft.org/sources/libxslt-1.1.28.tar.gz'
+ url 'http://xmlsoft.org/sources/libxslt-1.1.28.tar.gz'
+ mirror 'ftp://xmlsoft.org/libxml2/libxslt-1.1.28.tar.gz'
sha1 '4df177de629b2653db322bfb891afa3c0d1fa221'
revision 1
@@ -18,7 +18,7 @@ class Libxslt < Formula
depends_on 'libxml2'
head do
- url "git://git.gnome.org/libxslt"
+ url "https://git.gnome.org/browse/libxslt"
depends_on "autoconf" => :build
depends_on "automake" => :build