mirror of
https://github.com/RetroDECK/net.rpcs3.RPCS3.git
synced 2025-03-06 14:17:43 +00:00
fix regex
This commit is contained in:
parent
789c085826
commit
ad83888f62
|
@ -80,7 +80,7 @@ modules:
|
||||||
commit: a9a295fecf3fbd5a4f571f53b01f63202a3e2113
|
commit: a9a295fecf3fbd5a4f571f53b01f63202a3e2113
|
||||||
x-checker-data:
|
x-checker-data:
|
||||||
type: git
|
type: git
|
||||||
tag-pattern: ^v([\\d.]+)$
|
tag-pattern: ^v([\d.]+)$
|
||||||
|
|
||||||
- name: pugixml
|
- name: pugixml
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
|
|
Loading…
Reference in a new issue