{
    "version": "1.8.3",
    "description": "Stupid Fast Scoop Utilities. Incredibly fast replacements for commonly used Scoop commands, written in Rust.",
    "homepage": "https://github.com/jewlexx/sfsu",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/jewlexx/sfsu/releases/download/v1.8.3/dl-x86_64.7z",
            "hash": "ab9eef3548309c2c3c134bf283b74b9050683e5e2ec37c80e66567b22a9147fc"
        },
        "32bit": {
            "url": "https://github.com/jewlexx/sfsu/releases/download/v1.8.3/dl-i686.7z",
            "hash": "2fc4199678b1824f26601e22f2a469a8fbd6b49add5712b7370eebcc626f1ddb"
        }
    },
    "notes": "In order to replace scoop commands use `Invoke-Expression (&sfsu hook)` in your Powershell profile.",
    "bin": "sfsu.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/jewlexx/sfsu/releases/download/v$version/dl-x86_64.7z"
            },
            "32bit": {
                "url": "https://github.com/jewlexx/sfsu/releases/download/v$version/dl-i686.7z"
            }
        },
        "hash": {
            "url": "$url.sha256"
        }
    }
}
