mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "r20",
|
|
"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/r20/lf-windows-amd64.zip",
|
|
"hash": "ec24ea1a83e461975d6be3dbc930549fe281528cf94200bbc2d8fb199c923310"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gokcehan/lf/releases/download/r20/lf-windows-386.zip",
|
|
"hash": "fcb0206eefe16ac5009c061060b031557cdfca6e4fd7ea64dc080086639d7a67"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|