From e84a9fd9dcfefad1ff555d36281ab803e645968c Mon Sep 17 00:00:00 2001 From: Viktor Szakáts Date: Sun, 4 Jan 2015 04:48:24 +0100 Subject: wine: use https links Closes #35530. Signed-off-by: Jack Nagel --- Library/Formula/wine.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/wine.rb b/Library/Formula/wine.rb index 37413b56c..c2945a649 100644 --- a/Library/Formula/wine.rb +++ b/Library/Formula/wine.rb @@ -5,7 +5,7 @@ require 'formula' # - http://wiki.winehq.org/Gecko # - http://wiki.winehq.org/Mono class Wine < Formula - homepage 'http://winehq.org/' + homepage 'https://www.winehq.org/' stable do url 'https://downloads.sourceforge.net/project/wine/Source/wine-1.6.2.tar.bz2' @@ -168,7 +168,7 @@ class Wine < Formula which may cause text rendering issues in applications such as Steam. We recommend that you run winecfg, add an override for dwrite in the Libraries tab, and edit the override mode to "disable". See: - http://bugs.winehq.org/show_bug.cgi?id=31374 + https://bugs.winehq.org/show_bug.cgi?id=31374 EOS if build.with? 'x11' @@ -179,7 +179,7 @@ class Wine < Formula "x11" (or use winetricks). For best results with X11, install the latest version of XQuartz: - http://xquartz.macosforge.org/ + https://xquartz.macosforge.org/ EOS end return s -- cgit v1.2.3