hunspell-de_CH: fix update-check
This commit is contained in:
parent
7ff4c6368a
commit
9144c074bc
1 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
pattern='<span>\K[-_.\d]+(?=</span></a>)'
|
||||
version="${_version}"
|
||||
pattern='<span>\K[-_.\d]+(?=</span>)'
|
||||
version="${version:0:4}.${version:4:2}.${version:6:2}"
|
||||
|
|
Loading…
Reference in a new issue