2020-01-26 12:01:54 +00:00

35 lines
1.2 KiB
JSON

{
"homepage": "https://github.com/lukesampson/psutils",
"description": "A collection of command line utilities written in PowerShell proudly ignoring PowerShell Verb-Noun naming conventions.",
"version": "0.2020.01.26",
"license": "MIT",
"url": "https://github.com/lukesampson/psutils/archive/c7116ac143ca81f223e6091d0974f45ac241eb1d.zip",
"hash": "202365b2c6d70ff432a2223e4e0fe69d648e8121d7878e24efc3c1e2ba2b9e5b",
"extract_dir": "psutils-c7116ac143ca81f223e6091d0974f45ac241eb1d",
"bin": [
"gitignore.ps1",
"ln.ps1",
"runat.ps1",
"say.ps1",
"shasum.ps1",
"sudo.ps1",
"time.ps1",
[
"time.ps1",
"timecmd"
],
"touch.ps1",
"vimtutor.ps1"
],
"notes": "Please use 'timecmd' instead of 'time' in cmd.exe.",
"checkver": {
"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}"
},
"autoupdate": {
"url": "https://github.com/lukesampson/psutils/archive/$matchSha.zip",
"extract_dir": "psutils-$matchSha"
}
}