Fix version regex for premake5, sliksvn and sqlite (#1078)

This commit is contained in:
Richard Kuhnt 2016-10-10 23:51:01 +02:00 committed by Luke Sampson
parent 7df18dc3f9
commit e267a1931d
3 changed files with 3 additions and 3 deletions

View File

@ -9,6 +9,6 @@
],
"checkver": {
"url": "https://premake.github.io/download.html",
"re": "(5[0-9.]+-?(alpha|beta)?[0-9.]?)-windows.zip</a>"
"re": "(5[0-9.]+-?(alpha|beta)?[0-9.]+?)-windows.zip</a>"
}
}

View File

@ -27,6 +27,6 @@
],
"checkver": {
"url": "https://sliksvn.com/download/",
"re": "<a href=\"https://sliksvn\\.com/pub/Slik\\-Subversion\\-([0-9\\.]+)\\-win32\\.zip\""
"re": "<a.*>SVN ([0-9\\.]+), 64 bit</a>"
}
}

View File

@ -10,5 +10,5 @@
"sqldiff.exe",
"sqlite3_analyzer.exe"
],
"checkver": "<h3>Current Status</h3>\\s*<p><ul>\\s*<li><a.*>Version ([0-9\\.]+)</a>"
"checkver": "<a.*>Version ([0-9\\.]+)</a>"
}