diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-03-25 14:35:34 -0300 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2016-03-25 21:02:26 +0100 |
| commit | 03a35862f2f59e378411227dd712bdaf7dfc0e76 (patch) | |
| tree | 39e1da5bd5138c4b869956a1ca0ba3198f47b335 | |
| parent | fac3cff82416cb59a03cc70f0c404ad41387c086 (diff) | |
| download | buildroot-03a35862f2f59e378411227dd712bdaf7dfc0e76.tar.gz buildroot-03a35862f2f59e378411227dd712bdaf7dfc0e76.zip | |
gdk-pixbuf: bump to version 2.34.0
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| -rw-r--r-- | package/gdk-pixbuf/gdk-pixbuf.hash | 4 | ||||
| -rw-r--r-- | package/gdk-pixbuf/gdk-pixbuf.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package/gdk-pixbuf/gdk-pixbuf.hash b/package/gdk-pixbuf/gdk-pixbuf.hash index 186e158ea7..e73170cfe6 100644 --- a/package/gdk-pixbuf/gdk-pixbuf.hash +++ b/package/gdk-pixbuf/gdk-pixbuf.hash @@ -1,2 +1,2 @@ -# From http://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/2.32/gdk-pixbuf-2.32.3.sha256sum -sha256 2b6771f1ac72f687a8971e59810b8dc658e65e7d3086bd2e676e618fd541d031 gdk-pixbuf-2.32.3.tar.xz +# From http://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/2.34/gdk-pixbuf-2.34.0.sha256sum +sha256 d55e5b383ee219bd0e23bf6ed4427d56a7db5379729a6e3e0a0e0eba9a8d8879 gdk-pixbuf-2.34.0.tar.xz diff --git a/package/gdk-pixbuf/gdk-pixbuf.mk b/package/gdk-pixbuf/gdk-pixbuf.mk index cedb9ce1ce..03594d8139 100644 --- a/package/gdk-pixbuf/gdk-pixbuf.mk +++ b/package/gdk-pixbuf/gdk-pixbuf.mk @@ -4,8 +4,8 @@ # ################################################################################ -GDK_PIXBUF_VERSION_MAJOR = 2.32 -GDK_PIXBUF_VERSION = $(GDK_PIXBUF_VERSION_MAJOR).3 +GDK_PIXBUF_VERSION_MAJOR = 2.34 +GDK_PIXBUF_VERSION = $(GDK_PIXBUF_VERSION_MAJOR).0 GDK_PIXBUF_SOURCE = gdk-pixbuf-$(GDK_PIXBUF_VERSION).tar.xz GDK_PIXBUF_SITE = http://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/$(GDK_PIXBUF_VERSION_MAJOR) GDK_PIXBUF_LICENSE = LGPLv2+ |

