mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-08 00:11:32 +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.1.1",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.sourceforge.net/project/qpdf/qpdf/9.1.1/qpdf-9.1.1-bin-mingw64.zip",
|
|
"hash": "4cb26262e95898e89e2987f1a83b3ef5202e43fdb820aa85b319079772ba7a8c"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.sourceforge.net/project/qpdf/qpdf/9.1.1/qpdf-9.1.1-bin-mingw32.zip",
|
|
"hash": "5819c47fa8bf82a087b8e17b422a07fc778c822038e6feb7d6604334249dcaf0"
|
|
}
|
|
},
|
|
"extract_dir": "qpdf-9.1.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"
|
|
}
|
|
}
|
|
}
|