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 /plugins | |
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 'plugins')
-rw-r--r-- | plugins/examples/host-toolchain/README.md | 2 | ||||
-rw-r--r-- | plugins/go/README.md | 2 | ||||
-rw-r--r-- | plugins/luarocks/luarocks.mk | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/examples/host-toolchain/README.md b/plugins/examples/host-toolchain/README.md index 84ebc6e..9b7b998 100644 --- a/plugins/examples/host-toolchain/README.md +++ b/plugins/examples/host-toolchain/README.md @@ -85,7 +85,7 @@ running a Linux VM on Windows). [cmake-generators]:https://cmake.org/cmake/help/latest/manual/cmake-generators.7.html -[cmder]:http://cmder.net/ +[cmder]:https://cmder.net/ [conemu]:https://conemu.github.io/ [git-win]:https://git-for-windows.github.io/ [msys2]:https://msys2.github.io/ diff --git a/plugins/go/README.md b/plugins/go/README.md index 6d3c7dd..10c3001 100644 --- a/plugins/go/README.md +++ b/plugins/go/README.md @@ -3,7 +3,7 @@ See also article [cross-compile go code, including cgo][1] by Dimitri John Ledkov. -[1]: http://blog.surgut.co.uk/2014/06/cross-compile-go-code-including-cgo.html +[1]: https://blog.surgut.co.uk/2014/06/cross-compile-go-code-including-cgo.html Package `go-native` installs native Go 1.4. This version of Go doesn't depend on Go installation. diff --git a/plugins/luarocks/luarocks.mk b/plugins/luarocks/luarocks.mk index a756317..2821f52 100644 --- a/plugins/luarocks/luarocks.mk +++ b/plugins/luarocks/luarocks.mk @@ -93,7 +93,7 @@ define $(PKG)_BUILD_SHARED echo 'echo "== Using MXE wrapper: $(PREFIX)/$(TARGET)/bin/luarocks"'; \ echo '# Creating a directory is an atomic operation, that is why'; \ echo '# it can be used as a mutex.'; \ - echo '# See http://wiki.bash-hackers.org/howto/mutex'; \ + echo '# See https://wiki.bash-hackers.org/howto/mutex'; \ echo 'while ( ! mkdir "$(PREFIX)/$(TARGET)/lib/luarocks/lock.dir" ); do'; \ echo ' echo "Waiting for $(PREFIX)/$(TARGET)/lib/luarocks/lock.dir to lock"'; \ echo ' sleep 5'; \ |