aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpsykose <alice@ayaya.dev>2022-09-22 20:55:33 +0000
committeralice <alice@ayaya.dev>2022-09-24 16:05:57 +0000
commit4670a4faacd46dc71a8c9b49f8b05be4162ef481 (patch)
treeabd16321bd02b18da8c7993cdd6ceb88b7f3b517
parent1712a7e444cc353b847e324c8af0d2606862871e (diff)
community/glib-networking: upgrade to 2.74.0
-rw-r--r--community/glib-networking/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/glib-networking/APKBUILD b/community/glib-networking/APKBUILD
index c512dd63ca4..b5b3a674854 100644
--- a/community/glib-networking/APKBUILD
+++ b/community/glib-networking/APKBUILD
@@ -2,7 +2,7 @@
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=glib-networking
-pkgver=2.72.2
+pkgver=2.74.0
pkgrel=1
pkgdesc="Networking support for GLib"
url="https://gitlab.gnome.org/GNOME/glib-networking"
@@ -29,6 +29,7 @@ source="https://download.gnome.org/sources/glib-networking/${pkgver%.*}/glib-net
build() {
abuild-meson \
+ -Db_lto=true \
-Dopenssl=disabled \
-Dgnutls=enabled \
. build
@@ -45,5 +46,5 @@ package() {
}
sha512sums="
-b2837f1521ea8312fb508d3000d465898d409bb48033a63430609331f45628f6b49eaaf16278f2ef48c41b9fccf38f78a85374d23e9ea75692a11cbd7ef058ec glib-networking-2.72.2.tar.xz
+f266c106f2c9379b95773a852c1b5c62ae1d6a758d25c436c3558f620d8e0a211201b3c4dfd89cdbe28b88430bba0cca621e62c01ea23d473983e203919bb1e6 glib-networking-2.74.0.tar.xz
"