mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-18 14:41:19 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://www.haskellstack.org",
|
|
"license": "BSD 3-Clause",
|
|
"version": "1.5.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/commercialhaskell/stack/releases/download/v1.5.0/stack-1.5.0-windows-x86_64.zip",
|
|
"hash": "69e9dc289e1fb8a8ccfb20fcc0d5df7f4037eeef2737b0c2a527ab3c81d8afe4"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/commercialhaskell/stack/releases/download/v1.5.0/stack-1.5.0-windows-i386.zip",
|
|
"hash": "afb056535477907c0a38503b131f6fd213d357fee9ad80758370574185f86ce4"
|
|
}
|
|
},
|
|
"bin": [
|
|
"stack.exe"
|
|
],
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|