diff options
author | selsta <selsta@sent.at> | 2020-09-09 03:45:53 +0200 |
---|---|---|
committer | selsta <selsta@sent.at> | 2020-09-14 16:52:42 +0200 |
commit | f240b1dd88bc76ed08478500759d2ef22ff98433 (patch) | |
tree | 9cff2a0d12b00c5e5984dfdb31c7d07ab412b17b /contrib/gitian/README.md | |
parent | Merge pull request #6805 (diff) | |
download | monero-f240b1dd88bc76ed08478500759d2ef22ff98433.tar.xz |
build: prepare v0.17
Diffstat (limited to '')
-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 c0f230887..1938462aa 100644 --- a/contrib/gitian/README.md +++ b/contrib/gitian/README.md @@ -126,7 +126,7 @@ Setup for LXC: ```bash GH_USER=fluffypony -VERSION=v0.16.0.0 +VERSION=v0.17.0.0 ./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.16.0.0 +VERSION=v0.17.0.0 gpg --detach-sign ${VERSION}-linux/${GH_USER}/monero-linux-*-build.assert gpg --detach-sign ${VERSION}-win/${GH_USER}/monero-win-*-build.assert |