mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 21:21:21 +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": "b9c31c2c3034f81f0e5f5d92cbcc20e67a9671b6e5455661588638848dc58031",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|