diff options
author | Dimitris Apostolou <dimitris.apostolou@icloud.com> | 2018-11-24 20:09:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-24 20:09:56 +0200 |
commit | 4ab638b795a2746023ed9c34cf316768879b5068 (patch) | |
tree | 860dda51dfe7c7bcc6055bfa47214b6bb3a5069e | |
parent | a7dc03223e915d7afb30498fe5faa12b5402f7d8 (diff) |
http -> https
-rw-r--r-- | doc/release-process.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release-process.md b/doc/release-process.md index dafb32512a..97fedb6e24 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -87,7 +87,7 @@ Ensure gitian-builder is up-to-date: pushd ./gitian-builder mkdir -p inputs wget -P inputs https://bitcoincore.org/cfields/osslsigncode-Backports-to-1.7.1.patch - wget -P inputs http://downloads.sourceforge.net/project/osslsigncode/osslsigncode/osslsigncode-1.7.1.tar.gz + wget -P inputs https://downloads.sourceforge.net/project/osslsigncode/osslsigncode/osslsigncode-1.7.1.tar.gz popd Create the macOS SDK tarball, see the [macOS readme](README_osx.md) for details, and copy it into the inputs directory. |