aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael <fanquake@users.noreply.github.com>2015-11-11 18:45:57 +0800
committerMichael <fanquake@users.noreply.github.com>2015-11-11 18:45:57 +0800
commit779139549de954ebe93f0d15d252b454d462af01 (patch)
tree879b20750988667487eee056edda12da2f79724a /doc
parentde7d4591a7ce064ba64c36ccb729f1d94c21aa90 (diff)
downloadbitcoin-779139549de954ebe93f0d15d252b454d462af01.tar.xz
[gitian] Use vm-builder_0.12.4+bzr494 on Debian
Diffstat (limited to 'doc')
-rw-r--r--doc/gitian-building.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/gitian-building.md b/doc/gitian-building.md
index 00fdce82e8..43de87d4ba 100644
--- a/doc/gitian-building.md
+++ b/doc/gitian-building.md
@@ -289,11 +289,11 @@ The rest of the steps in this guide will be performed as that user.
There is no `python-vm-builder` package in Debian, so we need to install it from source ourselves,
```bash
-wget http://archive.ubuntu.com/ubuntu/pool/universe/v/vm-builder/vm-builder_0.12.4+bzr489.orig.tar.gz
-echo "ec12e0070a007989561bfee5862c89a32c301992dd2771c4d5078ef1b3014f03 vm-builder_0.12.4+bzr489.orig.tar.gz" | sha256sum -c
+wget http://archive.ubuntu.com/ubuntu/pool/universe/v/vm-builder/vm-builder_0.12.4+bzr494.orig.tar.gz
+echo "76cbf8c52c391160b2641e7120dbade5afded713afaa6032f733a261f13e6a8e vm-builder_0.12.4+bzr494.orig.tar.gz" | sha256sum -c
# (verification -- must return OK)
-tar -zxvf vm-builder_0.12.4+bzr489.orig.tar.gz
-cd vm-builder-0.12.4+bzr489
+tar -zxvf vm-builder_0.12.4+bzr494.orig.tar.gz
+cd vm-builder-0.12.4+bzr494
sudo python setup.py install
cd ..
```