mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
JSON
{
|
|
"version": "21.09.0",
|
|
"description": "PDF rendering library",
|
|
"homepage": "https://github.com/oschwartz10612/poppler-windows",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/oschwartz10612/poppler-windows/releases/download/v21.09.0/Release-21.09.0.zip",
|
|
"hash": "44e2ac65619e03ffe8cbe91d26516329238c357c6682da84c0652412da4c62cb"
|
|
}
|
|
},
|
|
"extract_dir": "poppler-21.09.0\\Library",
|
|
"bin": [
|
|
"bin\\pdfattach.exe",
|
|
"bin\\pdfdetach.exe",
|
|
"bin\\pdffonts.exe",
|
|
"bin\\pdfimages.exe",
|
|
"bin\\pdfinfo.exe",
|
|
"bin\\pdfseparate.exe",
|
|
"bin\\pdftocairo.exe",
|
|
"bin\\pdftohtml.exe",
|
|
"bin\\pdftoppm.exe",
|
|
"bin\\pdftops.exe",
|
|
"bin\\pdftotext.exe",
|
|
"bin\\pdfunite.exe"
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/oschwartz10612/poppler-windows",
|
|
"regex": "tag/v([\\w.-]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/oschwartz10612/poppler-windows/releases/download/v$version/Release-$matchHead.zip"
|
|
}
|
|
},
|
|
"extract_dir": "poppler-$matchHead\\Library"
|
|
}
|
|
}
|