Skip to content

Commit

Permalink
corefonts: update URLs
Browse files Browse the repository at this point in the history
Closes: #2142
  • Loading branch information
austin987 committed Jan 3, 2024
1 parent f145f37 commit 8b5602f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/winetricks
Original file line number Diff line number Diff line change
Expand Up @@ -14289,7 +14289,7 @@ w_metadata andale fonts \

load_andale()
{
w_download_to corefonts "https://mirrors.kernel.org/gentoo/distfiles/7d/andale32.exe" 0524fe42951adc3a7eb870e32f0920313c71f170c859b5f770d82b4ee111e970
w_download_to corefonts "https://github.com/pushcx/corefonts/raw/master/andale32.exe" 0524fe42951adc3a7eb870e32f0920313c71f170c859b5f770d82b4ee111e970
w_try_cabextract -d "${W_TMP}" "${W_CACHE}"/corefonts/andale32.exe
w_try_cp_font_files "${W_TMP}" "${W_FONTSDIR_UNIX}" "AndaleMo.TTF"
w_register_font andalemo.ttf "Andale Mono"
Expand All @@ -14307,8 +14307,8 @@ w_metadata arial fonts \

load_arial()
{
w_download_to corefonts "https://mirrors.kernel.org/gentoo/distfiles/5e/arial32.exe" 85297a4d146e9c87ac6f74822734bdee5f4b2a722d7eaa584b7f2cbf76f478f6
w_download_to corefonts "https://mirrors.kernel.org/gentoo/distfiles/5d/arialb32.exe" a425f0ffb6a1a5ede5b979ed6177f4f4f4fdef6ae7c302a7b7720ef332fec0a8
w_download_to corefonts "https://github.com/pushcx/corefonts/raw/master/arial32.exe" 85297a4d146e9c87ac6f74822734bdee5f4b2a722d7eaa584b7f2cbf76f478f6
w_download_to corefonts "https://github.com/pushcx/corefonts/raw/master/arialb32.exe" a425f0ffb6a1a5ede5b979ed6177f4f4f4fdef6ae7c302a7b7720ef332fec0a8

w_try_cabextract -d "${W_TMP}" "${W_CACHE}"/corefonts/arial32.exe
w_try_cp_font_files "${W_TMP}" "${W_FONTSDIR_UNIX}" "Arial*.TTF"
Expand All @@ -14334,7 +14334,7 @@ w_metadata comicsans fonts \

load_comicsans()
{
w_download_to corefonts "https://mirrors.kernel.org/gentoo/distfiles/52/comic32.exe" 9c6df3feefde26d4e41d4a4fe5db2a89f9123a772594d7f59afd062625cd204e
w_download_to corefonts "https://github.com/pushcx/corefonts/raw/master/comic32.exe" 9c6df3feefde26d4e41d4a4fe5db2a89f9123a772594d7f59afd062625cd204e
w_try_cabextract -d "${W_TMP}" "${W_CACHE}"/corefonts/comic32.exe
w_try_cp_font_files "${W_TMP}" "${W_FONTSDIR_UNIX}" "Comic*.TTF"
w_register_font comicbd.ttf "Comic Sans MS Bold"
Expand All @@ -14352,7 +14352,7 @@ w_metadata courier fonts \
installed_file1="${W_FONTSDIR_WIN}/cour.ttf"
load_courier()
{
w_download_to corefonts "https://mirrors.kernel.org/gentoo/distfiles/1b/courie32.exe" bb511d861655dde879ae552eb86b134d6fae67cb58502e6ff73ec5d9151f3384
w_download_to corefonts "https://github.com/pushcx/corefonts/raw/master/courie32.exe" bb511d861655dde879ae552eb86b134d6fae67cb58502e6ff73ec5d9151f3384
w_try_cabextract -d "${W_TMP}" "${W_CACHE}"/corefonts/courie32.exe
w_try_cp_font_files "${W_TMP}" "${W_FONTSDIR_UNIX}" "cour*.ttf"
w_register_font courbd.ttf "Courier New Bold"
Expand All @@ -14372,7 +14372,7 @@ w_metadata georgia fonts \
installed_file1="${W_FONTSDIR_WIN}/georgia.ttf"
load_georgia()
{
w_download_to corefonts "https://mirrors.kernel.org/gentoo/distfiles/f0/georgi32.exe" 2c2c7dcda6606ea5cf08918fb7cd3f3359e9e84338dc690013f20cd42e930301
w_download_to corefonts "https://github.com/pushcx/corefonts/raw/master/georgi32.exe" 2c2c7dcda6606ea5cf08918fb7cd3f3359e9e84338dc690013f20cd42e930301
w_try_cabextract -d "${W_TMP}" "${W_CACHE}"/corefonts/georgi32.exe
w_try_cp_font_files "${W_TMP}" "${W_FONTSDIR_UNIX}" "Georgia*.TTF"
w_register_font georgiab.ttf "Georgia Bold"
Expand All @@ -14393,7 +14393,7 @@ w_metadata impact fonts \

load_impact()
{
w_download_to corefonts "https://mirrors.kernel.org/gentoo/distfiles/10/impact32.exe" 6061ef3b7401d9642f5dfdb5f2b376aa14663f6275e60a51207ad4facf2fccfb
w_download_to corefonts "https://github.com/pushcx/corefonts/raw/master/impact32.exe" 6061ef3b7401d9642f5dfdb5f2b376aa14663f6275e60a51207ad4facf2fccfb
w_try_cabextract -d "${W_TMP}" "${W_CACHE}"/corefonts/impact32.exe
w_try_cp_font_files "${W_TMP}" "${W_FONTSDIR_UNIX}" "Impact.TTF"
w_register_font impact.ttf "Impact"
Expand All @@ -14411,7 +14411,7 @@ w_metadata times fonts \

load_times()
{
w_download_to corefonts "https://mirrors.kernel.org/gentoo/distfiles/fe/times32.exe" db56595ec6ef5d3de5c24994f001f03b2a13e37cee27bc25c58f6f43e8f807ab
w_download_to corefonts "https://github.com/pushcx/corefonts/raw/master/times32.exe" db56595ec6ef5d3de5c24994f001f03b2a13e37cee27bc25c58f6f43e8f807ab
w_try_cabextract -d "${W_TMP}" "${W_CACHE}"/corefonts/times32.exe
w_try_cp_font_files "${W_TMP}" "${W_FONTSDIR_UNIX}" "Times*.TTF"
w_register_font timesbd.ttf "Times New Roman Bold"
Expand All @@ -14432,7 +14432,7 @@ w_metadata trebuchet fonts \

load_trebuchet()
{
w_download_to corefonts "https://mirrors.kernel.org/gentoo/distfiles/fa/trebuc32.exe" 5a690d9bb8510be1b8b4fe49f1f2319651fe51bbe54775ddddd8ef0bd07fdac9
w_download_to corefonts "https://github.com/pushcx/corefonts/raw/master/trebuc32.exe" 5a690d9bb8510be1b8b4fe49f1f2319651fe51bbe54775ddddd8ef0bd07fdac9
w_try_cabextract -d "${W_TMP}" "${W_CACHE}"/corefonts/trebuc32.exe
w_try_cp_font_files "${W_TMP}" "${W_FONTSDIR_UNIX}" "[tT]rebuc*.ttf"
w_register_font trebucbd.ttf "Trebuchet MS Bold"
Expand All @@ -14453,7 +14453,7 @@ w_metadata verdana fonts \

load_verdana()
{
w_download_to corefonts "https://mirrors.kernel.org/gentoo/distfiles/a1/verdan32.exe" c1cb61255e363166794e47664e2f21af8e3a26cb6346eb8d2ae2fa85dd5aad96
w_download_to corefonts "https://github.com/pushcx/corefonts/raw/master//verdan32.exe" c1cb61255e363166794e47664e2f21af8e3a26cb6346eb8d2ae2fa85dd5aad96
w_try_cabextract -d "${W_TMP}" "${W_CACHE}"/corefonts/verdan32.exe
w_try_cp_font_files "${W_TMP}" "${W_FONTSDIR_UNIX}" "Verdana*.TTF"
w_register_font verdanab.ttf "Verdana Bold"
Expand All @@ -14474,7 +14474,7 @@ w_metadata webdings fonts \

load_webdings()
{
w_download_to corefonts "https://mirrors.kernel.org/gentoo/distfiles/95/webdin32.exe" 64595b5abc1080fba8610c5c34fab5863408e806aafe84653ca8575bed17d75a
w_download_to corefonts "https://github.com/pushcx/corefonts/raw/master/webdin32.exe" 64595b5abc1080fba8610c5c34fab5863408e806aafe84653ca8575bed17d75a
w_try_cabextract -d "${W_TMP}" "${W_CACHE}"/corefonts/webdin32.exe
w_try_cp_font_files "${W_TMP}" "${W_FONTSDIR_UNIX}" "Webdings.TTF"
w_register_font webdings.ttf "Webdings"
Expand Down

0 comments on commit 8b5602f

Please sign in to comment.