mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-03 18:44:47 +00:00
41 lines
1.4 KiB
JSON
41 lines
1.4 KiB
JSON
{
|
|
"version": "12.3.2",
|
|
"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/v12.3.2/qpdf-12.3.2-msvc64.zip",
|
|
"hash": "8941870a604e7c87ed24566b038d46c24ce76616254d2383c578f60c0677f202",
|
|
"extract_dir": "qpdf-12.3.2-msvc64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/qpdf/qpdf/releases/download/v12.3.2/qpdf-12.3.2-msvc32.zip",
|
|
"hash": "3f9161ae1c98734122a1d93c4075722cddc20552859922d6bc52322828bd3e6f",
|
|
"extract_dir": "qpdf-12.3.2-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"
|
|
}
|
|
}
|
|
}
|