Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / electron31
Commits: 44686319 by Caleb Maclennan at 2024-11-28T11:15:51+03:00 Check versions against canonical release notices, tags get yanked regularly c.f. https://github.com/electron/electron/issues/42025 - - - - - 1 changed file: - .nvchecker.toml Changes: ===================================== .nvchecker.toml ===================================== @@ -1,6 +1,4 @@ [electron31] -source = "github" -github = "electron/electron" -prefix = "v" -include_regex = "v31\\.\\d+\\.\\d+" -use_max_tag = true +source = "regex" +url = "https://releases.electronjs.org/" +regex = 'href="/release/v(31\.\d+\.\d+)"' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/electron31/-/commit/446863191061bc5b7ad214ff0a817bbe43c53f37 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/electron31/-/commit/446863191061bc5b7ad214ff0a817bbe43c53f37 You're receiving this email because of your account on gitlab.archlinux.org.
