File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ url=https://github.com/cevap/ion
2121proc=2
2222mem=2000
2323lxc=true
24- osslTarUrl=http ://downloads.sourceforge.net/project /osslsigncode/osslsigncode/osslsigncode-1 .7.1.tar.gz
25- osslPatchUrl=https://bitcoincore.org/cfields /osslsigncode-Backports-to-1.7.1.patch
24+ osslTarUrl=https ://github.com/cevap /osslsigncode/archive/v1 .7.1.tar.gz
25+ osslPatchUrl=https://github.com/cevap/osslsigncode/releases/download/v1.7.1 /osslsigncode-Backports-to-1.7.1.patch
2626scriptName=$( basename -- " $0 " )
2727signProg=" gpg --detach-sign"
2828commitFiles=true
Original file line number Diff line number Diff line change @@ -11,21 +11,21 @@ remotes:
1111- " url " : " https://github.com/cevap/ion-detached-sigs.git"
1212 " dir " : " signature"
1313files :
14- - " osslsigncode-1 .7.1.tar.gz"
14+ - " v1 .7.1.tar.gz"
1515- " osslsigncode-Backports-to-1.7.1.patch"
1616- " ion-win-unsigned.tar.gz"
1717script : |
1818 BUILD_DIR=`pwd`
1919 SIGDIR=${BUILD_DIR}/signature/win
2020 UNSIGNED_DIR=${BUILD_DIR}/unsigned
2121
22- echo "f9a8cdb38b9c309326764ebc937cba1523a3a751a7ab05df3ecc99d18ae466c9 osslsigncode-1 .7.1.tar.gz" | sha256sum -c
22+ echo "f6ba53b8780a2362e91e450776eef1c16fe9a0f86abcdfdc90cf7f76e7fa4f63 v1 .7.1.tar.gz" | sha256sum -c
2323 echo "a8c4e9cafba922f89de0df1f2152e7be286aba73f78505169bc351a7938dd911 osslsigncode-Backports-to-1.7.1.patch" | sha256sum -c
2424
2525 mkdir -p ${UNSIGNED_DIR}
2626 tar -C ${UNSIGNED_DIR} -xf ion-win-unsigned.tar.gz
2727
28- tar xf osslsigncode-1 .7.1.tar.gz
28+ tar xf tar xf v1 .7.1.tar.gz
2929 cd osslsigncode-1.7.1
3030 patch -p1 < ${BUILD_DIR}/osslsigncode-Backports-to-1.7.1.patch
3131
Original file line number Diff line number Diff line change @@ -73,8 +73,9 @@ Ensure gitian-builder is up-to-date:
7373
7474 pushd ./gitian-builder
7575 mkdir -p inputs
76- wget -P inputs https://bitcoincore.org/cfields/osslsigncode-Backports-to-1.7.1.patch
77- wget -P inputs http://downloads.sourceforge.net/project/osslsigncode/osslsigncode/osslsigncode-1.7.1.tar.gz
76+ wget -P inputs https://github.com/cevap/osslsigncode/releases/download/v1.7.1/osslsigncode-Backports-to-1.7.1.patch
77+ wget -P inputs https://github.com/cevap/osslsigncode/archive/v1.7.1.tar.gz
78+ wget -P inputs https://github.com/cevap/MacOSX-SDKs/releases/download/MacOSX10.11.sdk-trusty/MacOSX10.11.sdk.tar.gz
7879 popd
7980
8081Create the OS X SDK tarball, see the [ OS X readme] ( README_osx.md ) for details, and copy it into the inputs directory.
You can’t perform that action at this time.
0 commit comments