diff --git a/bucket/android-payload-dumper.json b/bucket/android-payload-dumper.json new file mode 100644 index 0000000000..dec3700311 --- /dev/null +++ b/bucket/android-payload-dumper.json @@ -0,0 +1,31 @@ +{ + "version": "1.2.2", + "description": "Android OTA payload dumper written in Go", + "homepage": "https://github.com/ssut/payload-dumper-go", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/ssut/payload-dumper-go/releases/download/1.2.2/payload-dumper-go_1.2.2_windows_amd64.tar.gz", + "hash": "89d2090b2c669ecdbe1b1d57c452ad4a5dd3047a4c0247a9f3a31a9485fbda61" + }, + "32bit": { + "url": "https://github.com/ssut/payload-dumper-go/releases/download/1.2.2/payload-dumper-go_1.2.2_windows_386.tar.gz", + "hash": "8ac5b93e9e109730fccf4a6f988743c4a835cccd03c62a8dd57708f734f2c9a9" + } + }, + "bin": "payload-dumper-go.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/ssut/payload-dumper-go/releases/download/1.2.2/payload-dumper-go_1.2.2_windows_amd64.tar.gz" + }, + "32bit": { + "url": "https://github.com/ssut/payload-dumper-go/releases/download/1.2.2/payload-dumper-go_$version_windows_386.tar.gz" + } + }, + "hash": { + "url": "https://github.com/ssut/payload-dumper-go/releases/download/1.2.2/payload-dumper-go_sha256checksums.txt" + } + } +}