mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
lukesampson/concfg: Update to version 0.2018.10.22. lukesampson/psutils: Update to version 0.2018.08.04. (gitignore, ln, runat, say, shasum, sudo, time, touch, vimtutor) For convenience, I add a new bucket called 'psutils' to install all these scripts, since I didn't find such one.
21 lines
817 B
JSON
21 lines
817 B
JSON
{
|
|
"homepage": "https://github.com/lukesampson/psutils",
|
|
"description": "The vimtutor that comes with Vim for Windows doesn't work with Scoop. This one does.",
|
|
"version": "0.2018.08.04",
|
|
"license": "MIT",
|
|
"url": "https://raw.githubusercontent.com/lukesampson/psutils/de1a069215c54a1cb105f3dc79f14e25570c75f2/vimtutor.ps1",
|
|
"hash": "1df57e3bf4139ca096acd71896cc1797ae539ed3ab77185c0ed93846b3c60790",
|
|
"bin": "vimtutor.ps1",
|
|
"suggest": {
|
|
"vim": "vim"
|
|
},
|
|
"checkver": {
|
|
"url": "https://github.com/lukesampson/psutils",
|
|
"re": "datetime=\"(\\d+)-(\\d+)-(\\d+)[\\S\\s]*?(?<sha>[0-9a-f]{40})\"",
|
|
"replace": "0.${1}.${2}.${3}"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://raw.githubusercontent.com/lukesampson/psutils/$matchSha/vimtutor.ps1"
|
|
}
|
|
}
|