{
    "version": "2.1.0",
    "description": "Move files and folders to the Windows recycle bin within command line.",
    "homepage": "https://github.com/sindresorhus/recycle-bin",
    "license": "MIT",
    "architecture": {
        "32bit": {
            "url": "https://github.com/sindresorhus/recycle-bin/releases/download/v2.1.0/recycle-bin-v2.1.0-i686.zip",
            "hash": "80f13941b31a74949376014ac9213e4c8d6b3c3adf40ed03c964a7d2f046b74c"
        },
        "64bit": {
            "url": "https://github.com/sindresorhus/recycle-bin/releases/download/v2.1.0/recycle-bin-v2.1.0-x86_64.zip",
            "hash": "2abac174ca17209580f2c0ad909c685421b408f010ec2ead0ed39be6019e970d"
        },
        "arm64": {
            "url": "https://github.com/sindresorhus/recycle-bin/releases/download/v2.1.0/recycle-bin-v2.1.0-arm64.zip",
            "hash": "6eb423289d6e9160422cf1dee0fb7ecea160259e4a95f6c84e844ba1b6392869"
        }
    },
    "bin": "recycle-bin.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "32bit": {
                "url": "https://github.com/sindresorhus/recycle-bin/releases/download/v$version/recycle-bin-v$version-i686.zip"
            },
            "64bit": {
                "url": "https://github.com/sindresorhus/recycle-bin/releases/download/v$version/recycle-bin-v$version-x86_64.zip"
            },
            "arm64": {
                "url": "https://github.com/sindresorhus/recycle-bin/releases/download/v$version/recycle-bin-v$version-arm64.zip"
            }
        }
    }
}
