Skip to content

Commit 1955d38

Browse files
authored
cromite: update to 148.0.7778.168 and simplify checkver
1 parent 14d7ef7 commit 1955d38

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

bucket/cromite.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "147.0.7727.56",
2+
"version": "148.0.7778.168",
33
"description": "A Chromium fork based on Bromite with built-in support for ad blocking and an eye for privacy",
44
"homepage": "https://www.cromite.org/",
55
"license": {
@@ -8,8 +8,8 @@
88
},
99
"architecture": {
1010
"64bit": {
11-
"url": "https://github.com/uazo/cromite/releases/download/v147.0.7727.56-271900671db643de04aa9f909f0dcc3415c8b827/chrome-win.zip",
12-
"hash": "b4600dfc45ffe0e31734d463eafaad3b1e3d47a79f8f4d3b9305975f1b990ec0"
11+
"url": "https://github.com/uazo/cromite/releases/download/v148.0.7778.168-cb3baf14f52eb4365d017f640f85310735c19b79/chrome-win.zip",
12+
"hash": "13af6545c9c23ce3a7ebe26a73ba7794eea7af76e6fc6bac7c434072b6b12885"
1313
}
1414
},
1515
"extract_dir": "chrome-win",
@@ -38,8 +38,9 @@
3838
],
3939
"persist": "User Data",
4040
"checkver": {
41-
"github": "https://github.com/uazo/cromite",
42-
"regex": "/releases/tag/v([\\d.]+)-(?<sha>[0-9a-f]+)"
41+
"url": "https://api.github.com/repos/uazo/cromite/releases",
42+
"jsonpath": "$[?(@.prerelease == false)].tag_name",
43+
"regex": "v([\\d.]+)-(?<sha>[0-9a-f]+)"
4344
},
4445
"autoupdate": {
4546
"architecture": {

0 commit comments

Comments
 (0)