Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / mysql-workbench
Commits: 3fc716eb by Christian Hesse at 2026-01-28T20:54:35+01:00 use single quotes in nvchecker configuration - - - - - 1 changed file: - .nvchecker.toml Changes: ===================================== .nvchecker.toml ===================================== @@ -1,5 +1,5 @@ [mysql-workbench] -source = "regex" -url = "https://dev.mysql.com/downloads/workbench/?tpl=files&os=src&osva=All%20Operating%20Systems%20(Generic)%20(Architecture%20Independent)" -regex = "mysql-workbench-community-([0-9\\.]+)-src.tar.gz" -user_agent = "curl" +source = 'regex' +url = 'https://dev.mysql.com/downloads/workbench/?tpl=files&os=src&osva=All%20Operating%20Systems%20(Generic)%20(Architecture%20Independent)' +regex = 'mysql-workbench-community-([0-9\.]+)-src.tar.gz' +user_agent = 'curl' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mysql-workbench/-/commit/3fc716eb3f59a090dd4ecc7948a9857484bcbe6f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mysql-workbench/-/commit/3fc716eb3f59a090dd4ecc7948a9857484bcbe6f You're receiving this email because of your account on gitlab.archlinux.org.
