Skip to content

Commit

Permalink
Fix checkver regex not working + remove 32bit
Browse files Browse the repository at this point in the history
  • Loading branch information
NealVanMeerbeekPXL authored May 18, 2024
1 parent d28ec4e commit 8c42d75
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions bucket/chromium-nosync.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
{
"##": "Check chromium.woolyss.com for different versions of Chromium releases.",
"version": "124.0.6367.61-r1274542",
"version": "125.0.6422.61-r1287751",
"description": "Browser aiming for safer, faster, and more stable way for all users to experience the web.",
"homepage": "https://www.chromium.org",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/Hibbiki/chromium-win64/releases/download/v124.0.6367.61-r1274542/chrome.nosync.7z",
"hash": "sha1:bf1334be0e27356cd4b30b18435bbf51bd5c96d0"
},
"32bit": {
"url": "https://github.com/Hibbiki/chromium-win32/releases/download/v124.0.6367.61-r1274542/chrome.nosync.7z",
"hash": "sha1:6a75a09124733ebc9bf9bb50c9d480c15ddb3967"
"url": "https://github.com/Hibbiki/chromium-win64/releases/download/v125.0.6422.61-r1287751/chrome.nosync.7z",
"hash": "sha1:c878d23d4744ff55b1238940385a6d424a7f621f"
}
},
"extract_dir": "Chrome-bin",
Expand All @@ -38,7 +34,7 @@
"persist": "User Data",
"checkver": {
"url": "https://github.com/Hibbiki/chromium-win64/releases/latest",
"regex": ">v([\\d.\\-r]+)</h1>"
"regex": ">v([.*-r]+)</h1>"
},
"autoupdate": {
"architecture": {
Expand All @@ -48,13 +44,6 @@
"url": "https://github.com/Hibbiki/chromium-win64/releases/latest",
"regex": "$sha1 \\.\\./out/x64/chrome.nosync.7z"
}
},
"32bit": {
"url": "https://github.com/Hibbiki/chromium-win32/releases/download/v$version/chrome.nosync.7z",
"hash": {
"url": "https://github.com/Hibbiki/chromium-win32/releases/latest",
"regex": "$sha1 \\.\\./out/x86/chrome.nosync.7z"
}
}
}
}
Expand Down

0 comments on commit 8c42d75

Please sign in to comment.