mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 17:51:21 +00:00
Add lf version r5 (closes #2322)
This commit is contained in:
parent
73195e7459
commit
e09da3c35c
31
lf.json
Normal file
31
lf.json
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"homepage": "https://godoc.org/github.com/gokcehan/lf",
|
||||
"description": "A terminal file manager written in Go",
|
||||
"license": "MIT",
|
||||
"version": "r5",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/gokcehan/lf/releases/download/r5/lf-windows-amd64.zip",
|
||||
"hash": "e9e61d8c2dc166f9f24288be7b4b6462a9312fbd2800372e6e91fb382f883047"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/gokcehan/lf/releases/download/r5/lf-windows-386.zip",
|
||||
"hash": "42dbfcff38f9d5378ddbe8e727c8296b379f0e3ae99dea61ebc87da94dd0eeb8"
|
||||
}
|
||||
},
|
||||
"bin": "lf.exe",
|
||||
"checkver": {
|
||||
"url": "https://github.com/gokcehan/lf/releases/latest",
|
||||
"re": "/releases/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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user