2019-04-28 03:00:26 +00:00

36 lines
1.2 KiB
JSON

{
"homepage": "http://qpdf.sourceforge.net/",
"version": "8.4.1",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/qpdf/qpdf/8.4.1/qpdf-8.4.1-bin-mingw64.zip",
"hash": "c5492934601370c60f79dff9daf81b38f6794b20be7ce806ed544ecb50b93274"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/qpdf/qpdf/8.4.1/qpdf-8.4.1-bin-mingw32.zip",
"hash": "c1aa571da7cc8f4c54c7c6de06d177d25cc4967e7e54c7c0718851454262ca18"
}
},
"extract_dir": "qpdf-8.4.1",
"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"
}
}
}