This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new f7e591e Add alias
f7e591e is described below
commit f7e591e40abc421554bf0cfb1dac0c2b0d787b03
Author: Sebb <[email protected]>
AuthorDate: Wed Mar 24 17:39:55 2021 +0000
Add alias
---
tools/download_check.rb | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/download_check.rb b/tools/download_check.rb
index 0272236..48016ca 100755
--- a/tools/download_check.rb
+++ b/tools/download_check.rb
@@ -282,6 +282,7 @@ VERIFY_TEXT = [
ALIASES = {
'sig' => 'asc',
'pgp' => 'asc',
+ 'gpg' => 'asc',
'pgpasc' => 'asc',
'signature' => 'asc',
'signature(.asc)' => 'asc',