|
1 | 1 | { |
2 | | - "version": "147.0.7727.137-1.1", |
| 2 | + "version": "148.0.7778.167-1.1", |
3 | 3 | "description": "Google Chromium, sans integration with Google.", |
4 | 4 | "homepage": "https://ungoogled-software.github.io/ungoogled-chromium-binaries/", |
5 | 5 | "license": "BSD-3-Clause", |
6 | 6 | "architecture": { |
7 | 7 | "64bit": { |
8 | | - "url": "https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/147.0.7727.137-1.1/ungoogled-chromium_147.0.7727.137-1.1_windows_x64.zip", |
9 | | - "hash": "e2684d7a59064c2d104c68c7de3224e11459bf7320a23868db290f2dab1e8a21", |
10 | | - "extract_dir": "ungoogled-chromium_147.0.7727.137-1.1_windows_x64" |
| 8 | + "url": "https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/148.0.7778.167-1.1/ungoogled-chromium_148.0.7778.167-1.1_windows_x64.zip", |
| 9 | + "hash": "f84b1c162b348c57e10b124f3396203a0e69862e7ccb873576d90f8d0b2d0d97", |
| 10 | + "extract_dir": "ungoogled-chromium_148.0.7778.167-1.1_windows_x64" |
11 | 11 | }, |
12 | 12 | "32bit": { |
13 | | - "url": "https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/147.0.7727.137-1.1/ungoogled-chromium_147.0.7727.137-1.1_windows_x86.zip", |
14 | | - "hash": "15c66f1797a7b9769dbda208ed70077a908f45d6f9cc234e575ca18e98b30c59", |
15 | | - "extract_dir": "ungoogled-chromium_147.0.7727.137-1.1_windows_x86" |
| 13 | + "url": "https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/148.0.7778.167-1.1/ungoogled-chromium_148.0.7778.167-1.1_windows_x86.zip", |
| 14 | + "hash": "fee42d3e40fd9a05e8733c6045524bff7f7af6eafd86c85942a1c1c8df5a2351", |
| 15 | + "extract_dir": "ungoogled-chromium_148.0.7778.167-1.1_windows_x86" |
16 | 16 | }, |
17 | 17 | "arm64": { |
18 | | - "url": "https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/147.0.7727.137-1.1/ungoogled-chromium_147.0.7727.137-1.1_windows_arm64.zip", |
19 | | - "hash": "0b69145d7abd92205542a3cf001f0a74fe9ebf6a58e1b1f38f548e6a9ae31081", |
20 | | - "extract_dir": "ungoogled-chromium_147.0.7727.137-1.1_windows_arm64" |
| 18 | + "url": "https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/148.0.7778.167-1.1/ungoogled-chromium_148.0.7778.167-1.1_windows_arm64.zip", |
| 19 | + "hash": "6ad28621257cce1cb101f3dfda9a6d3ee0a5f3c06da9e5a4323eca6449d0e7db", |
| 20 | + "extract_dir": "ungoogled-chromium_148.0.7778.167-1.1_windows_arm64" |
21 | 21 | } |
22 | 22 | }, |
| 23 | + "env_set": { |
| 24 | + "CHROME_EXECUTABLE": "$dir\\chrome.exe" |
| 25 | + }, |
23 | 26 | "bin": [ |
24 | 27 | [ |
25 | 28 | "chrome.exe", |
|
34 | 37 | "--user-data-dir=\"$dir\\User Data\"" |
35 | 38 | ] |
36 | 39 | ], |
37 | | - "env_set": { |
38 | | - "CHROME_EXECUTABLE": "$dir\\chrome.exe" |
39 | | - }, |
40 | 40 | "persist": "User Data", |
41 | 41 | "checkver": { |
42 | | - "github": "https://github.com/ungoogled-software/ungoogled-chromium-windows", |
43 | | - "regex": "releases/tag/((?<main>[\\d.]+-\\d).(?<release>\\d))" |
| 42 | + "url": "https://api.github.com/repos/ungoogled-software/ungoogled-chromium-windows/releases", |
| 43 | + "jsonpath": "$[?(@.prerelease == false)].tag_name" |
44 | 44 | }, |
45 | 45 | "autoupdate": { |
46 | 46 | "architecture": { |
47 | 47 | "64bit": { |
48 | 48 | "url": "https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/$version/ungoogled-chromium_$version_windows_x64.zip", |
49 | | - "hash": { |
50 | | - "url": "https://ungoogled-software.github.io/ungoogled-chromium-binaries/releases/windows/64bit/$matchMain", |
51 | | - "xpath": "//ul/li/a[contains(text(), \"$basename\")]/../ul/li[contains(text(), \"SHA256:\")]/code" |
52 | | - }, |
53 | 49 | "extract_dir": "ungoogled-chromium_$version_windows_x64" |
54 | 50 | }, |
55 | 51 | "32bit": { |
56 | 52 | "url": "https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/$version/ungoogled-chromium_$version_windows_x86.zip", |
57 | | - "hash": { |
58 | | - "url": "https://ungoogled-software.github.io/ungoogled-chromium-binaries/releases/windows/32bit/$matchMain", |
59 | | - "xpath": "//ul/li/a[contains(text(), \"$basename\")]/../ul/li[contains(text(), \"SHA256:\")]/code" |
60 | | - }, |
61 | 53 | "extract_dir": "ungoogled-chromium_$version_windows_x86" |
62 | 54 | }, |
63 | 55 | "arm64": { |
64 | 56 | "url": "https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/$version/ungoogled-chromium_$version_windows_arm64.zip", |
65 | | - "hash": { |
66 | | - "url": "https://ungoogled-software.github.io/ungoogled-chromium-binaries/releases/windows/arm64/$matchMain", |
67 | | - "xpath": "//ul/li/a[contains(text(), \"$basename\")]/../ul/li[contains(text(), \"SHA256:\")]/code" |
68 | | - }, |
69 | 57 | "extract_dir": "ungoogled-chromium_$version_windows_arm64" |
70 | 58 | } |
71 | 59 | } |
|
0 commit comments