mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-03 05:51:19 +00:00
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"homepage": "http://qpdf.sourceforge.net/",
|
|
"version": "8.4.2",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.sourceforge.net/project/qpdf/qpdf/8.4.2/qpdf-8.4.2-bin-mingw64.zip",
|
|
"hash": "edfab781b4cb8d456274db4e1935c7a10b9b19ccfebf5e46b81f21c2074aabd0"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.sourceforge.net/project/qpdf/qpdf/8.4.2/qpdf-8.4.2-bin-mingw32.zip",
|
|
"hash": "6afbec4202d4377e48756d6810a8191741b9016543346b51c525a943ddbcf7ea"
|
|
}
|
|
},
|
|
"extract_dir": "qpdf-8.4.2",
|
|
"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"
|
|
}
|
|
}
|
|
}
|