From 9b18c8c96fa2e2bc0e45bf9851faca317b035606 Mon Sep 17 00:00:00 2001 From: Viktor Szakáts Date: Tue, 31 Mar 2015 22:45:32 +0200 Subject: automoc4.rb: use https homepage `*.kde.org` does support SSL/TLS. It appears that the `download.kde.org` subdomain doesn't serve the same files in SSL/TLS mode as in plaintext, thus leaving `url` as is. Closes #38239. Signed-off-by: Mike McQuaid --- Library/Formula/automoc4.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/automoc4.rb b/Library/Formula/automoc4.rb index 56a99e23f..3d85dea53 100644 --- a/Library/Formula/automoc4.rb +++ b/Library/Formula/automoc4.rb @@ -1,7 +1,7 @@ require 'formula' class Automoc4 < Formula - homepage 'http://techbase.kde.org/Development/Tools/Automoc4' + homepage 'https://techbase.kde.org/Development/Tools/Automoc4' url 'http://download.kde.org/stable/automoc4/0.9.88/automoc4-0.9.88.tar.bz2' sha1 'd864c3dda99d8b5f625b9267acfa1d88ff617e3a' -- cgit v1.2.3