mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-15 20:01:19 +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": "9.0.0",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.sourceforge.net/project/qpdf/qpdf/9.0.0/qpdf-9.0.0-bin-mingw64.zip",
|
|
"hash": "48bc08ca8f959502d114c085067ff4a2e45daf2b279c739077ad437732ca97df"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.sourceforge.net/project/qpdf/qpdf/9.0.0/qpdf-9.0.0-bin-mingw32.zip",
|
|
"hash": "d00737048eb974c8ca063c42016b6fbef5630a5245871156e8f5c1b19107ed78"
|
|
}
|
|
},
|
|
"extract_dir": "qpdf-9.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"
|
|
}
|
|
}
|
|
}
|