diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-03-27 21:42:32 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-03-27 21:42:32 +0000 |
commit | 79d39699930ed0a77b0e3807e6b5a8b21f7ca120 (patch) | |
tree | 2124f0ce9a19830880cbf3aa00649d1301e8d23c /x11/libx11 | |
parent | 5fb1c890bc5ffeee34c60af1707ea111a64558ac (diff) | |
download | aports-79d39699930ed0a77b0e3807e6b5a8b21f7ca120.tar.bz2 aports-79d39699930ed0a77b0e3807e6b5a8b21f7ca120.tar.xz |
x11/libx11: upgrade to 1.2
Diffstat (limited to 'x11/libx11')
-rw-r--r-- | x11/libx11/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/libx11/APKBUILD b/x11/libx11/APKBUILD index 18762aee..315925cc 100644 --- a/x11/libx11/APKBUILD +++ b/x11/libx11/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libx11 -pkgver=1.1.99.2 -pkgrel=1 +pkgver=1.2 +pkgrel=0 pkgdesc="X11 client-side library" url="http://xorg.freedesktop.org/" license="custom:XFREE86" @@ -36,5 +36,5 @@ build() { install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING } -md5sums="2450f861d39939e46f8a4ced1abc3504 libX11-1.1.99.2.tar.bz2 +md5sums="c6265b59ea2b594fd68e33f9125b4d20 libX11-1.2.tar.bz2 c7e38a68b932ed557bc71979eed2a8a1 012_ru_RU_UTF-8_XLC_LOCALE.diff" |