2018-06-28 22: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": "r6",
"architecture": {
"64bit": {
"url": "https://github.com/gokcehan/lf/releases/download/r6/lf-windows-amd64.zip",
"hash": "aa611082193cf9418c9cc5d00bc20b85699e24eebfabf9ea0921cdf54024ddc9"
},
"32bit": {
"url": "https://github.com/gokcehan/lf/releases/download/r6/lf-windows-386.zip",
"hash": "bdf7392d142c2c2383c9362667ac29a6fb866552126fcc4ee17a068e2ce5f26d"
}
},
"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"
}
}
}
}