2023-07-24 12:32:28 +00:00

22 lines
761 B
JSON

{
"version": "1.5.0",
"homepage": "https://github.com/mgunyho/tere",
"description": "A terminal file explorer that acts as an alternative to the cd + ls commands.",
"license": "EUPL-1.2",
"architecture": {
"64bit": {
"url": "https://github.com/mgunyho/tere/releases/download/v1.5.0/tere-1.5.0-x86_64-pc-windows-gnu.zip",
"hash": "532d048d03976174589908817f9655a0f63c6ccca377793eb8982d17b62cefd9"
}
},
"bin": "tere.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/mgunyho/tere/releases/download/v$version/tere-$version-x86_64-pc-windows-gnu.zip"
}
}
}
}