diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-10-14 06:25:59 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-10-14 06:25:59 +0000 |
commit | 6f4e4cb8bf1045b08db674805e677b305c70cf6f (patch) | |
tree | 4e50e3fa29359537205e75c8364f39b6096cf328 /x11 | |
parent | 2fce2bce162923b9398b61518757fbe3e8b07b7a (diff) | |
download | aports-6f4e4cb8bf1045b08db674805e677b305c70cf6f.tar.bz2 aports-6f4e4cb8bf1045b08db674805e677b305c70cf6f.tar.xz |
x11/xf86miscproto: upgrade to 0.9.3
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xf86miscproto/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xf86miscproto/APKBUILD b/x11/xf86miscproto/APKBUILD index 76c03e767..e90b32db7 100644 --- a/x11/xf86miscproto/APKBUILD +++ b/x11/xf86miscproto/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xf86miscproto -pkgver=0.9.2 +pkgver=0.9.3 pkgrel=0 pkgdesc="X11 XFree86-Miscellaneous extension wire protocol" url="http://xorg.freedesktop.org/" @@ -16,4 +16,4 @@ build () make || return 1 make DESTDIR="$pkgdir" install || return 1 } -md5sums="acae8edeb05a406f7f60bcbb218a8f1d xf86miscproto-0.9.2.tar.bz2" +md5sums="ca63bbb31cf5b7f37b2237e923ff257a xf86miscproto-0.9.3.tar.bz2" |