2019-02-10 19:00:22 +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": "r1",
"architecture": {
"64bit": {
"url": "https://github.com/gokcehan/lf/releases/download/r1/lf-windows-amd64.zip",
"hash": "f74911b28801e385709f11934874586c748b63cd69e2937c67211b5ca7e67d7b"
},
"32bit": {
"url": "https://github.com/gokcehan/lf/releases/download/r1/lf-windows-386.zip",
"hash": "13183efb038da0d1186cf7056832301e9b07bbd75b3e27992d38d765c43663f1"
}
},
"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"
}
}
}
}