2020-04-07 10:52:27 +02:00

37 lines
1.3 KiB
JSON

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