diff options
Diffstat (limited to 'debian/watch')
-rw-r--r-- | debian/watch | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/watch b/debian/watch new file mode 100644 index 000000000..d96123826 --- /dev/null +++ b/debian/watch @@ -0,0 +1,7 @@ +version=4 +opts="pgpsigurlmangle=s/$/.asc/" \ +https://www.zsh.org/pub/zsh-(\d[^\sd]*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)) + +# release candidate scanning commented due to #819170, #827814 and #841499 +#opts="pgpsigurlmangle=s/$/.asc/" \ +#https://www.zsh.org/pub/development/zsh-(\d[^\sd]*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)) |