diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-10 10:34:37 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-10 10:46:25 +0100 |
commit | 4723ef69547c1150b39e4265a2c056920673f410 (patch) | |
tree | f8ec396f855f59c594c031bba9e3c02ce9fe89f8 /community/glib-networking | |
parent | 98fc1ce5ba1f30af9dc6be08a660d6b4f55d2a38 (diff) | |
download | aports-4723ef69547c1150b39e4265a2c056920673f410.tar.bz2 aports-4723ef69547c1150b39e4265a2c056920673f410.tar.xz |
community/glib-networking: upgrade to 2.62.2
Diffstat (limited to 'community/glib-networking')
-rw-r--r-- | community/glib-networking/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/glib-networking/APKBUILD b/community/glib-networking/APKBUILD index 7b811260a3..6608e817c9 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.62.1 +pkgver=2.62.2 pkgrel=0 pkgdesc="Networking support for GLib" url="https://gitlab.gnome.org/GNOME/glib-networking" @@ -31,4 +31,4 @@ package() { DESTDIR="$pkgdir" ninja -C build install } -sha512sums="6f9064d42d28b674dea0fb4ffcc954210aae92b7fcb7bcaae7a28a600b4a8782aed9077e61dd2a55ff0a8ade060c9a5556ba2e3bd2e697521f8d80bfdd241195 glib-networking-2.62.1.tar.xz" +sha512sums="116dc88d36d0e42439d63ac3cc5320c832e4e4b75259dcf630420b0f2551f36836d64edb89ec89e757e7d703ef7a655844d0dad4d0ecae7c9639c10067f7034f glib-networking-2.62.2.tar.xz" |