mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +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": "r11",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/gokcehan/lf/releases/download/r11/lf-windows-amd64.zip",
|
|
"hash": "8d0eae870dce747a264aa7b9ffa07a7537a94dd8ae62b9bf3b2eed2f256fe5d7"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gokcehan/lf/releases/download/r11/lf-windows-386.zip",
|
|
"hash": "6da9860f8cce8671a43a362ab71035d340885452cb9bc24e9af8f3993cc5d7b9"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|