{
    "version": "0.13",
    "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.13/vifm-w64-se-0.13-binary.zip",
            "hash": "sha1:96b0423af0cb1c27ed92ba33e8557ec6bae5f235",
            "extract_dir": "vifm-w64-se-0.13-binary"
        },
        "32bit": {
            "url": "https://github.com/vifm/vifm/releases/download/v0.13/vifm-w32-se-0.13-binary.zip",
            "hash": "sha1:0a082f39ad31eb416aac074578372fbe3978e668",
            "extract_dir": "vifm-w32-se-0.13-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"
        }
    }
}
