diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-07-17 11:05:03 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-07-17 11:06:43 +0000 |
commit | 8a65a199913b92d046fb51d63aa1e336b3220ae6 (patch) | |
tree | e60039f1687e25f25d8580f097f07d25b4d4e677 /main/xf86-video-qxl | |
parent | 32d6d1f0411fceab73f6bb27b85d81e3730920b0 (diff) | |
download | aports-8a65a199913b92d046fb51d63aa1e336b3220ae6.tar.bz2 aports-8a65a199913b92d046fb51d63aa1e336b3220ae6.tar.xz |
main/xf86-video-qxl: upgrade to 0.1.4
Diffstat (limited to 'main/xf86-video-qxl')
-rw-r--r-- | main/xf86-video-qxl/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/main/xf86-video-qxl/APKBUILD b/main/xf86-video-qxl/APKBUILD index 6ce7604020..725ceedadf 100644 --- a/main/xf86-video-qxl/APKBUILD +++ b/main/xf86-video-qxl/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xf86-video-qxl -pkgver=0.1.2 -pkgrel=1 +pkgver=0.1.4 +pkgrel=0 pkgdesc="Xorg X11 qxl video driver" url="http://www.x.org" arch="all" @@ -46,6 +46,6 @@ package() { rm "$pkgdir"/usr/lib/xorg/modules/*/*.la } -md5sums="6a645acb2c462c09b94cd926ca401a86 xf86-video-qxl-0.1.2.tar.bz2" -sha256sums="43a7d1e7b60ae32941b6a4359e26de01941012d717d7a7747affd379debc5227 xf86-video-qxl-0.1.2.tar.bz2" -sha512sums="8ce94b23ac4b531dcf999b56dca9d5dca7eb50f9fada19ebf8bc6c4fc0353ee2b37243544cda5635e9e68eb617b0ab069713123a8bd73cf2a383209fad85db2b xf86-video-qxl-0.1.2.tar.bz2" +md5sums="41e234f38fe8045eef7ade83c34f6dd4 xf86-video-qxl-0.1.4.tar.bz2" +sha256sums="e57ad22f0b1daf8979e722be0cc38d351bfcc2e41568edc566d2bade5a621105 xf86-video-qxl-0.1.4.tar.bz2" +sha512sums="6ce518bb3ee9fce6066b492351c25a4a429edf7eff4ecbe9dc49fe5ee1f1d68586761624d2601f4bb6c4f4ddf7996f2fc8024707501b0de76ab6932bfe82c51d xf86-video-qxl-0.1.4.tar.bz2" |