mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-08 16:31:20 +00:00
36 lines
1.4 KiB
JSON
36 lines
1.4 KiB
JSON
{
|
|
"homepage": "http://qpdf.sourceforge.net/",
|
|
"version": "8.0.0",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://sourceforge.net/projects/qpdf/files/qpdf/8.0.0/qpdf-8.0.0-bin-mingw64.zip",
|
|
"hash": "sha512:5ad2081ec5f2c9ea11177017275046abbb0021f4089ef6251ae21741c42d3d07f6820b04e49b2d3c857188c633c596ff9892c4d39cd9dd315769559e3d53aa24"
|
|
},
|
|
"32bit": {
|
|
"url": "https://sourceforge.net/projects/qpdf/files/qpdf/8.0.0/qpdf-8.0.0-bin-mingw32.zip",
|
|
"hash": "sha512:88a71d11b394db202d08a568378d54223155d1daa21cd9964359d91ccf571c1d808e21e50abd64b513f50d64afd0aa2f174ce90b160aad4e81981e5568cdc4ab"
|
|
}
|
|
},
|
|
"extract_dir": "qpdf-8.0.0",
|
|
"bin": "bin\\qpdf.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/qpdf/qpdf",
|
|
"re": "/releases/tag/release-qpdf-([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://sourceforge.net/projects/qpdf/files/qpdf/$version/qpdf-$version-bin-mingw64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://sourceforge.net/projects/qpdf/files/qpdf/$version/qpdf-$version-bin-mingw32.zip"
|
|
}
|
|
},
|
|
"extract_dir": "qpdf-$version",
|
|
"hash": {
|
|
"url": "$baseurl/qpdf-$version.sha512"
|
|
}
|
|
}
|
|
}
|