glib: update to 2.68.3.
Fix changelog: add entry for the stable releases we are following and a commented out entry for the main branch. Closes: #31452 [via git-merge-pr]
This commit is contained in:
parent
85a2d6efe8
commit
124854b730
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'glib'
|
||||
pkgname=glib
|
||||
version=2.68.2
|
||||
version=2.68.3
|
||||
revision=1
|
||||
build_style=meson
|
||||
# static version is necessary for qemu-user-static;
|
||||
|
@ -14,9 +14,10 @@ short_desc="GNU library of C routines"
|
|||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://wiki.gnome.org/Projects/GLib"
|
||||
changelog="https://gitlab.gnome.org/GNOME/glib/raw/master/NEWS"
|
||||
#changelog="https://gitlab.gnome.org/GNOME/glib/raw/main/NEWS"
|
||||
changelog="https://gitlab.gnome.org/GNOME/glib/raw/glib-2-68/NEWS"
|
||||
distfiles="${GNOME_SITE}/glib/${version%.*}/glib-${version}.tar.xz"
|
||||
checksum=ecc7798a9cc034eabdfd7f246e6dd461cdbf1175fcc2e9867cc7da7b7309e0fb
|
||||
checksum=e7e1a3c20c026109c45c9ec4a31d8dcebc22e86c69486993e565817d64be3138
|
||||
|
||||
build_options="gtk_doc"
|
||||
desc_option_gtk_doc="Build GTK API docs"
|
||||
|
|
Loading…
Reference in New Issue