diff options
-rw-r--r-- | x11/libxcursor/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libxcursor/APKBUILD b/x11/libxcursor/APKBUILD index 87ee0a5b77..ab56e879cb 100644 --- a/x11/libxcursor/APKBUILD +++ b/x11/libxcursor/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libxcursor -pkgver=1.1.9 +pkgver=1.1.10 pkgrel=0 pkgdesc="X cursor management library" url="http://xorg.freedesktop.org/" @@ -19,4 +19,4 @@ build () make || return 1 make DESTDIR="$pkgdir" install || return 1 } -md5sums="99b7554037a92b260891091e81815a0a libXcursor-1.1.9.tar.bz2" +md5sums="7dcdad1c10daea872cb3355af414b2ca libXcursor-1.1.10.tar.bz2" |