diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2015-11-28 14:53:57 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2015-11-28 14:59:55 +0100 |
commit | e6d23bf39af6312478253559d7109b08ad6e332c (patch) | |
tree | 235486f1b3046c9389b20ba65de367d5e4d07f63 /debian/watch | |
parent | c195824b8c0c722e5dbe809aa79cbe6036a0d0be (diff) | |
download | zsh-e6d23bf39af6312478253559d7109b08ad6e332c.tar.gz zsh-e6d23bf39af6312478253559d7109b08ad6e332c.zip |
debian/{watch,upstream/signing-key.asc}: Verify upstream GPG signatures
GPG fingerprint source: http://www.zsh.org/mla/workers/2015/msg03129.html
Committed key's fingerprint:
pub 2048R/A71D9A9D4BDB27B3 2015-11-25
Key fingerprint = F7B2 754C 7DE2 8309 1466 1F0E A71D 9A9D 4BDB 27B3
uid [ unknown] Peter Stephenson <p.w.stephenson@ntlworld.com>
sub 2048R/79A6EADC4C58D718 2015-11-25
Diffstat (limited to 'debian/watch')
-rw-r--r-- | debian/watch | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/watch b/debian/watch index c9b52e06e..6f340a253 100644 --- a/debian/watch +++ b/debian/watch @@ -1,5 +1,7 @@ version=3 +opts="pgpsigurlmangle=s/$/.asc/" \ http://www.zsh.org/pub/zsh-(\d[^\sd]*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)) +opts="pgpsigurlmangle=s/$/.asc/" \ 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 |