mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
40 lines
1.3 KiB
JSON
40 lines
1.3 KiB
JSON
{
|
|
"version": "20.12.1-data",
|
|
"description": "PDF rendering library",
|
|
"homepage": "https://github.com/oschwartz10612/poppler-windows",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/oschwartz10612/poppler-windows/releases/download/v20.12.1-data/Release-20.12.1.zip",
|
|
"hash": "f110639df0c6cb14dc96f22fd10db9f4fcf636b74d4e803fc7c5aaa729f16ffb"
|
|
}
|
|
},
|
|
"extract_dir": "poppler-20.12.1/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": {
|
|
"url": "https://github.com/oschwartz10612/poppler-windows/releases/latest",
|
|
"regex": "v(?<version>[\\d\\w.-]+)/Release-(?<short>[\\d.]+)\\.zip"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/oschwartz10612/poppler-windows/releases/download/v$version/Release-$matchShort.zip"
|
|
}
|
|
},
|
|
"extract_dir": "poppler-$matchShort/Library"
|
|
}
|
|
}
|