mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-05 23:11:19 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "r16",
|
|
"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/r16/lf-windows-amd64.zip",
|
|
"hash": "3b02ca60368de0f05eec814505d8d9eb99323404bbd1c40d9d6b7a5a10b51274"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gokcehan/lf/releases/download/r16/lf-windows-386.zip",
|
|
"hash": "1da57c29def541eed068eab120f3c0607a8d573ca5daefada97ae101637f4e3a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|