2021-01-25 08:34:38 +01:00

32 lines
1.1 KiB
JSON

{
"version": "r19",
"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/r19/lf-windows-amd64.zip",
"hash": "10b97f84d3ccd86c6e421087c2360efd4621e889842b826ccf7c464603e8a300"
},
"32bit": {
"url": "https://github.com/gokcehan/lf/releases/download/r19/lf-windows-386.zip",
"hash": "366ca2ca9c82100e6e8dee88326537f2fcdbb632795f0da608e33ccb98fe98b0"
}
},
"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"
}
}
}
}