2022-09-15 12:32:39 +00:00

36 lines
1.3 KiB
JSON

{
"version": "11.1.0",
"description": "A command-line program that does structural, content-preserving transformations on PDF files.",
"homepage": "https://qpdf.sourceforge.net/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/qpdf/qpdf/11.1.0/qpdf-11.1.0-mingw64.zip",
"hash": "sha1:3f4e6ddf1fcfc46f40fa7a33b19e7553bbb6a676",
"extract_dir": "qpdf-11.1.0-mingw64"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/qpdf/qpdf/11.1.0/qpdf-11.1.0-mingw32.zip",
"hash": "sha1:d169187372bbe128dc613972e02e624eecc13c55",
"extract_dir": "qpdf-11.1.0-mingw32"
}
},
"bin": "bin\\qpdf.exe",
"checkver": {
"github": "https://github.com/qpdf/qpdf",
"regex": "qpdf-([\\d.]+)-"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/qpdf/qpdf/$version/qpdf-$version-mingw64.zip",
"extract_dir": "qpdf-$version-mingw64"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/qpdf/qpdf/$version/qpdf-$version-mingw32.zip",
"extract_dir": "qpdf-$version-mingw32"
}
}
}
}