From cfae272b51786154ad3f8b612eb8bf820e0fb714 Mon Sep 17 00:00:00 2001 From: Thomas Spura Date: Mon, 4 Apr 2016 12:29:44 +0200 Subject: [PATCH] Use github sources in generate-tarball --- generate-tarball.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/generate-tarball.sh b/generate-tarball.sh index 1776a3d..5163b18 100755 --- a/generate-tarball.sh +++ b/generate-tarball.sh @@ -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