mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +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": "r14",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/gokcehan/lf/releases/download/r14/lf-windows-amd64.zip",
|
|
"hash": "1f3ee1f4f0fc7e26488f63492cc6b3044b8efdbd3986732d30502cbac4b5675e"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gokcehan/lf/releases/download/r14/lf-windows-386.zip",
|
|
"hash": "54b33d64317f1965aab7c2ce3d5c5296ef87d4e39af1af86a3ead92b833c923b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|