ScoopInstaller_Main/bucket/dotnet-script.json
2021-12-03 16:00:33 +00:00

18 lines
642 B
JSON

{
"version": "1.3.1",
"description": "Run C# scripts from the .NET CLI.",
"homepage": "https://github.com/filipw/dotnet-script",
"license": "MIT",
"suggest": {
"dotnet core SDK": "dotnet-sdk"
},
"url": "https://github.com/filipw/dotnet-script/releases/download/1.3.1/dotnet-script.1.3.1.zip",
"hash": "ea7e59b99ebcd9f54772901faf0cb014b41cbec8f943ee81996fd18531447079",
"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"
}
}