2021-04-14 06:06:57 +02:00

32 lines
1.1 KiB
JSON

{
"version": "r22",
"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/r22/lf-windows-amd64.zip",
"hash": "6c4a46a8065e08b85c8865f9e3a64f8758ba12a6c0e63ef16cfe270a1dd94a20"
},
"32bit": {
"url": "https://github.com/gokcehan/lf/releases/download/r22/lf-windows-386.zip",
"hash": "718c533d512893ed817dc6af9b41e0a4e204b63e4b742d54c363f8793d930678"
}
},
"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"
}
}
}
}