{
    "version": "0.14.3",
    "description": "A file manager with curses interface, which provides Vi[m]-like environment for managing objects within file systems.",
    "homepage": "https://vifm.info/",
    "license": "GPL-2.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/vifm/vifm/releases/download/v0.14.3/vifm-w64-se-0.14.3-binary.zip",
            "hash": "sha1:f6d5f03496526c72be4bbd76b7f02fd8002d7976",
            "extract_dir": "vifm-w64-se-0.14.3-binary"
        },
        "32bit": {
            "url": "https://github.com/vifm/vifm/releases/download/v0.14.3/vifm-w32-se-0.14.3-binary.zip",
            "hash": "sha1:5de0b53f145e1674461affc385008851452c73d5",
            "extract_dir": "vifm-w32-se-0.14.3-binary"
        }
    },
    "bin": "vifm.exe",
    "shortcuts": [
        [
            "vifm.exe",
            "vifm"
        ]
    ],
    "persist": "data\\vifmrc",
    "checkver": {
        "github": "https://github.com/vifm/vifm"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/vifm/vifm/releases/download/v$version/vifm-w64-se-$version-binary.zip",
                "extract_dir": "vifm-w64-se-$version-binary"
            },
            "32bit": {
                "url": "https://github.com/vifm/vifm/releases/download/v$version/vifm-w32-se-$version-binary.zip",
                "extract_dir": "vifm-w32-se-$version-binary"
            }
        },
        "hash": {
            "url": "https://vifm.info/downloads.shtml",
            "regex": "(?sm)$basename.*?$sha1"
        }
    }
}
