mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-03 10:34:52 +00:00
32 lines
1.4 KiB
JSON
32 lines
1.4 KiB
JSON
{
|
|
"version": "1.1.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.1.0/par2cmdline-1.1.0-win-x64.zip",
|
|
"hash": "sha512:943fb26ad8fd9a9c8861c0e5aa99169182460ef78933ea79e3e8b17678a024ca0064b4f88132aab894b269e32f16993743333a1f8eaf82ff47e8c50efb4d63e2"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/Parchive/par2cmdline/releases/download/v1.1.0/par2cmdline-1.1.0-win-arm64.zip",
|
|
"hash": "sha512:7a07dbb5eb86198a8b1673fdd74aef084178e86156243f9df34dc8ea430fcf948973b2eb081788e4e149bae47f33b108e97a5480644ef067bbedf365b9e83686"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|