diff options
Diffstat (limited to 'main/gtk-doc/APKBUILD')
-rw-r--r-- | main/gtk-doc/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/gtk-doc/APKBUILD b/main/gtk-doc/APKBUILD index 5401845898..80ec2d6da0 100644 --- a/main/gtk-doc/APKBUILD +++ b/main/gtk-doc/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gtk-doc -pkgver=1.15 +pkgver=1.16 pkgrel=0 pkgdesc="Documentation tool for public library API" url="http://www.gtk.org/gtk-doc/" @@ -21,4 +21,4 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -md5sums="c022788b1fbbec30d55df4ccb34eeb90 gtk-doc-1.15.tar.bz2" +md5sums="216c52563f2ffcc7f765f5a735664606 gtk-doc-1.16.tar.bz2" |