2019-01-31 20:00:26 +00:00

32 lines
1.1 KiB
JSON

{
"homepage": "https://godoc.org/github.com/gokcehan/lf",
"description": "A terminal file manager written in Go",
"license": "MIT",
"version": "r9",
"architecture": {
"64bit": {
"url": "https://github.com/gokcehan/lf/releases/download/r9/lf-windows-amd64.zip",
"hash": "4aa62739d73c7e7f6e1fd293917518d1943aee19bfd2743adcc85cc1c3304230"
},
"32bit": {
"url": "https://github.com/gokcehan/lf/releases/download/r9/lf-windows-386.zip",
"hash": "1be945f1446d23152599487479abdaf31708ba286a096da6266189adf86a4f72"
}
},
"bin": "lf.exe",
"checkver": {
"url": "https://github.com/gokcehan/lf/releases/latest",
"re": "/releases/tag/(r[\\d])"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/gokcehan/lf/releases/download/$version/lf-windows-amd64.zip"
},
"32bit": {
"url": "https://github.com/gokcehan/lf/releases/download/$version/lf-windows-386.zip"
}
}
}
}