mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-08 16:31:20 +00:00
17 lines
678 B
JSON
17 lines
678 B
JSON
{
|
|
"homepage": "https://jedisct1.github.io/minisign/",
|
|
"description": "A dead simple tool to sign files and verify signatures",
|
|
"license": "https://github.com/jedisct1/minisign/blob/master/LICENSE",
|
|
"version": "0.8",
|
|
"url": "https://github.com/jedisct1/minisign/releases/download/0.8/minisign-win32.zip",
|
|
"hash": "e74849a99547c724e797a4115ead199fe0558cb234d0d2d1655b10d236d1b5c4",
|
|
"extract_dir": "minisign-win32",
|
|
"bin": "minisign.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/jedisct1/minisign"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/jedisct1/minisign/releases/download/$version/minisign-win32.zip"
|
|
}
|
|
}
|