mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
poppler: Update to version 0.90 (#1316)
* poppler: Update to version 0.90 * poppler: add 64bit architecture * poppler: Update to version 20.09.0 Co-authored-by: Fake <>
This commit is contained in:
parent
958407de1f
commit
28f26e9016
@ -1,13 +1,17 @@
|
||||
{
|
||||
"version": "0.68.0",
|
||||
"version": "20.09.0-h5d62644_0",
|
||||
"description": "PDF rendering library",
|
||||
"homepage": "http://blog.alivate.com.au/poppler-windows/",
|
||||
"homepage": "https://anaconda.org/conda-forge/poppler",
|
||||
"license": "GPL-2.0-only",
|
||||
"extract_dir": "poppler-0.68.0",
|
||||
"url": "http://blog.alivate.com.au/wp-content/uploads/2018/10/poppler-0.68.0_x86.7z",
|
||||
"hash": "6a8fd0c4e7284dfa208c6f435a0a5cfd6d7445e59f29cae76e79dc079abf74d4",
|
||||
"checkver": "Latest.*uploads/(?<date>\\d{4}/\\d{2})/poppler-(?<version>[\\d.]+)_x86.7z",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://anaconda.org/conda-forge/poppler/20.09.0/download/win-64/poppler-20.09.0-h5d62644_0.tar.bz2",
|
||||
"hash": "6abd4ab9659c236d50074beae3a0cc8ce28e1f4107be2bde68d5709a6b79a2ca"
|
||||
}
|
||||
},
|
||||
"extract_dir": "Library",
|
||||
"bin": [
|
||||
"bin/pdfattach.exe",
|
||||
"bin/pdfdetach.exe",
|
||||
"bin/pdffonts.exe",
|
||||
"bin/pdfimages.exe",
|
||||
@ -20,8 +24,15 @@
|
||||
"bin/pdftotext.exe",
|
||||
"bin/pdfunite.exe"
|
||||
],
|
||||
"checkver": {
|
||||
"url": "https://anaconda.org/conda-forge/poppler/files",
|
||||
"re": ">win-64/poppler-([a-z0-9_\\-.]+)\\.tar\\.bz2</a>"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "http://blog.alivate.com.au/wp-content/uploads/$matchDate/poppler-$version_x86.7z",
|
||||
"extract_dir": "poppler-$version"
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://anaconda.org/conda-forge/poppler/$matchHead/download/win-64/poppler-$version.tar.bz2"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user