mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-10-31 22:01:19 +00:00
58 lines
2.4 KiB
JSON
58 lines
2.4 KiB
JSON
{
|
|
"version": "r38",
|
|
"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/r38/lf-windows-amd64.zip",
|
|
"https://raw.githubusercontent.com/gokcehan/lf/r38/etc/lfcd.cmd",
|
|
"https://raw.githubusercontent.com/gokcehan/lf/r38/etc/lfcd.ps1"
|
|
],
|
|
"hash": [
|
|
"4f148f7376217783ead67401d70a14ba0c77b3a97465c0ea76807b6e2a550626",
|
|
"b3900464be408d70004418046887169d2245dea8263ff5170bcd9505bd9f0815",
|
|
"82b7fad042f68b97bedf646c01d3ac3f9e138ca46f192a1b459719749f9bf1ff"
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": [
|
|
"https://github.com/gokcehan/lf/releases/download/r38/lf-windows-386.zip",
|
|
"https://raw.githubusercontent.com/gokcehan/lf/r38/etc/lfcd.cmd",
|
|
"https://raw.githubusercontent.com/gokcehan/lf/r38/etc/lfcd.ps1"
|
|
],
|
|
"hash": [
|
|
"1ac54ccb1b8646fb7b09649b4b1ed7197714a6e0a5e464b7ccc04484407a622b",
|
|
"b3900464be408d70004418046887169d2245dea8263ff5170bcd9505bd9f0815",
|
|
"82b7fad042f68b97bedf646c01d3ac3f9e138ca46f192a1b459719749f9bf1ff"
|
|
]
|
|
}
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|