mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-11 19:21:18 +00:00
36 lines
1.3 KiB
JSON
36 lines
1.3 KiB
JSON
{
|
|
"homepage": "https://www.haskellstack.org",
|
|
"license": "BSD-3-Clause",
|
|
"version": "2.1.1",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/commercialhaskell/stack/releases/download/v2.1.1/stack-2.1.1-windows-x86_64.zip",
|
|
"hash": "e29e816e6fe4e360f702303791f0cba40f0e61a6a8daa1ef33ca7b763becf948"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/commercialhaskell/stack/releases/download/v2.1.1/stack-2.1.1-windows-i386.zip",
|
|
"hash": "19e5920a7958c2aceb67657948e67130d615b92f9f95678c19a9fa26a6107a69"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|