diff options
author | Alexander Blair <snipa@jagtech.io> | 2020-12-10 17:56:38 -0800 |
---|---|---|
committer | Alexander Blair <snipa@jagtech.io> | 2020-12-10 17:56:38 -0800 |
commit | 5d39df5d9273106c2414ad0d10bdb4402a60aa78 (patch) | |
tree | 1ee71fbfe20651d882633503fb0613a0c5cda084 /contrib | |
parent | Merge pull request #7115 (diff) | |
parent | build: prepare v0.17.1.7 (diff) | |
download | monero-5d39df5d9273106c2414ad0d10bdb4402a60aa78.tar.xz |
Merge pull request #7116
a700e6103 build: prepare v0.17.1.7 (selsta)
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 0763c01ad..9f5857363 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.6 +VERSION=v0.17.1.7 ./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.6 +VERSION=v0.17.1.7 gpg --detach-sign ${VERSION}-linux/${GH_USER}/monero-linux-*-build.assert gpg --detach-sign ${VERSION}-win/${GH_USER}/monero-win-*-build.assert |