mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-25 10:01:18 +00:00
16 lines
572 B
JSON
16 lines
572 B
JSON
{
|
|
"homepage": "https://www.gnupg.org/",
|
|
"version": "2.2.10",
|
|
"license": "GPL-3.0",
|
|
"url": "https://www.gnupg.org/ftp/gcrypt/binary/gnupg-w32-2.2.10_20180830.exe#/dl.7z",
|
|
"hash": "e84bad2436e3a0309d59e0ed313b346a1fc4ac556b5fd68bcea2d0e58d0516a2",
|
|
"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"
|
|
}
|
|
}
|