2018-08-29 17:00:28 +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": "r8",
"architecture": {
"64bit": {
"url": "https://github.com/gokcehan/lf/releases/download/r8/lf-windows-amd64.zip",
"hash": "c08ca44656cb09a1c3cbe0d59ee6b084f3c2da00867ae53e3b8cc67b8729edd7"
},
"32bit": {
"url": "https://github.com/gokcehan/lf/releases/download/r8/lf-windows-386.zip",
"hash": "938abc53134a35572ce88c3863b25ca5d508812a9d0e6d0e73a2f6f35de1a486"
}
},
"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"
}
}
}
}