mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
say: Fix checkver
This commit is contained in:
parent
a1ed6537b4
commit
9950603271
4
say.json
4
say.json
@ -13,8 +13,8 @@
|
|||||||
],
|
],
|
||||||
"bin": "say.ps1",
|
"bin": "say.ps1",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://github.com/lukesampson/psutils",
|
"url": "https://api.github.com/repos/lukesampson/psutils/commits",
|
||||||
"re": "datetime=\"(\\d+)-(\\d+)-(\\d+)",
|
"re": "\"(\\d+)-(\\d+)-(\\d+)",
|
||||||
"replace": "0.${1}.${2}.${3}"
|
"replace": "0.${1}.${2}.${3}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user