File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -626,7 +626,7 @@ For others debian and ubuntu
626
626
627
627
If you are NOT in debian unstable or testing (if you are, see
628
628
above for better instructions), you can use this
629
- `.deb <http://ftp.debian.org/debian/pool/main/f/fades/fades_9.0-1_all.deb >`_.
629
+ `.deb <http://ftp.debian.org/debian/pool/main/f/fades/fades_9.0.1 -1_all.deb >`_.
630
630
631
631
Download it and install doing::
632
632
@@ -646,7 +646,7 @@ Multiplatform tarball
646
646
Finally you can always get the multiplatform tarball and install
647
647
it in the old fashion way::
648
648
649
- wget http://ftp.debian.org/debian/pool/main/f/fades/fades_9.0.orig.tar.gz
649
+ wget http://ftp.debian.org/debian/pool/main/f/fades/fades_9.0.1. orig.tar.gz
650
650
tar -xf fades_*.tar.gz
651
651
cd fades-*
652
652
sudo ./setup.py install
Original file line number Diff line number Diff line change 1
1
"""Holder of the fades version number."""
2
2
3
- VERSION = (9 , 0 )
3
+ VERSION = (9 , 0 , 1 )
4
4
__version__ = '.' .join ([str (x ) for x in VERSION ])
You can’t perform that action at this time.
0 commit comments