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 f2d8918d Another alias for asc
f2d8918d is described below

commit f2d8918dc98b223627e8c855f310f47fb5e6ea71
Author: Sebb <[email protected]>
AuthorDate: Wed May 25 15:07:32 2022 +0100

    Another alias for asc
---
 tools/download_check.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/download_check.rb b/tools/download_check.rb
index 5c8cc4c6..b839c32c 100755
--- a/tools/download_check.rb
+++ b/tools/download_check.rb
@@ -315,6 +315,7 @@ ALIASES = {
   'pgp' => 'asc',
   'gpg' => 'asc',
   'pgpasc' => 'asc',
+  'sign' => 'asc',
   'signature' => 'asc',
   'signature(.asc)' => 'asc',
   'ascsignature' => 'asc',

Reply via email to