diff options
| author | Erik Kundiman <erik@megapahit.org> | 2026-06-22 11:27:30 +0800 |
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2026-06-22 11:27:30 +0800 |
| commit | 17758a9e652618e2cfa0f41bd5758fe5814548f8 (patch) | |
| tree | c99f84741366d52543843be4be3a1874fec7f705 /autobuild.xml | |
| parent | 82c0d2ff3f8b07ad933b29f593de41b28e7d9ea0 (diff) | |
| parent | ee87dd9f21e0dcd5a2f3a78586e5ae5d2ba592d5 (diff) | |
Merge branch 'main' into 26.3
Diffstat (limited to 'autobuild.xml')
| -rw-r--r-- | autobuild.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/autobuild.xml b/autobuild.xml index 580ec704ab..54b29f26ae 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -823,6 +823,20 @@ <key>source_type</key> <string>git</string> </map> + <key>glu</key> + <map> + <key>platforms</key> + <map> + <key>linux64</key> + <map> + <key>archive</key> + <map> + <key>url</key> + <string>https://megapahit.net/downloads/glu-9.0.2-linux64.tar.zst</string> + </map> + </map> + </map> + </map> <key>gstreamer</key> <map> <key>platforms</key> @@ -2551,6 +2565,14 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string> <key>name</key> <string>darwin64</string> </map> + <key>linux64</key> + <map> + <key>archive</key> + <map> + <key>url</key> + <string>https://megapahit.net/downloads/vlc-bin-3.0.23-linux64.tar.zst</string> + </map> + </map> <key>windows64</key> <map> <key>archive</key> |
