diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-08-08 11:21:52 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-08-08 11:21:52 +0000 |
commit | 8368cbe24b8020c81c1a518c8342492b70d2825b (patch) | |
tree | 5f9701a82e79585cdfecd35fcddbc75e6f039450 | |
parent | 0fdd4e6748b7d0d9369ca30366cb482b49f32974 (diff) | |
download | aports-8368cbe24b8020c81c1a518c8342492b70d2825b.tar.bz2 aports-8368cbe24b8020c81c1a518c8342492b70d2825b.tar.xz |
main/libx11: upgrade to 1.4.4
-rw-r--r-- | main/libx11/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/libx11/APKBUILD b/main/libx11/APKBUILD index 1f028a708c..1fce34f373 100644 --- a/main/libx11/APKBUILD +++ b/main/libx11/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libx11 -pkgver=1.4.3 -pkgrel=3 +pkgver=1.4.4 +pkgrel=0 pkgdesc="X11 client-side library" url="http://xorg.freedesktop.org/" arch="all" @@ -28,4 +28,4 @@ package() { install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING } -md5sums="85e942627aaa020813e0eb8433353563 libX11-1.4.3.tar.bz2" +md5sums="ed7c382cbf8c13425b6a66bcac0ca5d9 libX11-1.4.4.tar.bz2" |