mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"homepage": "http://qpdf.sourceforge.net/",
|
|
"version": "8.0.",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://sourceforge.net/projects/qpdf/files/qpdf/8.0./qpdf-8.0.-bin-mingw64.zip",
|
|
"hash": "3d0ef53dfff337253562fb69553a6ae2a3762a627cb8f2288d01d80cb92bd3a5"
|
|
},
|
|
"32bit": {
|
|
"url": "https://sourceforge.net/projects/qpdf/files/qpdf/8.0./qpdf-8.0.-bin-mingw32.zip",
|
|
"hash": "cc0de7344d77e2988d31489b8786b65869ae6cdf80bf6b0ae4e3e26585d339aa"
|
|
}
|
|
},
|
|
"extract_dir": "qpdf-8.0.",
|
|
"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"
|
|
}
|
|
}
|
|
}
|