diff options
| author | Patrick Lodder <[email protected]> | 2021-07-11 23:39:11 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-11 23:39:11 +0200 |
| commit | c277bc185e39401caf3286f03efa2a4e2b4395b4 (patch) | |
| tree | bbda57ab630d9dea4a257121d6d0d88a29893af4 /doc/release-process.md | |
| parent | Merge pull request #2393 from patricklodder/1.14.4-actions-osx-bionic (diff) | |
| parent | [depends] fix all osslsigncode urls (diff) | |
| download | archived-discoin-c277bc185e39401caf3286f03efa2a4e2b4395b4.tar.xz archived-discoin-c277bc185e39401caf3286f03efa2a4e2b4395b4.zip | |
Merge pull request #2392 from patricklodder/1.14-osslsigncode-mirror
[depends] Update osslsigncode mirror consistently
Diffstat (limited to 'doc/release-process.md')
| -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 98e3ea221..dc7eeba0f 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -99,7 +99,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://launchpad.net/ubuntu/+archive/primary/+sourcefiles/osslsigncode/1.7.1-1/osslsigncode_1.7.1.orig.tar.gz popd Create the OS X SDK tarball, see the [OS X readme](README_osx.md) for details, and copy it into the inputs directory. |