diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2013-12-02 15:22:57 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2013-12-02 15:22:57 +0100 |
commit | df234cd62d04180a54071c7a2a5210d1f16c8b98 (patch) | |
tree | 0a4de515a0b373fea3e491dcf7e3a3bdabdf9c83 /debian/watch | |
parent | 3ed19396039c2fd935853dfcd0427cac51e4402e (diff) | |
download | zsh-df234cd62d04180a54071c7a2a5210d1f16c8b98.tar.gz zsh-df234cd62d04180a54071c7a2a5210d1f16c8b98.zip |
Update watch file to also catch release candidates
Diffstat (limited to 'debian/watch')
-rw-r--r-- | debian/watch | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/watch b/debian/watch index 31c6ab82b..c9b52e06e 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,5 @@ version=3 http://www.zsh.org/pub/zsh-(\d[^\sd]*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)) +http://www.zsh.org/pub/development/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 |