mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
36 lines
1.3 KiB
JSON
36 lines
1.3 KiB
JSON
{
|
|
"homepage": "https://www.haskellstack.org",
|
|
"license": "BSD-3-Clause",
|
|
"version": "1.9.3",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/commercialhaskell/stack/releases/download/v1.9.3/stack-1.9.3-windows-x86_64.zip",
|
|
"hash": "9ff25247ad90478bdea042df2520e7865521d9023ba8dc6eae79875e1b11fcbb"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/commercialhaskell/stack/releases/download/v1.9.3/stack-1.9.3-windows-i386.zip",
|
|
"hash": "3d73c8a63503efc387a926a705d2cde013ebc3a991f6f62bfccc12aa62b5b8aa"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|