diff options
author | selsta <selsta@sent.at> | 2020-11-07 00:06:06 +0100 |
---|---|---|
committer | selsta <selsta@sent.at> | 2020-11-07 00:12:39 +0100 |
commit | f3dd25c0e0b98b52e32e57ae15c00bbd8daa0d52 (patch) | |
tree | d0dc4b5f26844cfafdb6e0fdd3547b3b57344f7d /contrib/gitian | |
parent | Merge pull request #6983 (diff) | |
download | monero-f3dd25c0e0b98b52e32e57ae15c00bbd8daa0d52.tar.xz |
build: prepare v0.17.1.2
Diffstat (limited to 'contrib/gitian')
-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 0a15f80b6..c782dcccc 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.1 +VERSION=v0.17.1.2 ./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.1 +VERSION=v0.17.1.2 gpg --detach-sign ${VERSION}-linux/${GH_USER}/monero-linux-*-build.assert gpg --detach-sign ${VERSION}-win/${GH_USER}/monero-win-*-build.assert |