Sfoglia il codice sorgente

Ports: Update glib to 2.80.0

Kenneth Myhra 1 anno fa
parent
commit
816e0c14c3
2 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 1 1
      Ports/AvailablePorts.md
  2. 2 2
      Ports/glib/package.sh

+ 1 - 1
Ports/AvailablePorts.md

@@ -97,7 +97,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
 | [`gettext`](gettext/)                               | GNU gettext                                                     | 0.22.4                    | https://www.gnu.org/software/gettext/                                          |
 | [`giflib`](giflib/)                                 | GIFLib                                                          | 5.2.1                     | https://sourceforge.net/projects/giflib/                                       |
 | [`git`](git/)                                       | Git                                                             | 2.42.0                    | https://git-scm.com/                                                           |
-| [`glib`](glib/)                                     | GLib                                                            | 2.79.1                    | https://wiki.gnome.org/Projects/GLib                                           |
+| [`glib`](glib/)                                     | GLib                                                            | 2.80.0                    | https://wiki.gnome.org/Projects/GLib                                           |
 | [`glm`](glm/)                                       | OpenGL Mathematics (GLM)                                        | 0.9.9.8                   | https://github.com/g-truc/glm                                                  |
 | [`gltron`](gltron/)                                 | GLTron                                                          | 0.70                      | http://gltron.org                                                              |
 | [`glu`](glu/)                                       | Mesa GLU                                                        | 9.0.3                     | https://gitlab.freedesktop.org/mesa/glu                                        |

+ 2 - 2
Ports/glib/package.sh

@@ -1,8 +1,8 @@
 #!/usr/bin/env -S bash ../.port_include.sh
 port='glib'
-version='2.79.1'
+version='2.80.0'
 files=(
-    "https://download.gnome.org/sources/glib/2.79/glib-${version}.tar.xz#b3764dd6e29b664085921dd4dd6ba2430fc19760ab6857ecfa3ebd4e8c1d114c"
+    "https://download.gnome.org/sources/glib/2.80/glib-${version}.tar.xz#8228a92f92a412160b139ae68b6345bd28f24434a7b5af150ebe21ff587a561d"
 )
 useconfigure='true'
 configopts=(