From df39b01f35fa50e0cb7b3726cb947321c3b3f6f2 Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Mon, 12 Mar 2018 10:57:51 -0700 Subject: [PATCH] Add gnupg1 at 1.4.22 (#2082) --- gnupg1.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 gnupg1.json diff --git a/gnupg1.json b/gnupg1.json new file mode 100644 index 0000000000..fcac34e34e --- /dev/null +++ b/gnupg1.json @@ -0,0 +1,23 @@ +{ + "homepage": "https://www.gnupg.org/", + "version": "1.4.22", + "license": "GPLv3", + "url": "https://www.gnupg.org/ftp/gcrypt/binary/gnupg-w32cli-1.4.22.exe#/dl.7z", + "hash": "7d0344a951ca49d34d2a884c9962d5104f73b637aeef717f33ee25c7a0465dca", + "bin": [ + "gpg.exe", + "gpgkeys_curl.exe", + "gpgkeys_finger.exe", + "gpgkeys_hkp.exe", + "gpgkeys_ldap.exe", + "gpgsplit.exe", + "gpgv.exe" + ], + "checkver": { + "url": "https://www.gnupg.org/ftp/gcrypt/binary/", + "re": "gnupg-w32cli-(?1\\.[\\d.]+)\\.exe" + }, + "autoupdate": { + "url": "https://www.gnupg.org/ftp/gcrypt/binary/gnupg-w32cli-$version.exe#/dl.7z" + } +}