Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / wpa_supplicant


Commits:
897128af by Jan Alexander Steffens (heftig) at 2024-07-01T07:24:02+02:00
nvchecker.toml: Use simpler patterns

- - - - -


1 changed file:

- .nvchecker.toml


Changes:

=====================================
.nvchecker.toml
=====================================
@@ -1,7 +1,8 @@
 [wpa_supplicant]
 source = "git"
 git = "https://w1.fi/hostap.git";
-from_pattern = "hostap_(\\d+)\\_(\\d+)"
-to_pattern = "\\1.\\2"
-ignored = "hostap-1-bp"
+include_regex = 'hostap(_\d+)+'
+prefix = "hostap_"
+from_pattern = "_"
+to_pattern = "."
 use_max_tag = true



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wpa_supplicant/-/commit/897128af3096e056283b495fa1fecc570d9492c7

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wpa_supplicant/-/commit/897128af3096e056283b495fa1fecc570d9492c7
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to