diff options
| author | Jonas Schnelli <[email protected]> | 2018-12-09 23:57:34 +0100 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2018-12-09 23:57:49 +0100 |
| commit | 89cdcfedcac776fec6101654f98e87112ca0de5d (patch) | |
| tree | f7ddf2ae5b125f8e8fa59e2ed80076780ccb3a40 | |
| parent | Merge #14801: qt: Use window() instead of obsolete topLevelWidget() (diff) | |
| parent | http -> https (diff) | |
| download | discoin-89cdcfedcac776fec6101654f98e87112ca0de5d.tar.xz discoin-89cdcfedcac776fec6101654f98e87112ca0de5d.zip | |
Merge #14799: docs: convert link from http to https in doc/release-process.md
4ab638b79 http -> https (Dimitris Apostolou)
Pull request description:
Tree-SHA512: dc56aa3ddae478879c71af152a4383d892c6077104b137853af1a051ee6508686772516f5608ac0dcaecd2d48e84d9dab5f92ce4e544a3c2bec9fab3f6af0eb5
| -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. |