diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-09-30 13:25:41 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-09-30 14:01:05 +0000 |
commit | d4cd806cb561ab546bcfc5c8f0df08e8c6991fcb (patch) | |
tree | 2a7b8d8e67f22d05ec1296eae21c9e25517bfc90 /main/gdk-pixbuf | |
parent | 2cebfb10043b55f55e91b6983e9950d38cd61eef (diff) | |
download | aports-d4cd806cb561ab546bcfc5c8f0df08e8c6991fcb.tar.bz2 aports-d4cd806cb561ab546bcfc5c8f0df08e8c6991fcb.tar.xz |
main/gdk-pixbuf: upgrade to 2.26.4
Diffstat (limited to 'main/gdk-pixbuf')
-rw-r--r-- | main/gdk-pixbuf/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/gdk-pixbuf/APKBUILD b/main/gdk-pixbuf/APKBUILD index 5bdc1addd2..c0cf6a5908 100644 --- a/main/gdk-pixbuf/APKBUILD +++ b/main/gdk-pixbuf/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gdk-pixbuf -pkgver=2.26.1 -pkgrel=2 +pkgver=2.26.4 +pkgrel=0 pkgdesc="GDK Pixbuf library" url="http://www.gtk.org/" arch="all" @@ -53,4 +53,4 @@ dev() { default_dev } -md5sums="82197921c651a81ae28178aa9adfc0e6 gdk-pixbuf-2.26.1.tar.xz" +md5sums="e634924654bedfdbe58fab059f38ffed gdk-pixbuf-2.26.4.tar.xz" |