mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com> Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://godoc.org/github.com/gokcehan/lf",
|
|
"description": "A terminal file manager written in Go",
|
|
"license": "MIT",
|
|
"version": "r12",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/gokcehan/lf/releases/download/r12/lf-windows-amd64.zip",
|
|
"hash": "76ccc526fc3697b336d3ad99857e7a7abee58a1df8638ce28a3cdb6f14146464"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gokcehan/lf/releases/download/r12/lf-windows-386.zip",
|
|
"hash": "06cd965ec65104f675c14c2cb564d660726398953081654532cf12d7d07e6410"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|