From: Sebastian Harl Date: Sun, 22 Oct 2017 13:35:26 +0000 (+0200) Subject: Update watch file to check the release tarballs. X-Git-Tag: tig-2.3.0-1~2 X-Git-Url: https://git.tokkee.org/?p=pkg-tig.git;a=commitdiff_plain;h=33b6eaf35e82e3196a0081c3b18151fb5909690e Update watch file to check the release tarballs. The tag-based tarballs are provided by Github and simply package the repo content without configure, etc. --- diff --git a/debian/watch b/debian/watch index 6030b19..048c5c9 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -https://github.com/jonas/tig/tags .*/tig-(\d\S+)\.tar\.gz +https://github.com/jonas/tig/releases .*/download/tig-.*/tig-(\d\S+)\.tar\.gz