Jakub Čábera 6d6d102291 aws: Update to version 2.1.17
format p*
2021-01-08 07:41:21 +01:00

35 lines
1.2 KiB
JSON

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