2019-07-21 19:00:16 +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": "r13",
"architecture": {
"64bit": {
"url": "https://github.com/gokcehan/lf/releases/download/r13/lf-windows-amd64.zip",
"hash": "1d5433f40ef6275ae3a70684b95193a153b0682d9511d7e0aecc1b2ad0f13003"
},
"32bit": {
"url": "https://github.com/gokcehan/lf/releases/download/r13/lf-windows-386.zip",
"hash": "1234f39983b8bd8a0a8434d40d19d416f88955d6329244a8ea2143cf67e15126"
}
},
"bin": "lf.exe",
"checkver": {
"github": "https://github.com/gokcehan/lf/",
"regex": "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"
}
}
}
}