mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-11 03:01:22 +00:00
Fix autoupdate url in poppler
This commit is contained in:
parent
e9273b73dc
commit
7824350fbe
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"url": "http://blog.alivate.com.au/wp-content/uploads/2017/03/poppler-$version_x86.7z"
|
"url": "http://blog.alivate.com.au/wp-content/uploads/$matchDate/poppler-$version_x86.7z"
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
"bin/pdfdetach.exe",
|
"bin/pdfdetach.exe",
|
||||||
@ -15,7 +15,7 @@
|
|||||||
"bin/pdftotext.exe",
|
"bin/pdftotext.exe",
|
||||||
"bin/pdfunite.exe"
|
"bin/pdfunite.exe"
|
||||||
],
|
],
|
||||||
"checkver": "Latest binary.*-(0\\.[56789][\\d.]+)_",
|
"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.51",
|
||||||
"hash": "8c027037355f11d16fde2fe34823006c142c7460bd64a37da7b6b23327a15f13",
|
"hash": "8c027037355f11d16fde2fe34823006c142c7460bd64a37da7b6b23327a15f13",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user