mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com> Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
20 lines
696 B
JSON
20 lines
696 B
JSON
{
|
|
"homepage": "https://www.gnupg.org/",
|
|
"version": "2.2.15",
|
|
"license": "GPL-3.0",
|
|
"url": "https://www.gnupg.org/ftp/gcrypt/binary/gnupg-w32-2.2.15_20190326.exe#/dl.7z",
|
|
"hash": "sha1:f5f7eeadfdf6ad971b5313f045083b4f95ace07b",
|
|
"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"
|
|
}
|
|
}
|
|
}
|