Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
atkinson-hyperlegible-font


Commits:
1ddb71b0 by Caleb Maclennan at 2024-03-01T12:05:03+03:00
Setup nvchecker

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,15 @@
+[atkinson-hyperlegible-font]
+# source = "github"
+# github = "googlefonts/atkinson-hyperlegible"
+# 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/googlefonts/atkinson-hyperlegible/main/sources/AtkinsonHyperlegible.glyphs";
+regex = "versionMinor = (\\d+);"
+from_pattern = "(\\d+)"
+to_pattern = "1.00\\1"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/atkinson-hyperlegible-font/-/commit/1ddb71b057a3c9846b9ac8d4c51b32fe749fffdb

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/atkinson-hyperlegible-font/-/commit/1ddb71b057a3c9846b9ac8d4c51b32fe749fffdb
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to