commit 3c84d62498f289083b36e229f88e4cdc0c3e9bdb Author: Sebastian Hahn sebastian@torproject.org Date: Tue Aug 23 01:45:06 2016 +0200
Update debian packge with 0.2.9-experimental --- docs/en/debian.wml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/en/debian.wml b/docs/en/debian.wml index 5f0581d..de91aaa 100644 --- a/docs/en/debian.wml +++ b/docs/en/debian.wml @@ -21,7 +21,7 @@ var software = { 'wily': [ 'wily'], 'xenial': [ 'xenial'], }, - 'experimental-0.2.8.x': { + 'experimental-0.2.9.x': { 'wheezy': [ 'wheezy' ], 'jessie': [ 'jessie' ], 'stretch': [ 'stretch' ], @@ -43,7 +43,7 @@ var software = { 'wily': [ 'wily'], 'xenial': [ 'xenial'], }, - 'experimental-0.2.8.x': { + 'experimental-0.2.9.x': { 'wheezy': [ 'wheezy' ], 'jessie': [ 'jessie' ], 'stretch': [ 'stretch' ], @@ -365,7 +365,7 @@ download/download>#packagediff">development branch</a> of Tor instead to your <tt>/etc/apt/sources.list</tt> file:<br /> <pre style="margin: 1.5em 0 1.5em 2em"> deb http://deb.torproject.org/torproject.org <DISTRIBUTION> main -deb http://deb.torproject.org/torproject.org tor-experimental-0.2.6.x-<DISTRIBUTION> main +deb http://deb.torproject.org/torproject.org tor-experimental-0.2.9.x-<DISTRIBUTION> main </pre> where you again substitute the name of your distro (lenny, sid, saucy, ...) in place of @@ -403,7 +403,7 @@ deb-src http://deb.torproject.org/torproject.org <DISTRIBUTION> main
# For the unstable version. deb-src http://deb.torproject.org/torproject.org <DISTRIBUTION> main -deb-src http://deb.torproject.org/torproject.org tor-experimental-0.2.6.x-<DISTRIBUTION> main +deb-src http://deb.torproject.org/torproject.org tor-experimental-0.2.9.x-<DISTRIBUTION> main </pre> Substitute the name of your distro (wheezy, sid, trusty, ...) in place of <DISTRIBUTION>. Now refresh your sources by running (as root): <pre style="margin: 1.5em 0 1.5em 2em">
tor-commits@lists.torproject.org