Update gnupg to version 2.2.7

This commit is contained in:
Brandon Smith 2018-05-19 13:30:19 -04:00
parent 5ce7559ef3
commit 53bf5f9661

View File

@ -1,18 +1,15 @@
{ {
"homepage": "https://www.gnupg.org/", "homepage": "https://www.gnupg.org/",
"version": "2.2.5", "version": "2.2.7",
"license": "GPL-3.0", "license": "GPL-3.0",
"url": "https://www.gnupg.org/ftp/gcrypt/binary/gnupg-w32-2.2.5_20180222.exe#/dl.7z", "url": "https://www.gnupg.org/ftp/gcrypt/binary/gnupg-w32-2.2.7_20180502.exe#/dl.7z",
"hash": "sha1:080f801e833c7a9e0441d55cd19d4bdb5bb261f9", "hash": "2d7ffedb1737e4dbed7f89377c3273b5cc27ee0fd9c70a417bd602203fc419ee",
"env_add_path": "bin", "env_add_path": "bin",
"checkver": { "checkver": {
"url": "https://www.gnupg.org/download/integrity_check.html", "url": "https://www.gnupg.org/download/index.html",
"re": "gnupg-w32-(?<version>[\\d.]+)_(?<date>[\\d]{8}).exe" "re": "gnupg-w32-(?<version>[\\d.]+)_(?<date>[\\d]{8}).exe"
}, },
"autoupdate": { "autoupdate": {
"url": "https://www.gnupg.org/ftp/gcrypt/binary/gnupg-w32-$version_$matchDate.exe#/dl.7z", "url": "https://www.gnupg.org/ftp/gcrypt/binary/gnupg-w32-$version_$matchDate.exe#/dl.7z"
"hash": {
"url": "https://www.gnupg.org/download/integrity_check.html"
}
} }
} }