mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
31 lines
907 B
JSON
31 lines
907 B
JSON
{
|
|
"version": "0.17.0",
|
|
"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.17.0/eza.exe_x86_64-pc-windows-gnu.zip",
|
|
"hash": "0a0aaa406244281d4105e494149c6e01855aaa87d694de37a7680da11a1d85c0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|