2020-12-20 09:27:27 +01:00

32 lines
1.1 KiB
JSON

{
"version": "r18",
"description": "A terminal file manager written in Go",
"homepage": "https://godoc.org/github.com/gokcehan/lf",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/gokcehan/lf/releases/download/r18/lf-windows-amd64.zip",
"hash": "c6946173e156bb3e161e62da82bc57b15074ea954eced6ea002efc8620fc53c9"
},
"32bit": {
"url": "https://github.com/gokcehan/lf/releases/download/r18/lf-windows-386.zip",
"hash": "a9d4062fad03f331632233e4c5092f0ffcb106bf1d5c4d81835a84789717171d"
}
},
"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"
}
}
}
}