mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
32 lines
1.4 KiB
JSON
32 lines
1.4 KiB
JSON
{
|
|
"version": "1.0.0",
|
|
"description": "A program for creating and using PAR2 files to detect damage in data files and repair them if necessary.",
|
|
"homepage": "https://github.com/Parchive/par2cmdline",
|
|
"license": "GPL-2.0-or-later",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Parchive/par2cmdline/releases/download/v1.0.0/par2cmdline-1.0.0-win-x64.zip",
|
|
"hash": "sha512:bf8af01d7e44806fed7d1be402135e0f4c5717d0089ff8099b149bd1633632cb38592d12b2848643a97281822b24a3dbb8b2bd707386af6112e8072df8908d2d"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/Parchive/par2cmdline/releases/download/v1.0.0/par2cmdline-1.0.0-win-arm64.zip",
|
|
"hash": "sha512:5ebed64f7f3d673fac1b8c1943ffb9eb6f4d0056f904574ccd76dca5b86cb223e54b439d3dee2af64d378c5b598b22aa6a2fa6864cbbf0829a03d1ad0425b35b"
|
|
}
|
|
},
|
|
"bin": "par2.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Parchive/par2cmdline/releases/download/v$version/par2cmdline-$version-win-x64.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/Parchive/par2cmdline/releases/download/v$version/par2cmdline-$version-win-arm64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.sha512"
|
|
}
|
|
}
|
|
}
|