ScoopInstaller_Main/gnupg1.json
Hugo Locurcio 5810275996 Use SPDX license identifiers in the default bucket (#2211)
This leads to more consistent license properties and allows for easier
automated parsing. https://spdx.org/licenses/
2018-04-20 18:04:49 +02:00

24 lines
716 B
JSON

{
"homepage": "https://www.gnupg.org/",
"version": "1.4.22",
"license": "GPL-3.0",
"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-(?<version>1\\.[\\d.]+)\\.exe"
},
"autoupdate": {
"url": "https://www.gnupg.org/ftp/gcrypt/binary/gnupg-w32cli-$version.exe#/dl.7z"
}
}