mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
25 lines
866 B
JSON
25 lines
866 B
JSON
{
|
|
"version": "2.12.0.0",
|
|
"description": "The official language server for Haskell.",
|
|
"homepage": "https://github.com/haskell/haskell-language-server",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/haskell/haskell-language-server/releases/download/2.12.0.0/haskell-language-server-2.12.0.0-x86_64-mingw64.zip",
|
|
"hash": "898d72d48c88d3967ac125a6755b9c992b8d988e9971b89fb471fb98ccaf1ecd"
|
|
}
|
|
},
|
|
"env_add_path": ".",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/haskell/haskell-language-server/releases/download/$version/haskell-language-server-$version-x86_64-mingw64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/SHA256SUMS"
|
|
}
|
|
}
|
|
}
|