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