wine: fix audit issue in a mirror url
This commit is contained in:
parent
b191599d41
commit
1d3a897be8
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ class Wine < Formula
|
|||
|
||||
resource "fontconfig" do
|
||||
url "https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.12.1.tar.bz2"
|
||||
mirror "http://ftp.osuosl.org/pub/blfs/conglomeration/fontconfig/fontconfig-2.12.1.tar.bz2"
|
||||
mirror "https://ftp.osuosl.org/pub/blfs/conglomeration/fontconfig/fontconfig-2.12.1.tar.bz2"
|
||||
sha256 "b449a3e10c47e1d1c7a6ec6e2016cca73d3bd68fbbd4f0ae5cc6b573f7d6c7f3"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue