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:
Vighnesh Iyer 2020-09-27 21:52:51 +08:00 committed by GitHub
parent 958407de1f
commit 28f26e9016
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,17 @@
{ {
"version": "0.68.0", "version": "20.09.0-h5d62644_0",
"description": "PDF rendering library", "description": "PDF rendering library",
"homepage": "http://blog.alivate.com.au/poppler-windows/", "homepage": "https://anaconda.org/conda-forge/poppler",
"license": "GPL-2.0-only", "license": "GPL-2.0-only",
"extract_dir": "poppler-0.68.0", "architecture": {
"url": "http://blog.alivate.com.au/wp-content/uploads/2018/10/poppler-0.68.0_x86.7z", "64bit": {
"hash": "6a8fd0c4e7284dfa208c6f435a0a5cfd6d7445e59f29cae76e79dc079abf74d4", "url": "https://anaconda.org/conda-forge/poppler/20.09.0/download/win-64/poppler-20.09.0-h5d62644_0.tar.bz2",
"checkver": "Latest.*uploads/(?<date>\\d{4}/\\d{2})/poppler-(?<version>[\\d.]+)_x86.7z", "hash": "6abd4ab9659c236d50074beae3a0cc8ce28e1f4107be2bde68d5709a6b79a2ca"
}
},
"extract_dir": "Library",
"bin": [ "bin": [
"bin/pdfattach.exe",
"bin/pdfdetach.exe", "bin/pdfdetach.exe",
"bin/pdffonts.exe", "bin/pdffonts.exe",
"bin/pdfimages.exe", "bin/pdfimages.exe",
@ -20,8 +24,15 @@
"bin/pdftotext.exe", "bin/pdftotext.exe",
"bin/pdfunite.exe" "bin/pdfunite.exe"
], ],
"checkver": {
"url": "https://anaconda.org/conda-forge/poppler/files",
"re": ">win-64/poppler-([a-z0-9_\\-.]+)\\.tar\\.bz2</a>"
},
"autoupdate": { "autoupdate": {
"url": "http://blog.alivate.com.au/wp-content/uploads/$matchDate/poppler-$version_x86.7z", "architecture": {
"extract_dir": "poppler-$version" "64bit": {
"url": "https://anaconda.org/conda-forge/poppler/$matchHead/download/win-64/poppler-$version.tar.bz2"
}
}
} }
} }