diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-11-05 05:45:34 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-11-05 08:16:54 +0000 |
commit | 641f8116bd734c2ab4dffbf9fd531a9d8f207e2b (patch) | |
tree | 0c4e1cf364e801592812d1adcd238007c4355178 /main/libxcomposite/APKBUILD | |
parent | f6ea355c89b2a6e192b48ad6fcb2d45bef7bcf0b (diff) | |
download | aports-641f8116bd734c2ab4dffbf9fd531a9d8f207e2b.tar.bz2 aports-641f8116bd734c2ab4dffbf9fd531a9d8f207e2b.tar.xz |
main/libxcomposite: upgrade to 0.4.3
Diffstat (limited to 'main/libxcomposite/APKBUILD')
-rw-r--r-- | main/libxcomposite/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libxcomposite/APKBUILD b/main/libxcomposite/APKBUILD index b858bc4d32..f208483a9b 100644 --- a/main/libxcomposite/APKBUILD +++ b/main/libxcomposite/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libxcomposite -pkgver=0.4.2 +pkgver=0.4.3 pkgrel=0 pkgdesc="X11 Composite extension library" url="http://xorg.freedesktop.org/" @@ -25,4 +25,4 @@ package() { install -D -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } -md5sums="e38dc98509149083f6c31b49b484e63c libXcomposite-0.4.2.tar.bz2" +md5sums="a60e0b5c276d0aa9e2d3b982c98f61c8 libXcomposite-0.4.3.tar.bz2" |