ScoopInstaller_Main/bucket/dotnet-script.json
2022-11-28 00:34:07 +00:00

18 lines
642 B
JSON

{
"version": "1.4.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.4.0/dotnet-script.1.4.0.zip",
"hash": "4db7174a30695b1d12bdce5413f32e3d3dcee7893a9e4bc3ad2c619a18646d8f",
"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"
}
}