mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 17:43:51 +02:00
wesnoth: fix update ignore pattern
It's supposed to be a shell glob, not a regexp.
This commit is contained in:
parent
d8ccf4811b
commit
cea9e9b4b6
1 changed files with 1 additions and 1 deletions
|
@ -1 +1 @@
|
|||
ignore="1.1[13579](.\d)*"
|
||||
ignore="1.1[13579].*"
|
||||
|
|
Loading…
Add table
Reference in a new issue