diff options
-rw-r--r-- | main/atk/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/atk/APKBUILD b/main/atk/APKBUILD index 048d3c7baf..c61c784b81 100644 --- a/main/atk/APKBUILD +++ b/main/atk/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=atk -pkgver=1.33.6 +pkgver=2.0.0 pkgrel=0 pkgdesc="A library providing a set of interfaces for accessibility" url="http://www.gtk.org/" @@ -25,4 +25,4 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -md5sums="7bdb825055f377e6a2f6df7d809e70fb atk-1.33.6.tar.bz2" +md5sums="f9a0efa29c38c9a35ec83b7f460fce9b atk-2.0.0.tar.bz2" |