2021-10-10 00:13:03 -07:00

32 lines
1.1 KiB
JSON

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