Skip to content

Commit 5a0fd40

Browse files
authored
update libwebp and libxml2
1 parent 59a6e27 commit 5a0fd40

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

config/source.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -771,17 +771,20 @@
771771
]
772772
},
773773
"libwebp": {
774-
"type": "url",
775-
"url": "https://github.com/webmproject/libwebp/archive/refs/tags/v1.3.2.tar.gz",
774+
"type": "ghtagtar",
775+
"repo": "webmproject/libwebp",
776+
"match": "v1\\.\\d+\\.\\d+$",
776777
"provide-pre-built": true,
777778
"license": {
778779
"type": "file",
779780
"path": "COPYING"
780781
}
781782
},
782783
"libxml2": {
783-
"type": "url",
784-
"url": "https://github.com/GNOME/libxml2/archive/refs/tags/v2.12.5.tar.gz",
784+
"type": "ghtagtar",
785+
"repo": "GNOME/libxml2",
786+
"match": "v2\\.\\d+\\.\\d+$",
787+
"provide-pre-built": false,
785788
"license": {
786789
"type": "file",
787790
"path": "Copyright"

0 commit comments

Comments
 (0)