Author: tille Date: 2014-08-15 11:37:39 +0000 (Fri, 15 Aug 2014) New Revision: 17742
Modified: trunk/packages/igraph/trunk/debian/watch Log: Do not use Github for downloading as advised by upstream Modified: trunk/packages/igraph/trunk/debian/watch =================================================================== --- trunk/packages/igraph/trunk/debian/watch 2014-08-15 10:26:57 UTC (rev 17741) +++ trunk/packages/igraph/trunk/debian/watch 2014-08-15 11:37:39 UTC (rev 17742) @@ -1,2 +1,5 @@ version=3 -https://github.com/igraph/igraph/releases .*/archive/(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz) +http://igraph.org/c/ .*/nightly/get/c/igraph-(\d[\d.-]+)\.tar\.gz + +# Upstream advises to NOT use Github releases +# https://github.com/igraph/igraph/releases .*/archive/(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz) _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
