mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 18:51:21 +00:00
58 lines
2.4 KiB
JSON
58 lines
2.4 KiB
JSON
{
|
|
"version": "r28",
|
|
"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/r28/lf-windows-amd64.zip",
|
|
"https://raw.githubusercontent.com/gokcehan/lf/r28/etc/lfcd.cmd",
|
|
"https://raw.githubusercontent.com/gokcehan/lf/r28/etc/lfcd.ps1"
|
|
],
|
|
"hash": [
|
|
"6de9cdb71181c2b0a712d06f22485a10de75596ef90ae1bb00bcf6de04794b15",
|
|
"894791f025c03fc2d0241b26bd23125800f1c2abb3dd7c899496ac0a84ea1890",
|
|
"e981fb0c6d82268b15ff27aa40925df40ee26feffdea36da75c311f733c79aef"
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": [
|
|
"https://github.com/gokcehan/lf/releases/download/r28/lf-windows-386.zip",
|
|
"https://raw.githubusercontent.com/gokcehan/lf/r28/etc/lfcd.cmd",
|
|
"https://raw.githubusercontent.com/gokcehan/lf/r28/etc/lfcd.ps1"
|
|
],
|
|
"hash": [
|
|
"e9bce9924f82223072126ffdfbdf546726659156682f97a6c73ba1a8233e97fe",
|
|
"894791f025c03fc2d0241b26bd23125800f1c2abb3dd7c899496ac0a84ea1890",
|
|
"e981fb0c6d82268b15ff27aa40925df40ee26feffdea36da75c311f733c79aef"
|
|
]
|
|
}
|
|
},
|
|
"bin": "lf.exe",
|
|
"pre_install": "Move-Item $dir\\lfcd.cmd, $dir\\lfcd.ps1 $scoopdir\\shims\\",
|
|
"post_uninstall": "Remove-Item $scoopdir\\shims\\lfcd.cmd, $scoopdir\\shims\\lfcd.ps1",
|
|
"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",
|
|
"https://raw.githubusercontent.com/gokcehan/lf/$version/etc/lfcd.cmd",
|
|
"https://raw.githubusercontent.com/gokcehan/lf/$version/etc/lfcd.ps1"
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": [
|
|
"https://github.com/gokcehan/lf/releases/download/$version/lf-windows-386.zip",
|
|
"https://raw.githubusercontent.com/gokcehan/lf/$version/etc/lfcd.cmd",
|
|
"https://raw.githubusercontent.com/gokcehan/lf/$version/etc/lfcd.ps1"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|