mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
41 lines
1.4 KiB
JSON
41 lines
1.4 KiB
JSON
{
|
|
"version": "11.10.1",
|
|
"description": "A command-line program that does structural, content-preserving transformations on PDF files.",
|
|
"homepage": "https://qpdf.sourceforge.io",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/qpdf/qpdf/releases/download/v11.10.1/qpdf-11.10.1-msvc64.zip",
|
|
"hash": "975a443d95e1d4e4f170895c2436f0ce45a9ff06e977c3afd0d0941efba85600",
|
|
"extract_dir": "qpdf-11.10.1-msvc64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/qpdf/qpdf/releases/download/v11.10.1/qpdf-11.10.1-msvc32.zip",
|
|
"hash": "8804de3d774e0b9b7c4d9414a6853e7376ab115062bbe3735c4f19d8e33b3529",
|
|
"extract_dir": "qpdf-11.10.1-msvc32"
|
|
}
|
|
},
|
|
"bin": [
|
|
"bin\\qpdf.exe",
|
|
"bin\\fix-qdf.exe"
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/qpdf/qpdf"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/qpdf/qpdf/releases/download/v$version/qpdf-$version-msvc64.zip",
|
|
"extract_dir": "qpdf-$version-msvc64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/qpdf/qpdf/releases/download/v$version/qpdf-$version-msvc32.zip",
|
|
"extract_dir": "qpdf-$version-msvc32"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/qpdf-$version.sha256"
|
|
}
|
|
}
|
|
}
|