mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
33 lines
1.2 KiB
JSON
33 lines
1.2 KiB
JSON
{
|
|
"version": "0.12",
|
|
"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.12/minisign-0.12-win64.zip",
|
|
"hash": "37b600344e20c19314b2e82813db2bfdcc408b77b876f7727889dbd46d539479",
|
|
"extract_dir": "minisign-win64/x86_64"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/jedisct1/minisign/releases/download/0.12/minisign-0.12-win64.zip",
|
|
"hash": "37b600344e20c19314b2e82813db2bfdcc408b77b876f7727889dbd46d539479",
|
|
"extract_dir": "minisign-win64/aarch64"
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/jedisct1/minisign/releases/download/$version/minisign-$version-win64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|