Skip to content

Commit

Permalink
Switch download links back to our distfiles server
Browse files Browse the repository at this point in the history
now that the 2.5.1 files have been uploaded there.
  • Loading branch information
ryandesign committed Jun 4, 2018
1 parent 22c771f commit c73f663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/common.inc
Expand Up @@ -23,7 +23,7 @@ $build_url = 'https://build.macports.org/';
$mp_downloads = 'https://distfiles.macports.org/MacPorts/';
//$sf_downloads = 'http://downloads.sourceforge.net/project/macports/MacPorts/' . $macports_version_latest . '/';
$gh_downloads = 'https://github.com/macports/macports-base/releases/download/v' . $macports_version_latest . '/';
$downloads = $gh_downloads;
$downloads = $mp_downloads;
$downloads_overview = 'https://github.com/macports/macports-base/releases/tag/v' . $macports_version_latest;
$highsierra_pkg = $downloads . 'MacPorts-' . $macports_version_latest . '-10.13-HighSierra.pkg';
$sierra_pkg = $downloads . 'MacPorts-' . $macports_version_latest . '-10.12-Sierra.pkg';
Expand Down

0 comments on commit c73f663

Please sign in to comment.