{
    "version": "r41",
    "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/r41/lf-windows-amd64.zip",
                "https://raw.githubusercontent.com/gokcehan/lf/r41/etc/lfcd.cmd",
                "https://raw.githubusercontent.com/gokcehan/lf/r41/etc/lfcd.ps1"
            ],
            "hash": [
                "d5f2fff9fa02d1e85a3f651df60d5cb0e518d79cc35bf2be43be6b6cab670e67",
                "b3900464be408d70004418046887169d2245dea8263ff5170bcd9505bd9f0815",
                "82b7fad042f68b97bedf646c01d3ac3f9e138ca46f192a1b459719749f9bf1ff"
            ]
        },
        "32bit": {
            "url": [
                "https://github.com/gokcehan/lf/releases/download/r41/lf-windows-386.zip",
                "https://raw.githubusercontent.com/gokcehan/lf/r41/etc/lfcd.cmd",
                "https://raw.githubusercontent.com/gokcehan/lf/r41/etc/lfcd.ps1"
            ],
            "hash": [
                "dd607602fd4db568c53c4c0590998aede6f23d8cb3578c888227c4db59ad701c",
                "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"
                ]
            }
        }
    }
}
