ScoopInstaller_Main/stack.json
2018-10-17 13:00:33 +00:00

38 lines
1.3 KiB
JSON

{
"homepage": "https://www.haskellstack.org",
"license": "BSD-3-Clause",
"version": "1.9.1",
"architecture": {
"64bit": {
"url": "https://github.com/commercialhaskell/stack/releases/download/v1.9.1/stack-1.9.1-windows-x86_64.zip",
"hash": "7b1c22b9171f7a7cd70d776c8853ce7819da949fcccd69e7d87c948ac7e7140f"
},
"32bit": {
"url": "https://github.com/commercialhaskell/stack/releases/download/v1.9.1/stack-1.9.1-windows-i386.zip",
"hash": "049663dafd1c4e5f5d1cf9cb16dc200787fe3ea31d2f04dcd77dd3286e41aa72"
}
},
"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"
}
}
}
}