Use github sources in generate-tarball

This commit is contained in:
Thomas Spura 2016-04-04 12:29:44 +02:00
parent c901c6602b
commit cfae272b51
1 changed files with 2 additions and 1 deletions

View File

@ -6,9 +6,10 @@ version=$1
dir=matplotlib-${version}
file=matplotlib-${version}.tar.gz
file=v${version}.tar.gz
result=matplotlib-${version}-without-extern.tar.xz
test -f $file || wget -v http://downloads.sourceforge.net/matplotlib/$file
test -f $file || wget -v https://github.com/matplotlib/matplotlib/archive/$file
rm -rf matplotlib-${version}
tar xzf $file