mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-05 15:01:20 +00:00
58 lines
2.4 KiB
JSON
58 lines
2.4 KiB
JSON
{
|
|
"version": "r31",
|
|
"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/r31/lf-windows-amd64.zip",
|
|
"https://raw.githubusercontent.com/gokcehan/lf/r31/etc/lfcd.cmd",
|
|
"https://raw.githubusercontent.com/gokcehan/lf/r31/etc/lfcd.ps1"
|
|
],
|
|
"hash": [
|
|
"a552c2596704756fa9f8f126286bcc9f55f8bdd3c04665ba95679bf46711b56f",
|
|
"894791f025c03fc2d0241b26bd23125800f1c2abb3dd7c899496ac0a84ea1890",
|
|
"e981fb0c6d82268b15ff27aa40925df40ee26feffdea36da75c311f733c79aef"
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": [
|
|
"https://github.com/gokcehan/lf/releases/download/r31/lf-windows-386.zip",
|
|
"https://raw.githubusercontent.com/gokcehan/lf/r31/etc/lfcd.cmd",
|
|
"https://raw.githubusercontent.com/gokcehan/lf/r31/etc/lfcd.ps1"
|
|
],
|
|
"hash": [
|
|
"26fdddd2959bd5ca30bb53edce6899abffbbc422825545246ce9f221d0bba558",
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|