mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
25 lines
803 B
JSON
25 lines
803 B
JSON
{
|
|
"version": "0.11",
|
|
"description": "A dead simple tool to sign files and verify signatures",
|
|
"homepage": "https://jedisct1.github.io/minisign/",
|
|
"license": "ISC",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/jedisct1/minisign/releases/download/0.11/minisign-0.11-win64.zip",
|
|
"hash": "ba80ec6b466907f91a60bfad16f29a40647b7df367c4f8e588a1b462bb9d89c7",
|
|
"extract_dir": "minisign-win64"
|
|
}
|
|
},
|
|
"bin": "minisign.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/jedisct1/minisign"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/jedisct1/minisign/releases/download/$version/minisign-$version-win64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|