ScoopInstaller_Main/bucket/dotnet-script.json
2020-06-05 11:56:21 +02:00

18 lines
645 B
JSON

{
"homepage": "https://github.com/filipw/dotnet-script",
"description": "Run C# scripts from the .NET CLI.",
"license": "MIT",
"version": "0.53.0",
"suggest": {
"dotnet core SDK": "dotnet-sdk"
},
"url": "https://github.com/filipw/dotnet-script/releases/download/0.53.0/dotnet-script.0.53.0.zip",
"hash": "cbf0d91db431772ea841253e6078323c59c73a7eb3757fafc1ff86f6ea389e75",
"extract_dir": "dotnet-script",
"bin": "dotnet-script.cmd",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/filipw/dotnet-script/releases/download/$version/dotnet-script.$version.zip"
}
}