diff options
author | Alexander Blair <snipa@jagtech.io> | 2020-11-24 11:20:33 -0800 |
---|---|---|
committer | Alexander Blair <snipa@jagtech.io> | 2020-11-24 11:20:33 -0800 |
commit | 0a0ceb62f0541297483a7133ae694322c6e1f13a (patch) | |
tree | 58d259fb0f7626190e0e807a8714adf052b0d01f /contrib/gitian/README.md | |
parent | Merge pull request #7037 (diff) | |
parent | build: prepare v0.17.1.5 (diff) | |
download | monero-0a0ceb62f0541297483a7133ae694322c6e1f13a.tar.xz |
Merge pull request #7038
5bb83ab04 build: prepare v0.17.1.5 (selsta)
Diffstat (limited to 'contrib/gitian/README.md')
-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 |