mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-03 14:01:38 +00:00
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"homepage": "http://qpdf.sourceforge.net/",
|
|
"version": "8.2.1",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.sourceforge.net/project/qpdf/qpdf/8.2.1/qpdf-8.2.1-bin-mingw64.zip",
|
|
"hash": "75f35acdb36731886c33346468981796d8657849a8ae2e8b1016a1b46b13ea77"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.sourceforge.net/project/qpdf/qpdf/8.2.1/qpdf-8.2.1-bin-mingw32.zip",
|
|
"hash": "e0383d84ca41028f441c793523109a394c8c45d9ebfe87836036f7e9fdfad39e"
|
|
}
|
|
},
|
|
"extract_dir": "qpdf-8.2.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"
|
|
}
|
|
}
|
|
}
|