ScoopInstaller_Main/stack.json

38 lines
1.3 KiB
JSON

{
"homepage": "https://www.haskellstack.org",
"license": "BSD 3-Clause",
"version": "1.5.1",
"architecture": {
"64bit": {
"url": "https://github.com/commercialhaskell/stack/releases/download/v1.5.1/stack-1.5.1-windows-x86_64.zip",
"hash": "cb6066c5620270120c6580c2331a26e840acad46acc34b44d224d66178564af6"
},
"32bit": {
"url": "https://github.com/commercialhaskell/stack/releases/download/v1.5.1/stack-1.5.1-windows-i386.zip",
"hash": "05f91c22ea445fe07a354d39e9f1a239b6f59e652dfafdc883b368b95b88dfdd"
}
},
"bin": [
"stack.exe"
],
"installer": {
"script": "add_first_in_path \"$env:APPDATA\\local\\bin\" $global"
},
"uninstaller": {
"script": "remove_from_path \"$env:APPDATA\\local\\bin\" $global"
},
"checkver": {
"github": "https://github.com/commercialhaskell/stack"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/commercialhaskell/stack/releases/download/v$version/stack-$version-windows-x86_64.zip"
},
"32bit": {
"url": "https://github.com/commercialhaskell/stack/releases/download/v$version/stack-$version-windows-i386.zip"
}
}
}
}