psutils: Fix checkver (#629)

This commit is contained in:
Hsiao-nan Cheung 2019-12-04 15:45:46 +08:00 committed by GitHub
parent 6086fc27fd
commit 9637e759e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 39 additions and 22 deletions

View File

@ -1,6 +1,6 @@
{
"homepage": "https://github.com/lukesampson/concfg",
"description": "Import / export Windows console settings",
"description": "Import/export Windows console settings",
"version": "0.2019.03.09",
"license": "MIT",
"url": "https://github.com/lukesampson/concfg/archive/a38c23651458ea48e463f7402bf166c65855759f.zip",
@ -9,7 +9,7 @@
"bin": "bin\\concfg.ps1",
"checkver": {
"url": "https://github.com/lukesampson/concfg/commits/master.atom",
"re": "(\\d+)-(\\d+)-(\\d+)[\\S\\s]*?(?<sha>[0-9a-f]{40})",
"regex": "(?s)>(\\d+)-(\\d+)-(\\d+)T.*?/(?<sha>[0-9a-f]{40})",
"replace": "0.${1}.${2}.${3}"
},
"autoupdate": {

View File

@ -7,8 +7,8 @@
"hash": "733e4e2bece6e84ad1d25589cc6d1f852587f2d4a6ffe74b8268435ae229487a",
"bin": "gitignore.ps1",
"checkver": {
"url": "https://github.com/lukesampson/psutils",
"re": "gitignore\\.ps1[\\S\\s]*?/(?<sha>[0-9a-f]{40})[\\S\\s]*?(\\d+)-(\\d+)-(\\d+)",
"url": "https://github.com/lukesampson/psutils/commits/master/gitignore.ps1.atom",
"regex": "(?s)>(\\d+)-(\\d+)-(\\d+)T.*?/(?<sha>[0-9a-f]{40})",
"replace": "0.${1}.${2}.${3}"
},
"autoupdate": {

View File

@ -7,8 +7,8 @@
"hash": "2e97f2f1bacba1c403c538a80493e8c6c56203ba689f2a29a9fde6ba3576d3f7",
"bin": "ln.ps1",
"checkver": {
"url": "https://github.com/lukesampson/psutils",
"re": "ln\\.ps1[\\S\\s]*?/(?<sha>[0-9a-f]{40})[\\S\\s]*?(\\d+)-(\\d+)-(\\d+)",
"url": "https://github.com/lukesampson/psutils/commits/master/ln.ps1.atom",
"regex": "(?s)>(\\d+)-(\\d+)-(\\d+)T.*?/(?<sha>[0-9a-f]{40})",
"replace": "0.${1}.${2}.${3}"
},
"autoupdate": {

View File

@ -12,7 +12,7 @@
},
"checkver": {
"url": "https://github.com/lukesampson/pshazz/commits/master.atom",
"re": "(\\d+)-(\\d+)-(\\d+)[\\S\\s]*?(?<sha>[0-9a-f]{40})",
"regex": "(?s)>(\\d+)-(\\d+)-(\\d+)T.*?/(?<sha>[0-9a-f]{40})",
"replace": "0.${1}.${2}.${3}"
},
"autoupdate": {

View File

@ -24,7 +24,7 @@
"notes": "Please use 'timecmd' instead of 'time' in cmd.exe.",
"checkver": {
"url": "https://github.com/lukesampson/psutils/commits/master.atom",
"re": "(\\d+)-(\\d+)-(\\d+)[\\S\\s]*?(?<sha>[0-9a-f]{40})",
"regex": "(?s)>(\\d+)-(\\d+)-(\\d+)T.*?/(?<sha>[0-9a-f]{40})",
"replace": "0.${1}.${2}.${3}"
},
"autoupdate": {

View File

@ -7,8 +7,8 @@
"hash": "3a7f3cf34a9695ae607627f4d3c041543909c217f54997ebbeb3871ce6f96889",
"bin": "runat.ps1",
"checkver": {
"url": "https://github.com/lukesampson/psutils",
"re": "runat\\.ps1[\\S\\s]*?/(?<sha>[0-9a-f]{40})[\\S\\s]*?(\\d+)-(\\d+)-(\\d+)",
"url": "https://github.com/lukesampson/psutils/commits/master/runat.ps1.atom",
"regex": "(?s)>(\\d+)-(\\d+)-(\\d+)T.*?/(?<sha>[0-9a-f]{40})",
"replace": "0.${1}.${2}.${3}"
},
"autoupdate": {

View File

@ -13,8 +13,8 @@
],
"bin": "say.ps1",
"checkver": {
"url": "https://api.github.com/repos/lukesampson/psutils/commits",
"re": "\"(\\d+)-(\\d+)-(\\d+)",
"url": "https://github.com/lukesampson/psutils/commits/master.atom",
"regex": "(?s)>(\\d+)-(\\d+)-(\\d+)T.*?/(?<sha>[0-9a-f]{40})",
"replace": "0.${1}.${2}.${3}"
}
}

View File

@ -13,8 +13,8 @@
],
"bin": "shasum.ps1",
"checkver": {
"url": "https://api.github.com/repos/lukesampson/psutils/commits",
"re": "\"(\\d+)-(\\d+)-(\\d+)",
"url": "https://github.com/lukesampson/psutils/commits/master.atom",
"regex": "(?s)>(\\d+)-(\\d+)-(\\d+)T.*?/(?<sha>[0-9a-f]{40})",
"replace": "0.${1}.${2}.${3}"
}
}

17
bucket/shim.json Normal file
View File

@ -0,0 +1,17 @@
{
"homepage": "https://github.com/lukesampson/psutils",
"description": "Create shim for programs.",
"version": "0.2018.07.25",
"license": "MIT",
"url": "https://raw.githubusercontent.com/lukesampson/psutils/3290c04d7653ea8183a5e11d3d5a4e46716035d1/shim.ps1",
"hash": "775940af14567b7965297d5545dd8b80da9b383981744a125a995d396704c621",
"bin": "shim.ps1",
"checkver": {
"url": "https://github.com/lukesampson/psutils/commits/master/shim.ps1.atom",
"regex": "(?s)>(\\d+)-(\\d+)-(\\d+)T.*?/(?<sha>[0-9a-f]{40})",
"replace": "0.${1}.${2}.${3}"
},
"autoupdate": {
"url": "https://raw.githubusercontent.com/lukesampson/psutils/$matchSha/shim.ps1"
}
}

View File

@ -7,8 +7,8 @@
"hash": "7c124e37f3f15e200a651cec5c5f58d05b5e347d8697f2204d0a40c4181b3642",
"bin": "sudo.ps1",
"checkver": {
"url": "https://github.com/lukesampson/psutils",
"re": "sudo\\.ps1[\\S\\s]*?/(?<sha>[0-9a-f]{40})[\\S\\s]*?(\\d+)-(\\d+)-(\\d+)",
"url": "https://github.com/lukesampson/psutils/commits/master/sudo.ps1.atom",
"regex": "(?s)>(\\d+)-(\\d+)-(\\d+)T.*?/(?<sha>[0-9a-f]{40})",
"replace": "0.${1}.${2}.${3}"
},
"autoupdate": {

View File

@ -14,8 +14,8 @@
],
"notes": "Please use 'timecmd' instead of 'time' in cmd.exe.",
"checkver": {
"url": "https://github.com/lukesampson/psutils",
"re": "time\\.ps1[\\S\\s]*?/(?<sha>[0-9a-f]{40})[\\S\\s]*?(\\d+)-(\\d+)-(\\d+)",
"url": "https://github.com/lukesampson/psutils/commits/master/time.ps1.atom",
"regex": "(?s)>(\\d+)-(\\d+)-(\\d+)T.*?/(?<sha>[0-9a-f]{40})",
"replace": "0.${1}.${2}.${3}"
},
"autoupdate": {

View File

@ -7,8 +7,8 @@
"hash": "11eeb18ca3143929b5ace9a838a88d9b1c5bc657bcc8dd46708ba7e50ba331d9",
"bin": "touch.ps1",
"checkver": {
"url": "https://github.com/lukesampson/psutils",
"re": "touch\\.ps1[\\S\\s]*?/(?<sha>[0-9a-f]{40})[\\S\\s]*?(\\d+)-(\\d+)-(\\d+)",
"url": "https://github.com/lukesampson/psutils/commits/master/touch.ps1.atom",
"regex": "(?s)>(\\d+)-(\\d+)-(\\d+)T.*?/(?<sha>[0-9a-f]{40})",
"replace": "0.${1}.${2}.${3}"
},
"autoupdate": {

View File

@ -10,8 +10,8 @@
"vim": "vim"
},
"checkver": {
"url": "https://api.github.com/repos/lukesampson/psutils/commits?path=vimtutor.ps1",
"re": "\"(\\d+)-(\\d+)-(\\d+)",
"url": "https://github.com/lukesampson/psutils/commits/master/vimtutor.ps1.atom",
"regex": "(?s)>(\\d+)-(\\d+)-(\\d+)T.*?/(?<sha>[0-9a-f]{40})",
"replace": "0.${1}.${2}.${3}"
},
"autoupdate": {