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