We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59a6e27 commit 5a0fd40Copy full SHA for 5a0fd40
config/source.json
@@ -771,17 +771,20 @@
771
]
772
},
773
"libwebp": {
774
- "type": "url",
775
- "url": "https://github.com/webmproject/libwebp/archive/refs/tags/v1.3.2.tar.gz",
+ "type": "ghtagtar",
+ "repo": "webmproject/libwebp",
776
+ "match": "v1\\.\\d+\\.\\d+$",
777
"provide-pre-built": true,
778
"license": {
779
"type": "file",
780
"path": "COPYING"
781
}
782
783
"libxml2": {
784
- "url": "https://github.com/GNOME/libxml2/archive/refs/tags/v2.12.5.tar.gz",
785
+ "repo": "GNOME/libxml2",
786
+ "match": "v2\\.\\d+\\.\\d+$",
787
+ "provide-pre-built": false,
788
789
790
"path": "Copyright"
0 commit comments