wine: use secure head url

This has been once done and reverted in the past on the
grounds that https access was too slow. In my local tests
the speeds are now identical between git: and https:
protocols, so maybe this got fixed since.
This commit is contained in:
Viktor Szakats 2017-03-12 16:00:27 +00:00 committed by ilovezfs
parent 18ef59a459
commit 51d85a2816

View file

@ -5,7 +5,7 @@
class Wine < Formula
desc "Run Windows applications without a copy of Microsoft Windows"
homepage "https://www.winehq.org/"
head "git://source.winehq.org/git/wine.git"
head "https://source.winehq.org/git/wine.git"
stable do
url "https://dl.winehq.org/wine/source/2.0/wine-2.0.tar.bz2"