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:
parent
18ef59a459
commit
51d85a2816
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue