diff options
author | Spenser Gilliland <spenser@gillilanding.com> | 2013-06-07 13:18:47 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-06-08 21:58:36 +0200 |
commit | 003a000d629fcd06b759e0c3528fe7697a942708 (patch) | |
tree | 55b04a0670ad05eeba04443cf616e4d8a8e6d5d8 /package/gdk-pixbuf | |
parent | 1232fe4d22e15a31385c69f02570f036b738b6b2 (diff) | |
download | buildroot-novena-003a000d629fcd06b759e0c3528fe7697a942708.tar.gz buildroot-novena-003a000d629fcd06b759e0c3528fe7697a942708.zip |
gdk-pixbuf: bump to version 2.28.1
Signed-off-by: Spenser Gilliland <spenser at gillilanding.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/gdk-pixbuf')
-rw-r--r-- | package/gdk-pixbuf/gdk-pixbuf.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gdk-pixbuf/gdk-pixbuf.mk b/package/gdk-pixbuf/gdk-pixbuf.mk index 49d38402a..87775bba1 100644 --- a/package/gdk-pixbuf/gdk-pixbuf.mk +++ b/package/gdk-pixbuf/gdk-pixbuf.mk @@ -4,7 +4,7 @@ # ################################################################################ -GDK_PIXBUF_MAJOR_VERSION = 2.24 +GDK_PIXBUF_MAJOR_VERSION = 2.28 GDK_PIXBUF_VERSION = $(GDK_PIXBUF_MAJOR_VERSION).1 GDK_PIXBUF_SOURCE = gdk-pixbuf-$(GDK_PIXBUF_VERSION).tar.xz GDK_PIXBUF_SITE = http://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/$(GDK_PIXBUF_MAJOR_VERSION) |