diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-10-13 20:59:23 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-10-13 20:59:23 +0000 |
commit | 86a3321776580d9d9f58b5e3bc72639e8e7a2b62 (patch) | |
tree | 4b74b39bfea0f23d6c16d350d9b1d145fe938ad8 /x11 | |
parent | 4d587481207e7958e0d596d8b3d503694cfd4624 (diff) | |
download | aports-86a3321776580d9d9f58b5e3bc72639e8e7a2b62.tar.bz2 aports-86a3321776580d9d9f58b5e3bc72639e8e7a2b62.tar.xz |
x11/xextproto: upgrade to 7.1.1
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xextproto/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xextproto/APKBUILD b/x11/xextproto/APKBUILD index 0d549b660e..7bf3212189 100644 --- a/x11/xextproto/APKBUILD +++ b/x11/xextproto/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xextproto -pkgver=7.0.5 +pkgver=7.1.1 pkgrel=0 pkgdesc="X11 various extension wire protocol" url="http://xorg.freedesktop.org/" @@ -16,4 +16,4 @@ build() { make DESTDIR=""$pkgdir"" install || return 1 install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING } -md5sums="e6841018a7c64983b0954aa2c564d115 xextproto-7.0.5.tar.bz2" +md5sums="fb6ccaae76db7a35e49b12aea60ca6ff xextproto-7.1.1.tar.bz2" |