mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-07 07:51:18 +00:00
22 lines
831 B
JSON
22 lines
831 B
JSON
{
|
|
"##": "Duplicate of the gnupg package",
|
|
"homepage": "https://www.gnupg.org/",
|
|
"description": "A complete and free implementation of the OpenPGP standard.",
|
|
"version": "2.2.17",
|
|
"license": "GPL-3.0-or-later",
|
|
"url": "https://www.gnupg.org/ftp/gcrypt/binary/gnupg-w32-2.2.17_20190709.exe#/dl.7z",
|
|
"hash": "sha1:82abfbc79d1a99b27f25ba92fe878cad07a31532",
|
|
"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",
|
|
"hash": {
|
|
"url": "https://www.gnupg.org/download/integrity_check.html",
|
|
"regex": "$sha1.*$basename"
|
|
}
|
|
}
|
|
}
|