diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2011-06-14 16:15:00 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2011-06-14 16:15:00 +0200 |
commit | 72c39771b0e93d82bcff770de1fe3f14a84ef6b7 (patch) | |
tree | 998badb7efb96967358cc62fc2a8c9a6a1c8707d | |
parent | 5049f6bf8fdd7bc01e148ed26ae7a7803a56866e (diff) | |
download | zsh-72c39771b0e93d82bcff770de1fe3f14a84ef6b7.tar.gz zsh-72c39771b0e93d82bcff770de1fe3f14a84ef6b7.zip |
debian/watch: Prefer .tar.bz2 over .tar.gz
-rw-r--r-- | debian/watch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/watch b/debian/watch index ef00341de..49552d4ea 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=3 -ftp://ftp.zsh.org/pub/zsh-([\d.]+)\.tar\.gz +ftp://ftp.zsh.org/pub/zsh-([\d.]+)\.tar\.bz2 |