diff options
author | selsta <selsta@sent.at> | 2020-11-07 18:19:08 +0100 |
---|---|---|
committer | selsta <selsta@sent.at> | 2020-11-07 18:19:08 +0100 |
commit | 752837b2c8d33c0b28814ea29adccf2d9862f18a (patch) | |
tree | cfa27872ab1d88d78f1dbad7c3442223f17af8ed /contrib | |
parent | Merge pull request #6993 (diff) | |
download | monero-752837b2c8d33c0b28814ea29adccf2d9862f18a.tar.xz |
build: prepare v0.17.1.3
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 c782dcccc..9ca369e49 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.2 +VERSION=v0.17.1.3 ./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.2 +VERSION=v0.17.1.3 gpg --detach-sign ${VERSION}-linux/${GH_USER}/monero-linux-*-build.assert gpg --detach-sign ${VERSION}-win/${GH_USER}/monero-win-*-build.assert |