diff options
author | selsta <selsta@sent.at> | 2020-11-23 13:12:58 +0100 |
---|---|---|
committer | selsta <selsta@sent.at> | 2020-11-23 15:22:35 +0100 |
commit | 5bb83ab04279699178c5268effde5ee569187ef1 (patch) | |
tree | 628dc5d95cd0ef51e2c2079dee4bbf990102d2ba /contrib | |
parent | Merge pull request #6997 (diff) | |
download | monero-5bb83ab04279699178c5268effde5ee569187ef1.tar.xz |
build: prepare v0.17.1.5
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/gitian/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gitian/README.md b/contrib/gitian/README.md index 9ca369e49..12a9b3e68 100644 --- a/contrib/gitian/README.md +++ b/contrib/gitian/README.md @@ -126,7 +126,7 @@ Setup for LXC: ```bash GH_USER=fluffypony -VERSION=v0.17.1.3 +VERSION=v0.17.1.5 ./gitian-build.py --setup $GH_USER $VERSION ``` @@ -182,7 +182,7 @@ If you chose to do detached signing using `--detach-sign` above (recommended), y ```bash GH_USER=fluffypony -VERSION=v0.17.1.3 +VERSION=v0.17.1.5 gpg --detach-sign ${VERSION}-linux/${GH_USER}/monero-linux-*-build.assert gpg --detach-sign ${VERSION}-win/${GH_USER}/monero-win-*-build.assert |