diff options
author | Andrew Manison <amanison@anselsystems.com> | 2010-06-19 09:02:05 +0000 |
---|---|---|
committer | Andrew Manison <amanison@anselsystems.com> | 2010-06-19 09:02:05 +0000 |
commit | 85fd77589be2f6c970ca6895afa1520e0a2fda04 (patch) | |
tree | 6b9d172b005b2657e541424da71009dcd2a1f3c4 /main/libxext/APKBUILD | |
parent | 8fdcdf953f865c691b01d546a0baea1a1143deeb (diff) | |
parent | 253afa4a86bcb0959ca8b7fb269f482058847a9b (diff) | |
download | aports-85fd77589be2f6c970ca6895afa1520e0a2fda04.tar.bz2 aports-85fd77589be2f6c970ca6895afa1520e0a2fda04.tar.xz |
Merge remote branch 'alpine/master'
Conflicts:
main/openssl/APKBUILD
Diffstat (limited to 'main/libxext/APKBUILD')
-rw-r--r-- | main/libxext/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/libxext/APKBUILD b/main/libxext/APKBUILD index 87d7d248e3..fe56fd7a34 100644 --- a/main/libxext/APKBUILD +++ b/main/libxext/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libxext -pkgver=1.1.1 -pkgrel=1 +pkgver=1.1.2 +pkgrel=0 pkgdesc="X11 miscellaneous extensions library" url="http://xorg.freedesktop.org/" license="custom" @@ -21,4 +21,4 @@ package() { cd "$srcdir"/libXext-$pkgver make DESTDIR="$pkgdir" install || return 1 } -md5sums="c417c0e8df39a067f90a2a2e7133637d libXext-1.1.1.tar.bz2" +md5sums="9e51f9cb7e0a38c7099ac1c0de1a1add libXext-1.1.2.tar.bz2" |