mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
scripts/download-macos-libs.py: Set mirror to main packages.macports.org
This commit is contained in:
committed by
mborgerson
parent
02659dd3cc
commit
c782b1e8ed
@@ -10,8 +10,7 @@ import os.path
|
||||
from tarfile import TarFile
|
||||
import subprocess
|
||||
|
||||
# MIRROR = 'http://packages.macports.org/macports/packages'
|
||||
MIRROR = 'http://nue.de.packages.macports.org/macports/packages'
|
||||
MIRROR = 'https://packages.macports.org'
|
||||
|
||||
# FIXME: Inline macports key
|
||||
# FIXME: Move packages to archive directory to track used vs unused
|
||||
|
||||
Reference in New Issue
Block a user