mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-25 01:51:29 +00:00
31 lines
907 B
JSON
31 lines
907 B
JSON
{
|
|
"version": "0.20.2",
|
|
"description": "A modern, maintained replacement for ls, built on exa.",
|
|
"homepage": "https://github.com/eza-community/eza",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/eza-community/eza/releases/download/v0.20.2/eza.exe_x86_64-pc-windows-gnu.zip",
|
|
"hash": "269dc7cf31b6747fd5017f477b90370ba7efe3a9f296c34cf6223b8c97ff96ab"
|
|
}
|
|
},
|
|
"bin": [
|
|
"eza.exe",
|
|
[
|
|
"eza.exe",
|
|
"exa"
|
|
]
|
|
],
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/eza-community/eza/releases/download/v$version/eza.exe_x86_64-pc-windows-gnu.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "https://github.com/eza-community/eza/releases/tag/v$version"
|
|
}
|
|
}
|
|
}
|