mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-31 21:14:24 +00:00
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": "r5",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/gokcehan/lf/releases/download/r5/lf-windows-amd64.zip",
|
|
"hash": "e9e61d8c2dc166f9f24288be7b4b6462a9312fbd2800372e6e91fb382f883047"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gokcehan/lf/releases/download/r5/lf-windows-386.zip",
|
|
"hash": "42dbfcff38f9d5378ddbe8e727c8296b379f0e3ae99dea61ebc87da94dd0eeb8"
|
|
}
|
|
},
|
|
"bin": "lf.exe",
|
|
"checkver": {
|
|
"url": "https://github.com/gokcehan/lf/releases/latest",
|
|
"re": "/releases/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"
|
|
}
|
|
}
|
|
}
|
|
}
|