mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 23:21:34 +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
800 B
JSON
21 lines
800 B
JSON
{
|
|
"homepage": "https://github.com/lukesampson/psutils",
|
|
"description": "An approximation of the Unix shasum command.",
|
|
"version": "0.2018.08.04",
|
|
"license": "MIT",
|
|
"url": [
|
|
"https://raw.githubusercontent.com/lukesampson/psutils/de1a069215c54a1cb105f3dc79f14e25570c75f2/shasum.ps1",
|
|
"https://raw.githubusercontent.com/lukesampson/psutils/de1a069215c54a1cb105f3dc79f14e25570c75f2/getopt.ps1"
|
|
],
|
|
"hash": [
|
|
"569cd02dd49cff0c92c93a609e58cc902d850fe0c312ee86c3dc3fba0976e596",
|
|
"e3939d732ee937db60f336c2a0ed7a463874b37e213d5f42c5346b489a6edb65"
|
|
],
|
|
"bin": "shasum.ps1",
|
|
"checkver": {
|
|
"url": "https://github.com/lukesampson/psutils",
|
|
"re": "datetime=\"(\\d+)-(\\d+)-(\\d+)",
|
|
"replace": "0.${1}.${2}.${3}"
|
|
}
|
|
}
|