diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-04-01 15:18:40 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-04-01 15:18:40 +0000 |
commit | df875e8c2433a0dc6984234be9ae8deb83455e9f (patch) | |
tree | 84bc5f0ab59d55d24a542d2ae2c5c6fad07baa5f /main/gdk-pixbuf | |
parent | 84b9e12ca77822319fbcb5502c046684d42db5d1 (diff) | |
download | aports-df875e8c2433a0dc6984234be9ae8deb83455e9f.tar.bz2 aports-df875e8c2433a0dc6984234be9ae8deb83455e9f.tar.xz |
main/gdk-pixbuf: upgrade to 2.28.0
Diffstat (limited to 'main/gdk-pixbuf')
-rw-r--r-- | main/gdk-pixbuf/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/main/gdk-pixbuf/APKBUILD b/main/gdk-pixbuf/APKBUILD index 0fe779e582..33faef1d30 100644 --- a/main/gdk-pixbuf/APKBUILD +++ b/main/gdk-pixbuf/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gdk-pixbuf -pkgver=2.26.5 +pkgver=2.28.0 pkgrel=0 pkgdesc="GDK Pixbuf library" url="http://www.gtk.org/" @@ -53,4 +53,6 @@ dev() { default_dev } -md5sums="339329e6d619ee3e1cb93979111b04c0 gdk-pixbuf-2.26.5.tar.xz" +md5sums="6992493c88db7e38cb94da75148d8ea2 gdk-pixbuf-2.28.0.tar.xz" +sha256sums="561e37695bfb1b07549588b3fca2e6f05b2320eee75b13748bb7dc5e1257d347 gdk-pixbuf-2.28.0.tar.xz" +sha512sums="735780e99778f17e20ad806f6e48a892aa5492b47e1ba034c38f8b8535553833c4a186e405a0705c1c24fecb8c03dce9a014023f434a96ebb9c33f4b2bb44c5c gdk-pixbuf-2.28.0.tar.xz" |