mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
vimtutor: Fix checkver
This commit is contained in:
parent
8675c20106
commit
e184fd0636
@ -10,8 +10,8 @@
|
|||||||
"vim": "vim"
|
"vim": "vim"
|
||||||
},
|
},
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://github.com/lukesampson/psutils",
|
"url": "https://api.github.com/repos/lukesampson/psutils/commits?path=vimtutor.ps1",
|
||||||
"re": "vimtutor\\.ps1[\\S\\s]*?/(?<sha>[0-9a-f]{40})[\\S\\s]*?(\\d+)-(\\d+)-(\\d+)",
|
"re": "\"(\\d+)-(\\d+)-(\\d+)",
|
||||||
"replace": "0.${1}.${2}.${3}"
|
"replace": "0.${1}.${2}.${3}"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user