mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-08 12:45:14 +00:00
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"homepage": "http://qpdf.sourceforge.net/",
|
|
"version": "8.0.1",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://sourceforge.net/projects/qpdf/files/qpdf/8.0.1/qpdf-8.0.1-bin-mingw64.zip",
|
|
"hash": "c33eb431c2bb30eddfb464951dffc6ba0a0384176649012b97449da5a5f93142"
|
|
},
|
|
"32bit": {
|
|
"url": "https://sourceforge.net/projects/qpdf/files/qpdf/8.0.1/qpdf-8.0.1-bin-mingw32.zip",
|
|
"hash": "0c51845bfdad0bff84bf4ba83c3775845e8640ab134d8ed60a6e6c8c4a2097de"
|
|
}
|
|
},
|
|
"extract_dir": "qpdf-8.0.1",
|
|
"bin": "bin\\qpdf.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/qpdf/qpdf",
|
|
"re": "/releases/tag/release-qpdf-([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://sourceforge.net/projects/qpdf/files/qpdf/$version/qpdf-$version-bin-mingw64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://sourceforge.net/projects/qpdf/files/qpdf/$version/qpdf-$version-bin-mingw32.zip"
|
|
}
|
|
},
|
|
"extract_dir": "qpdf-$version",
|
|
"hash": {
|
|
"url": "$baseurl/qpdf-$version.sha512"
|
|
}
|
|
}
|
|
}
|