mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
wireshark: fix update ignore pattern
to correctly ignore development versions, which might have one digit instead of two.
This commit is contained in:
parent
30b7b437ba
commit
188cb0bfb1
1 changed files with 1 additions and 1 deletions
|
@ -1 +1 @@
|
||||||
ignore="*.?[13579].*"
|
ignore="*.*[13579].*"
|
||||||
|
|
Loading…
Add table
Reference in a new issue