diff options
| author | Viktor Szakáts | 2015-01-04 04:48:24 +0100 |
|---|---|---|
| committer | Jack Nagel | 2015-01-03 23:03:08 -0500 |
| commit | e84a9fd9dcfefad1ff555d36281ab803e645968c (patch) | |
| tree | 13386386de521025a61126c9a1b3bd50a08e6cb3 /Library | |
| parent | f21076fcea3f00524ea1b8259b7fa08abc205164 (diff) | |
| download | homebrew-e84a9fd9dcfefad1ff555d36281ab803e645968c.tar.bz2 | |
wine: use https links
Closes #35530.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/wine.rb | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
