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