mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-31 13:04:28 +00:00
31 lines
907 B
JSON
31 lines
907 B
JSON
{
|
|
"version": "0.15.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.15.2/eza.exe_x86_64-pc-windows-gnu.zip",
|
|
"hash": "f1c39ece3c4d8f36f7f1f5920560fd813b66a1f9a93b8abfaea96c742cd291ac"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|