mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
25 lines
803 B
JSON
25 lines
803 B
JSON
{
|
|
"version": "0.10",
|
|
"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.10/minisign-0.10-win64.zip",
|
|
"hash": "a8a62e675ffe6551e689bfdd6bc4f667939092ca71a18eb53a04484493a275a4",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|