diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-10-16 16:37:38 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-10-16 16:37:38 +0200 |
commit | fe50002541bdf41705834867fb8912f50402a8b9 (patch) | |
tree | 96fcd3698928bda7976643fe27129f9de5370e68 /main/gtk+3.0 | |
parent | ced8322a122ec29aa413e54cb55515eb851f40b5 (diff) | |
download | aports-fe50002541bdf41705834867fb8912f50402a8b9.tar.bz2 aports-fe50002541bdf41705834867fb8912f50402a8b9.tar.xz |
main/gtk+3.0: upgrade to 3.10.2
Diffstat (limited to 'main/gtk+3.0')
-rw-r--r-- | main/gtk+3.0/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/gtk+3.0/APKBUILD b/main/gtk+3.0/APKBUILD index 85a1beef6..94fe78c4d 100644 --- a/main/gtk+3.0/APKBUILD +++ b/main/gtk+3.0/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gtk+3.0 -pkgver=3.10.1 +pkgver=3.10.2 pkgrel=0 pkgdesc="The GTK+ Toolkit (v3)" url="http://www.gtk.org/" @@ -90,6 +90,6 @@ package() { find "$pkgdir" -name *.la -delete } -md5sums="027d1cb23ac91ce678194ad0cdc14a3f gtk+-3.10.1.tar.xz" -sha256sums="c12e6897fb1ec8d8f1a6de6cd0ac1372fee6fd63ee3a5a63813dc5f3473e6ab8 gtk+-3.10.1.tar.xz" -sha512sums="a0b0a050c0f61f8704b6c0a9e9fcc412cf912be16d0c8937bc739d9a89e65bf7395460073d4e8f0358fda63c19eed44a4bdeeedc04741b0df72c2fd19fe89485 gtk+-3.10.1.tar.xz" +md5sums="3554362b20533244790e827f76d816f0 gtk+-3.10.2.tar.xz" +sha256sums="93af12d28e5f6ccc373ea59f31147e2884c9b3c15dc4841ce3b5cee45b13814c gtk+-3.10.2.tar.xz" +sha512sums="9f7502b93f8a564b8b66d7ae3d10ed24ccbac71fdb4ced76d79043a915cdc03ac32021efa2212fa3485ecc20624e958026472c9e0486ac7a705063e551eb2922 gtk+-3.10.2.tar.xz" |