libgdal: fix update pattern
This commit is contained in:
parent
fa8838d39f
commit
d382d0050f
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
site=http://download.osgeo.org/gdal
|
||||
pattern='\K[\d]+\.[\d]+\.[\d]+'
|
||||
pattern='([^/])\K[\d]+\.[\d]+\.[\d]+'
|
||||
|
|
Loading…
Reference in a new issue