-
Notifications
You must be signed in to change notification settings - Fork 9
/
android-payload-dumper.json
31 lines (31 loc) · 1.21 KB
/
android-payload-dumper.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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"
}
}
}