mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-11 19:21:18 +00:00
poppler: fix autoupdate mechanism (#2485)
This commit is contained in:
parent
793d8f1e06
commit
f90d1f1451
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"url": "http://blog.alivate.com.au/wp-content/uploads/$matchDate/poppler-$version_x86.7z"
|
"url": "http://blog.alivate.com.au/wp-content/uploads/$matchDate/poppler-$version_x86.7z",
|
||||||
|
"extract_dir": "poppler-$version"
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
"bin/pdfdetach.exe",
|
"bin/pdfdetach.exe",
|
||||||
@ -17,7 +18,7 @@
|
|||||||
],
|
],
|
||||||
"checkver": "Latest.*uploads/(?<date>\\d{4}/\\d{2})/poppler-(?<version>[\\d.]+)_x86.7z",
|
"checkver": "Latest.*uploads/(?<date>\\d{4}/\\d{2})/poppler-(?<version>[\\d.]+)_x86.7z",
|
||||||
"description": "PDF rendering library",
|
"description": "PDF rendering library",
|
||||||
"extract_dir": "poppler-0.51",
|
"extract_dir": "poppler-0.67.0",
|
||||||
"hash": "71763bfef42aa161c052a667139daeb81b69beabda3c4861a1c25e8f28ab65a6",
|
"hash": "71763bfef42aa161c052a667139daeb81b69beabda3c4861a1c25e8f28ab65a6",
|
||||||
"homepage": "http://blog.alivate.com.au/poppler-windows/",
|
"homepage": "http://blog.alivate.com.au/poppler-windows/",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user