aboutsummaryrefslogtreecommitdiff
path: root/contrib/gitian/README.md
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2019-11-02 17:21:52 +0200
committerRiccardo Spagni <ric@spagni.net>2019-11-02 17:21:52 +0200
commite4d1674e8c0c767d65cfeef27ea956e05804c267 (patch)
tree409eb0407a830b79fc4b1ef95c463c78cbb7a97e /contrib/gitian/README.md
parentMerge pull request #6070 (diff)
downloadmonero-e4d1674e8c0c767d65cfeef27ea956e05804c267.tar.xz
0.15.0.0 release engineering
Diffstat (limited to '')
-rw-r--r--contrib/gitian/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/gitian/README.md b/contrib/gitian/README.md
index 32aee5f56..3c40d09e0 100644
--- a/contrib/gitian/README.md
+++ b/contrib/gitian/README.md
@@ -126,7 +126,7 @@ Setup for LXC:
```bash
GH_USER=fluffypony
-VERSION=v0.14.1.0
+VERSION=v0.15.0.0
./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.14.1.0` you should get this checksum:
+Take a look in the assert files and note the SHA256 checksums listed there. eg for `v0.15.0.0` 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.14.1.0
+VERSION=v0.15.0.0
gpg --detach-sign ${VERSION}-linux/${GH_USER}/monero-linux-*-build.assert
gpg --detach-sign ${VERSION}-win/${GH_USER}/monero-win-*-build.assert