T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / tmux
Commits: 12edccd7 by T.J. Townsend at 2026-05-21T14:08:45-04:00 attempt to fix nvchecker - - - - - 1 changed file: - .nvchecker.toml Changes: ===================================== .nvchecker.toml ===================================== @@ -1,5 +1,6 @@ [tmux] -source = 'git' -git = 'https://github.com/tmux/tmux.git' -from_pattern = '([a-z])' -to_pattern = '_\1' +source = 'github' +github = 'tmux/tmux' +use_latest_release = true +from_pattern = '([0-9.])([a-z])$' +to_pattern = '\1_\2' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tmux/-/commit/12edccd75b95ad297406828c9a30ad4bd00bab5e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tmux/-/commit/12edccd75b95ad297406828c9a30ad4bd00bab5e You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
