diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-11-25 14:22:44 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-25 14:22:44 -0800 |
commit | f14d1960cfa28dad1c7c418936743923b6f7ccaf (patch) | |
tree | 5ab49dce51e8186225212fd91acdf889d99139b0 | |
parent | 1fc7e49adc1660f665a14fbdf7729929f627c3a3 (diff) | |
parent | 456bd399e7271e65a41e0c60f342ebe5736d76d6 (diff) |
Merge pull request #14011 from neheb/grlbb
glib2: update to 2.66.3
-rw-r--r-- | libs/glib2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/glib2/Makefile b/libs/glib2/Makefile index aed9deebb..40ef6f2ee 100644 --- a/libs/glib2/Makefile +++ b/libs/glib2/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=glib2 -PKG_VERSION:=2.66.1 +PKG_VERSION:=2.66.3 PKG_RELEASE:=1 PKG_SOURCE:=glib-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNOME/glib/2.66 -PKG_HASH:=a269ffe69fbcc3a21ff1acb1b6146b2a5723499d6e2de33ae16ccb6d2438ef60 +PKG_HASH:=79f31365a99cb1cc9db028625635d1438890702acde9e2802eae0acebcf7b5b1 PKG_MAINTAINER:=Peter Wagner <tripolar@gmx.at> PKG_LICENSE:=LGPL-2.1-or-later |