Skip to content

Commit

Permalink
Merge pull request #3056 from mariux64/update-to-glib2-2.78.3-gobject…
Browse files Browse the repository at this point in the history
…-introspection-1.78.1-and-gtk3-3.24.39

Update GLib from 2.76.1 to 2.78.3, gobject-introspection from 1.76.1 to 1.78.1 and GTK from 3.24.38 to 3.24.39
  • Loading branch information
pmenzel authored Jan 23, 2024
2 parents e39f732 + 1a6adb1 commit 4b8a3de
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions glib2.be0
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION glib2-2.76.1-0
# BEE_VERSION glib2-2.78.3-0

#SRCURL[0]="https://download.gnome.org/sources/glib/${PKGVERSION[2]}/glib-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/1adbc389ab891616a041aa6d42ef0529/glib-2.76.1.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/d93fb5bf93a14a2aa0578b97c349e5b9/glib-2.78.3.tar.xz"

PATCHURL+=("https://beehive.molgen.mpg.de/ac14fac9d515ad262f4c55041dadf483/glib2-2.70-glib-compile-schemas-no-spam.patch")

Expand Down
6 changes: 3 additions & 3 deletions gobject-introspection.be0
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION gobject-introspection-1.76.1-0
# BEE_VERSION gobject-introspection-1.78.1-0

# SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/gobject-introspection/${PKGVERSION[2]}/gobject-introspection-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/5cb554fdd139db79f9b1be13892fddac/gobject-introspection-1.76.1.tar.xz"
#SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/gobject-introspection/${PKGVERSION[2]}/gobject-introspection-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/da2677e6b9c91b33c036d2233a96cec3/gobject-introspection-1.78.1.tar.xz"

# PATCHURL+=()

Expand Down
4 changes: 2 additions & 2 deletions gtk3.be0
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION gtk3-3.24.38-0
# BEE_VERSION gtk3-3.24.39-0

#SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/gtk+/${PKGVERSION[2]}/gtk+-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/7ed2f5914683ebd515da22f5784389f4/gtk+-3.24.38.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/9364eedb002a8fab7287b578ef02bdd8/gtk%2b-3.24.39.tar.xz"

# PATCHURL+=()

Expand Down

0 comments on commit 4b8a3de

Please sign in to comment.