2021-02-28 11:57:31 +01:00

32 lines
1.1 KiB
JSON

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