diff options
author | Viktor Szakats <commit@vszakats.net> | 2019-04-29 21:34:04 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2019-05-02 03:34:07 (GMT) |
commit | 42cf496ae2310a30c2f9f5059af471caf2d3ada9 (patch) | |
tree | 178c600d65f208ccb3f572fc70b21c5d56433ab2 /tools/build-pkg.lua | |
parent | 551966ffeb1022e6b0a236ba575fb0d5c1841123 (diff) | |
download | mxe-42cf496ae2310a30c2f9f5059af471caf2d3ada9.zip mxe-42cf496ae2310a30c2f9f5059af471caf2d3ada9.tar.gz mxe-42cf496ae2310a30c2f9f5059af471caf2d3ada9.tar.bz2 |
secure URLs
also apply minor updates to tools/mxe-get
Diffstat (limited to 'tools/build-pkg.lua')
-rwxr-xr-x | tools/build-pkg.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build-pkg.lua b/tools/build-pkg.lua index cc0e46b..ed1b15a 100755 --- a/tools/build-pkg.lua +++ b/tools/build-pkg.lua @@ -4,7 +4,7 @@ This file is part of MXE. See LICENSE.md for licensing information. build-pkg, Build binary packages from MXE packages -Instructions: http://pkg.mxe.cc +Instructions: https://pkg.mxe.cc/ Requirements (see bootstrapped build below for non-debian systems): MXE (https://mxe.cc/#requirements-debian) |