mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "10.3.1",
|
|
"description": "A command-line program that does structural, content-preserving transformations on PDF files.",
|
|
"homepage": "http://qpdf.sourceforge.net/",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.sourceforge.net/project/qpdf/qpdf/10.3.1/qpdf-10.3.1-bin-mingw64.zip",
|
|
"hash": "sha1:0a034897871a1fd31ddf3e911c11c5034f0d6a08"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.sourceforge.net/project/qpdf/qpdf/10.3.1/qpdf-10.3.1-bin-mingw32.zip",
|
|
"hash": "sha1:b504632779eb63cdac246e9aea8807ebf8ead304"
|
|
}
|
|
},
|
|
"extract_dir": "qpdf-10.3.1",
|
|
"bin": "bin\\qpdf.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/qpdf/qpdf",
|
|
"regex": "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"
|
|
}
|
|
}
|