ScoopInstaller_Main/bucket/dotnet-script.json
2024-11-13 20:28:21 +00:00

18 lines
642 B
JSON

{
"version": "1.6.0",
"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.6.0/dotnet-script.1.6.0.zip",
"hash": "da28faa7f3e06cb8c49eb1f7264cbdfb96972da9649f49c1c03ee347242735ae",
"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"
}
}