mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-21 06:41:22 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "r24",
|
|
"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/r24/lf-windows-amd64.zip",
|
|
"hash": "63a9745e39cddf7ad21ab80f7aef76e4ddeabbb32b9eb73a33e495d9fb864211"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gokcehan/lf/releases/download/r24/lf-windows-386.zip",
|
|
"hash": "8d6cfca5939988445b24b1b6aa5066d7961df0d9c9dc90c92d26a5cb29c28205"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|