Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / electron33
Commits: 22e05a20 by Caleb Maclennan at 2024-11-28T11:18:02+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 @@ [electron33] -source = "github" -github = "electron/electron" -prefix = "v" -include_regex = "v33\\.\\d+\\.\\d+" -use_max_tag = true +source = "regex" +url = "https://releases.electronjs.org/" +regex = 'href="/release/v(33\.\d+\.\d+)"' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/electron33/-/commit/22e05a20e03b5c3a409e9290ae7c54e9d1711e7a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/electron33/-/commit/22e05a20e03b5c3a409e9290ae7c54e9d1711e7a You're receiving this email because of your account on gitlab.archlinux.org.
