diff --git a/bucket/localsend-cli.json b/bucket/localsend-cli.json new file mode 100644 index 0000000000000..b568ce5208ffe --- /dev/null +++ b/bucket/localsend-cli.json @@ -0,0 +1,35 @@ +{ + "version": "1.18.0", + "description": "A TUI implementation of LocalSend, an open-source cross-platform alternative to AirDrop.", + "homepage": "https://localsend.org/", + "license": "Apache-2.0", + "notes": [ + "Run 'localsend-cli --help' to check available arguments and hotkeys,", + "Then run 'localsend-cli' directly to start the TUI.", + "you can find config.toml in $env:USERPROFILE\\.config\\localsend-cli." + ], + "architecture": { + "64bit": { + "url": "https://github.com/localsend/localsend/releases/download/v1.18.0/LocalSend-CLI-1.18.0-windows-x86-64.exe#/localsend-cli.exe", + "hash": "c27709b206f8ed8c62bf18f4fb00f7644f18f220b978ac0755853e356fae8cca" + }, + "arm64": { + "url": "https://github.com/localsend/localsend/releases/download/v1.18.0/LocalSend-CLI-1.18.0-windows-arm-64.exe#/localsend-cli.exe", + "hash": "3043a31c688407e56013ad02dc2a9fe019c76c7cb78a96bbed1b13c0930e8aa3" + } + }, + "bin": "localsend-cli.exe", + "checkver": { + "github": "https://github.com/localsend/localsend" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/localsend/localsend/releases/download/v$version/LocalSend-CLI-$version-windows-x86-64.exe#/localsend-cli.exe" + }, + "arm64": { + "url": "https://github.com/localsend/localsend/releases/download/v$version/LocalSend-CLI-$version-windows-arm-64.exe#/localsend-cli.exe" + } + } + } +}