2018-07-18 23:01:48 +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": "r7",
"architecture": {
"64bit": {
"url": "https://github.com/gokcehan/lf/releases/download/r7/lf-windows-amd64.zip",
"hash": "a2029d5ffdc265fd6cc9c3c08419d30a24023f80953db8c1ca0626f8525b6582"
},
"32bit": {
"url": "https://github.com/gokcehan/lf/releases/download/r7/lf-windows-386.zip",
"hash": "3069936f993887f5a0023e40654f755471b9363ccc13cedc79aa0a064cf70ae5"
}
},
"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"
}
}
}
}