android-payload-dumper: update to 1.3.0, fix autoupdate, change to 64bit only (#6811)

This commit is contained in:
cEvolve05 2025-05-11 04:09:02 +08:00 committed by GitHub
parent 72a057cc6e
commit a07d9fd919
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,31 +1,24 @@
{
"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": {
"version": "1.3.0",
"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"
},
"32bit": {
"url": "https://github.com/ssut/payload-dumper-go/releases/download/1.2.2/payload-dumper-go_$version_windows_386.tar.gz"
}
"64bit": {
"url": "https://github.com/ssut/payload-dumper-go/releases/download/1.3.0/payload-dumper-go_1.3.0_windows_amd64.tar.gz",
"hash": "0f96e07477963327f7f50a03bf2aa9dac5c76dba110ab332dc759321ae345d52"
}
},
"hash": {
"url": "https://github.com/ssut/payload-dumper-go/releases/download/1.2.2/payload-dumper-go_sha256checksums.txt"
"bin": "payload-dumper-go.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ssut/payload-dumper-go/releases/download/$version/payload-dumper-go_$version_windows_amd64.tar.gz"
}
},
"hash": {
"url": "https://github.com/ssut/payload-dumper-go/releases/download/$version/payload-dumper-go_sha256checksums.txt"
}
}
}
}