mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "0.99.1",
|
|
"description": "A modern shell written in Rust",
|
|
"homepage": "https://www.nushell.sh",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/nushell/nushell/releases/download/0.99.1/nu-0.99.1-x86_64-pc-windows-msvc.zip",
|
|
"hash": "a99b21db594ae24bb8f0ab046e3632561b3c8e1b689f8a8537004ac554665def"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/nushell/nushell/releases/download/0.99.1/nu-0.99.1-aarch64-pc-windows-msvc.zip",
|
|
"hash": "43c56c947b2092709295027a99220cb3319117cfc49699a3a9b95b16cb68f40e"
|
|
}
|
|
},
|
|
"bin": "nu.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/nushell/nushell"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/nushell/nushell/releases/download/$version/nu-$version-x86_64-pc-windows-msvc.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/nushell/nushell/releases/download/$version/nu-$version-aarch64-pc-windows-msvc.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|