diff options
author | luigi1111 <luigi1111w@gmail.com> | 2020-03-09 13:30:51 -0400 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2020-03-09 13:30:51 -0400 |
commit | 7416bb7fc13e4572321bad56c3b40cb0f06482ac (patch) | |
tree | c0d7c2aab5915191b88eb19fe08a9f07851384f4 /contrib/gitian/README.md | |
parent | Merge pull request #6367 (diff) | |
parent | build: prepare v0.15.0.5 update (diff) | |
download | monero-7416bb7fc13e4572321bad56c3b40cb0f06482ac.tar.xz |
Merge pull request #6368
ac1a34c build: prepare v0.15.0.5 update (selsta)
Diffstat (limited to 'contrib/gitian/README.md')
-rw-r--r-- | contrib/gitian/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/gitian/README.md b/contrib/gitian/README.md index 2a8b22a7d..0da1ff506 100644 --- a/contrib/gitian/README.md +++ b/contrib/gitian/README.md @@ -126,7 +126,7 @@ Setup for LXC: ```bash GH_USER=fluffypony -VERSION=v0.15.0.1 +VERSION=v0.15.0.5 ./gitian-build.py --setup $GH_USER $VERSION ``` @@ -167,7 +167,7 @@ If all went well, this produces a number of (uncommitted) `.assert` files in the Checking your work ------------------ -Take a look in the assert files and note the SHA256 checksums listed there. eg for `v0.15.0.1` you should get this checksum: +Take a look in the assert files and note the SHA256 checksums listed there. eg for `v0.15.0.5` you should get this checksum: ``` 2b95118f53d98d542a85f8732b84ba13b3cd20517ccb40332b0edd0ddf4f8c62 monero-x86_64-linux-gnu.tar.gz @@ -183,7 +183,7 @@ If you chose to do detached signing using `--detach-sign` above (recommended), y ```bash GH_USER=fluffypony -VERSION=v0.15.0.1 +VERSION=v0.15.0.5 gpg --detach-sign ${VERSION}-linux/${GH_USER}/monero-linux-*-build.assert gpg --detach-sign ${VERSION}-win/${GH_USER}/monero-win-*-build.assert |