forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathandroid-sms-backup-and-restore.json
37 lines (37 loc) · 1.38 KB
/
android-sms-backup-and-restore.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
32
33
34
35
36
37
{
"version": "2.14.41",
"description": "Backup & Restore Android SMS on computer with ease.",
"homepage": "https://www.backuptrans.com/android-sms-backup-restore.html",
"license": "Unknown",
"architecture": {
"64bit": {
"url": "https://www.backuptrans.com/download/exe/android-sms-backup-and-restore_x64.exe#/dl.7z",
"hash": "2dc65ba52c4be650045edc77d3dceb7231da621f1eb81511aa4470f81cc15268"
},
"32bit": {
"url": "https://www.backuptrans.com/download/exe/android-sms-backup-and-restore.exe#/dl.7z",
"hash": "4fcb374d2af4867ab01131d70f6d9fa3c95bbef3e3fbff0b5bbc4070eb3aa3fe"
}
},
"pre_install": "Remove-Item \"$dir\\`$*\" -Recurse",
"shortcuts": [
[
"AndroidSmsBackupAndRestore.exe",
"Backuptrans Android SMS Backup & Restore"
]
],
"checkver": {
"url": "https://www.backuptrans.com/download.html",
"regex": "(?sm)Backuptrans Android SMS Backup & Restore.*?V([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://www.backuptrans.com/download/exe/android-sms-backup-and-restore_x64.exe#/dl.7z"
},
"32bit": {
"url": "https://www.backuptrans.com/download/exe/android-sms-backup-and-restore.exe#/dl.7z"
}
}
}
}