shithub: aubio

Download patch

ref: 8c00e7bf75891dc36179df2a44799ce3a60eb1dd
parent: 241e2fbdfb6e91d6912135a023b3a0efc4b81b65
author: Paul Brossier <piem@piem.org>
date: Fri Aug 26 08:23:17 EDT 2016

doc/installing.rst: update locations

--- a/doc/installing.rst
+++ b/doc/installing.rst
@@ -19,16 +19,14 @@
 
 The latest stable release can be found at http://aubio.org/pub/::
 
-        $ curl -O http://aubio.org/pub/aubio-0.4.1.tar.bz2
-        $ tar xf aubio-0.4.1.tar.bz2
-        $ cd aubio-0.4.1
+        $ curl -O http://aubio.org/pub/aubio-0.4.3.tar.bz2
+        $ tar xf aubio-0.4.3.tar.bz2
+        $ cd aubio-0.4.3
 
 The latest develop branch can be obtained with::
 
-        $ git clone git://git.aubio.org/git/aubio/ aubio-devel
-        $ cd aubio-devel
-        $ git fetch origin develop:develop
-        $ git checkout develop
+        $ git clone git://git.aubio.org/git/aubio
+        $ cd aubio
 
 Compiling
 ---------