Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / crimson-pro-font
Commits: e6f47fe3 by Caleb Maclennan at 2024-03-01T13:11:48+03:00 Setup nvchecker - - - - - 1 changed file: - + .nvchecker.toml Changes: ===================================== .nvchecker.toml ===================================== @@ -0,0 +1,15 @@ +[crimson-pro-font] +# source = "github" +# github = "Fonthausen/CrimsonPro" +# use_max_tag = true + +# This is a crude hack because regex doesn't support combining results with +# padding very well so we're fudging with our knowledge that Google Fonts has +# a rule against bumping major versions at all, and hoping that if they do +# change the minor version it will at least turn up as a new version even if +# the suggested new version string is incorrectly padded. +source = "regex" +url = "https://raw.githubusercontent.com/Fonthausen/CrimsonPro/master/sources/CrimsonPro.glyphs" +regex = "versionMinor = (\\d+);" +from_pattern = "(\\d+)" +to_pattern = "1.00\\1" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/crimson-pro-font/-/commit/e6f47fe3d8ad73eb461570205ac98d5e99f1e57d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/crimson-pro-font/-/commit/e6f47fe3d8ad73eb461570205ac98d5e99f1e57d You're receiving this email because of your account on gitlab.archlinux.org.
