mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-04 22:41:20 +00:00
16 lines
572 B
JSON
16 lines
572 B
JSON
{
|
|
"homepage": "https://www.gnupg.org/",
|
|
"version": "2.2.13",
|
|
"license": "GPL-3.0",
|
|
"url": "https://www.gnupg.org/ftp/gcrypt/binary/gnupg-w32-2.2.13_20190212.exe#/dl.7z",
|
|
"hash": "7245d857c1641610e8759426a12b62eeee84e27aa4dc4640d7523f4ab51d2da7",
|
|
"env_add_path": "bin",
|
|
"checkver": {
|
|
"url": "https://www.gnupg.org/download/index.html",
|
|
"re": "gnupg-w32-(?<version>[\\d.]+)_(?<date>[\\d]{8}).exe"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://www.gnupg.org/ftp/gcrypt/binary/gnupg-w32-$version_$matchDate.exe#/dl.7z"
|
|
}
|
|
}
|