diff options
author | Richard Hartmann <richih.mailinglist@gmail.com> | 2013-05-06 22:43:07 +0200 |
---|---|---|
committer | Richard Hartmann <richih.mailinglist@gmail.com> | 2013-05-06 22:43:07 +0200 |
commit | 928b2ab9946c19695ba3f8079d69568f177b9983 (patch) | |
tree | d9ff4e6414a25ce1e7bb5bcb12415cac558e6fa4 /debian/watch | |
parent | d87b0050a30d2e7c646a10dd9f06a065415d35fb (diff) | |
download | zsh-928b2ab9946c19695ba3f8079d69568f177b9983.tar.gz zsh-928b2ab9946c19695ba3f8079d69568f177b9983.zip |
Import watchfile by Bart Martens
Copied from http://qa.debian.org/cgi-bin/watchfile.cgi?package=zsh
Diffstat (limited to 'debian/watch')
-rw-r--r-- | debian/watch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/watch b/debian/watch index a244ab5ea..31c6ab82b 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,4 @@ version=3 - -opts=dversionmangle=s/~ds\d+$// \ -ftp://ftp.zsh.org/pub/zsh-([\d.]+)\.tar\.bz2 +http://www.zsh.org/pub/zsh-(\d[^\sd]*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)) +# ftp.zsh.org produced timeout again +# Bart Martens <bartm@debian.org> Sat, 05 Jan 2013 08:58:36 +0000 |