mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
Merge pull request #2294 from o1ux/postgresql
postgresql: fix update-check
This commit is contained in:
commit
815eac0322
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
site="http://www.postgresql.org/ftp/source/"
|
||||
pattern='v\K[\d.]+(?!beta)'
|
||||
pattern="v\K[\d.]+(?!\w)"
|
||||
|
|
Loading…
Add table
Reference in a new issue