mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
Fix version regex for premake5, sliksvn and sqlite (#1078)
This commit is contained in:
parent
7df18dc3f9
commit
e267a1931d
@ -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>"
|
||||
}
|
||||
}
|
||||
|
||||
@ -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>"
|
||||
}
|
||||
}
|
||||
|
||||
@ -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>"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user