mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 10:41:28 +00:00
37 lines
1.3 KiB
JSON
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.1",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.sourceforge.net/project/qpdf/qpdf/10.0.1/qpdf-10.0.1-bin-mingw64.zip",
|
|
"hash": "e9a9b36a3c42347ad7d0b2d6ce4ffb3ed652b5fe398ca77ff3294398cfec9411"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.sourceforge.net/project/qpdf/qpdf/10.0.1/qpdf-10.0.1-bin-mingw32.zip",
|
|
"hash": "07aed24354519a7f91edd02a6744a2559f1fa11780e2b49416f4a01a7242b00c"
|
|
}
|
|
},
|
|
"extract_dir": "qpdf-10.0.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"
|
|
}
|
|
}
|
|
}
|