diff options
| author | Dimitris Apostolou <[email protected]> | 2018-11-24 20:09:56 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-11-24 20:09:56 +0200 |
| commit | 4ab638b795a2746023ed9c34cf316768879b5068 (patch) | |
| tree | 860dda51dfe7c7bcc6055bfa47214b6bb3a5069e | |
| parent | Merge #14785: Scripts: Fix detection of copyright holders (diff) | |
| download | discoin-4ab638b795a2746023ed9c34cf316768879b5068.tar.xz discoin-4ab638b795a2746023ed9c34cf316768879b5068.zip | |
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 dafb32512..97fedb6e2 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. |