aboutsummaryrefslogtreecommitdiff
path: root/contrib/gitian-descriptors/gitian-win-signer.yml
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gitian-descriptors/gitian-win-signer.yml')
-rw-r--r--contrib/gitian-descriptors/gitian-win-signer.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/gitian-descriptors/gitian-win-signer.yml b/contrib/gitian-descriptors/gitian-win-signer.yml
index 9c11bc89f..4345b6e80 100644
--- a/contrib/gitian-descriptors/gitian-win-signer.yml
+++ b/contrib/gitian-descriptors/gitian-win-signer.yml
@@ -1,5 +1,5 @@
---
-name: "dogecoin-win-signer"
+name: "discoin-win-signer"
suites:
- "trusty"
architectures:
@@ -8,12 +8,12 @@ packages:
- "libssl-dev"
- "autoconf"
remotes:
-- "url": "https://github.com/dogecoin/dogecoin-detached-sigs.git"
+- "url": "https://github.com/discoin/discoin-detached-sigs.git"
"dir": "signature"
files:
- "osslsigncode_1.7.1.orig.tar.gz"
- "osslsigncode-Backports-to-1.7.1.patch"
-- "dogecoin-win-unsigned.tar.gz"
+- "discoin-win-unsigned.tar.gz"
script: |
BUILD_DIR=`pwd`
SIGDIR=${BUILD_DIR}/signature/win
@@ -23,7 +23,7 @@ script: |
echo "a8c4e9cafba922f89de0df1f2152e7be286aba73f78505169bc351a7938dd911 osslsigncode-Backports-to-1.7.1.patch" | sha256sum -c
mkdir -p ${UNSIGNED_DIR}
- tar -C ${UNSIGNED_DIR} -xf dogecoin-win-unsigned.tar.gz
+ tar -C ${UNSIGNED_DIR} -xf discoin-win-unsigned.tar.gz
tar xf osslsigncode_1.7.1.orig.tar.gz
cd osslsigncode-1.7.1