2019-07-13 22:00:23 +00:00

36 lines
1.3 KiB
JSON

{
"homepage": "https://www.haskellstack.org",
"license": "BSD-3-Clause",
"version": "2.1.3",
"architecture": {
"64bit": {
"url": "https://github.com/commercialhaskell/stack/releases/download/v2.1.3/stack-2.1.3-windows-x86_64.zip",
"hash": "5c1c6fb52e2c107d7140c58ff218d5992a4ad5dd903dbbf399ebbfcb68a5c57f"
},
"32bit": {
"url": "https://github.com/commercialhaskell/stack/releases/download/v2.1.3/stack-2.1.3-windows-i386.zip",
"hash": "8977ff6d7b0e6899bd29b6d7425b2bf4538753d3bc243e1be04e6fdb5e546707"
}
},
"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"
}
}
}
}