2021-10-21 20:17:37 -07:00

32 lines
1.1 KiB
JSON

{
"version": "r26",
"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/r26/lf-windows-amd64.zip",
"hash": "ad13c16d26f0f333648612bebb1256a31cd7affadb5e0c0ea8e9afdac35cb1fe"
},
"32bit": {
"url": "https://github.com/gokcehan/lf/releases/download/r26/lf-windows-386.zip",
"hash": "f43784c5eb7da863c99f4451044128d8ce1991cae43ceee5fc57ec5a1513bb6f"
}
},
"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"
}
}
}
}