|
1 | 1 | { |
2 | | - "version": "15.0.2", |
| 2 | + "version": "16.0.2", |
3 | 3 | "description": "Professional text and hex editor with Binary Templates technology.", |
4 | 4 | "homepage": "https://www.sweetscape.com/010editor/", |
5 | 5 | "license": { |
|
9 | 9 | "notes": "This is a free 30-day trial version. Please buy a copy of it for furthur evaluation.", |
10 | 10 | "architecture": { |
11 | 11 | "64bit": { |
12 | | - "url": "https://download.sweetscape.com/010EditorWin64Portable15.0.2.zip", |
13 | | - "hash": "d9a0d099266a6bedfb81ee25002b0c990d43e666278f0c14c737a89f40dda49d", |
| 12 | + "url": "https://download.sweetscape.com/010EditorWin64Portable16.0.2.zip", |
| 13 | + "hash": "37539f0b0b6d28f4d62eaef0872afc062bb90b9a2ad066eed98c236d568417ae", |
14 | 14 | "extract_dir": "010EditorWin64Portable" |
15 | 15 | }, |
16 | 16 | "32bit": { |
17 | | - "url": "https://download.sweetscape.com/010EditorWin32Portable15.0.2.zip", |
18 | | - "hash": "bb1c37f09a80c38765737f8d8cb7c76052accd439d2f23bba676aeaa42c3db24", |
| 17 | + "url": "https://download.sweetscape.com/010EditorWin32Portable16.0.2.zip", |
| 18 | + "hash": "7123d1bc86bde0b63983ea459b55cf477d23e267e62027611c70f1d7ab199b7e", |
19 | 19 | "extract_dir": "010EditorWin32Portable" |
20 | 20 | } |
21 | 21 | }, |
|
40 | 40 | "AppData\\Temp" |
41 | 41 | ], |
42 | 42 | "checkver": { |
43 | | - "url": "https://www.sweetscape.com/download/previous/", |
44 | | - "regex": "Download 010 Editor v([\\d.]+)" |
| 43 | + "url": "https://www.sweetscape.com/download/010editor/", |
| 44 | + "regex": "(?s)Portable Version.*Version: ([\\d.]+)" |
45 | 45 | }, |
46 | 46 | "autoupdate": { |
47 | 47 | "architecture": { |
48 | 48 | "64bit": { |
49 | | - "url": "https://download.sweetscape.com/010EditorWin64Portable$version.zip" |
| 49 | + "url": "https://download.sweetscape.com/010EditorWin64Portable$version.zip", |
| 50 | + "hash": { |
| 51 | + "url": "https://www.sweetscape.com/download/010EditorWin64Portable.zip.SHA256.txt", |
| 52 | + "regex": "$sha256" |
| 53 | + } |
50 | 54 | }, |
51 | 55 | "32bit": { |
52 | | - "url": "https://download.sweetscape.com/010EditorWin32Portable$version.zip" |
| 56 | + "url": "https://download.sweetscape.com/010EditorWin32Portable$version.zip", |
| 57 | + "hash": { |
| 58 | + "url": "https://www.sweetscape.com/download/010EditorWin32Portable.zip.SHA256.txt", |
| 59 | + "regex": "$sha256" |
| 60 | + } |
53 | 61 | } |
54 | 62 | } |
55 | 63 | } |
|
0 commit comments