diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-10-14 06:31:54 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-10-14 06:31:54 +0000 |
commit | 85a718597c95d7ffc8b4b34689da5953c6f7553a (patch) | |
tree | 4223aad215c00c0c391a0440652701048b8b00b7 /x11/libxres | |
parent | cc02b75fcaa54e8ebb0e2d63e465fd2646a75d09 (diff) | |
download | aports-85a718597c95d7ffc8b4b34689da5953c6f7553a.tar.bz2 aports-85a718597c95d7ffc8b4b34689da5953c6f7553a.tar.xz |
x11/libxres: upgrade to 1.0.4
Diffstat (limited to 'x11/libxres')
-rw-r--r-- | x11/libxres/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libxres/APKBUILD b/x11/libxres/APKBUILD index 688a92585..f446812fd 100644 --- a/x11/libxres/APKBUILD +++ b/x11/libxres/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libxres -pkgver=1.0.3 +pkgver=1.0.4 pkgrel=0 pkgdesc="X11 Resource extension library" url="http://xorg.freedesktop.org" @@ -20,4 +20,4 @@ build () make DESTDIR="$pkgdir" install || return 1 install -D -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } -md5sums="de66ffb657aba64c9d6dbdeabb757f3e libXres-1.0.3.tar.bz2" +md5sums="4daf91f93d924e693f6f6ed276791be2 libXres-1.0.4.tar.bz2" |