mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-26 13:24:39 +00:00
32 lines
1.4 KiB
JSON
32 lines
1.4 KiB
JSON
{
|
|
"version": "1.1.1",
|
|
"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.1/par2cmdline-1.1.1-win-x64.zip",
|
|
"hash": "sha512:2ca4248f10d429ae53e259cc0c2efd7481bc016d39a2fb040e0f6ac5a364a7cfe0334f03aa7489d55167435f73d50b735bfe629b2f2daf709b7dc83be64f777c"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/Parchive/par2cmdline/releases/download/v1.1.1/par2cmdline-1.1.1-win-arm64.zip",
|
|
"hash": "sha512:d2737db415ced7199754a067c986c87ef57597199d1ff3ef3f37cbec5761a19e4cc6f7d936398d9e4f5479a47af598dd863fb43149cf39c1ddae03a94400b56a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|