Skip to content

Commit c193f28

Browse files
authored
ungoogled-chromium: Updated to 148.0.7778.167-1.1 and simplified checkver and autoupdate
1 parent 14d7ef7 commit c193f28

1 file changed

Lines changed: 15 additions & 27 deletions

File tree

bucket/ungoogled-chromium.json

Lines changed: 15 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,28 @@
11
{
2-
"version": "147.0.7727.137-1.1",
2+
"version": "148.0.7778.167-1.1",
33
"description": "Google Chromium, sans integration with Google.",
44
"homepage": "https://ungoogled-software.github.io/ungoogled-chromium-binaries/",
55
"license": "BSD-3-Clause",
66
"architecture": {
77
"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"
1111
},
1212
"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"
1616
},
1717
"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"
2121
}
2222
},
23+
"env_set": {
24+
"CHROME_EXECUTABLE": "$dir\\chrome.exe"
25+
},
2326
"bin": [
2427
[
2528
"chrome.exe",
@@ -34,38 +37,23 @@
3437
"--user-data-dir=\"$dir\\User Data\""
3538
]
3639
],
37-
"env_set": {
38-
"CHROME_EXECUTABLE": "$dir\\chrome.exe"
39-
},
4040
"persist": "User Data",
4141
"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"
4444
},
4545
"autoupdate": {
4646
"architecture": {
4747
"64bit": {
4848
"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-
},
5349
"extract_dir": "ungoogled-chromium_$version_windows_x64"
5450
},
5551
"32bit": {
5652
"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-
},
6153
"extract_dir": "ungoogled-chromium_$version_windows_x86"
6254
},
6355
"arm64": {
6456
"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-
},
6957
"extract_dir": "ungoogled-chromium_$version_windows_arm64"
7058
}
7159
}

0 commit comments

Comments
 (0)