diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-02-03 20:07:52 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-02-03 20:15:56 +0000 |
commit | 8624efca8d80933ebd3b2dfb7a9a11d4e5af8bf0 (patch) | |
tree | 76fb1b0957c76a786ae591e4e523529e8b9a203a /main/gtk-doc | |
parent | 47ac854be2ce41b952f7fae08a2e9850dcebe9cb (diff) | |
download | aports-8624efca8d80933ebd3b2dfb7a9a11d4e5af8bf0.tar.bz2 aports-8624efca8d80933ebd3b2dfb7a9a11d4e5af8bf0.tar.xz |
main/gtk-doc: upgrade to 1.16
Diffstat (limited to 'main/gtk-doc')
-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 540184589..80ec2d6da 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" |