diff options
author | selsta <selsta@sent.at> | 2020-12-03 21:37:33 +0100 |
---|---|---|
committer | selsta <selsta@sent.at> | 2020-12-03 21:37:33 +0100 |
commit | b34d50fa76743a1b9b9deac5f93b1fa0f5295c69 (patch) | |
tree | 09a1ce330c6bddb4b28f2a88f22f35233b5efda6 /contrib | |
parent | Merge pull request #7059 (diff) | |
download | monero-b34d50fa76743a1b9b9deac5f93b1fa0f5295c69.tar.xz |
build: prepare v0.17.1.6
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 12a9b3e68..0763c01ad 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.5 +VERSION=v0.17.1.6 ./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.5 +VERSION=v0.17.1.6 gpg --detach-sign ${VERSION}-linux/${GH_USER}/monero-linux-*-build.assert gpg --detach-sign ${VERSION}-win/${GH_USER}/monero-win-*-build.assert |