diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-11-03 07:44:59 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-11-03 07:45:29 +0000 |
commit | 928878fda7962077580ae75b4d19c705fe1f5181 (patch) | |
tree | 18647cf1b6c543f4cb45752256cef9f4a843a88b /main/xf86-video-ati | |
parent | 0469e85b7cf4248454a80421770fa2012ee68b53 (diff) | |
download | aports-928878fda7962077580ae75b4d19c705fe1f5181.tar.bz2 aports-928878fda7962077580ae75b4d19c705fe1f5181.tar.xz |
main/xf86-video-ati: upgrade to 6.14.3
Diffstat (limited to 'main/xf86-video-ati')
-rw-r--r-- | main/xf86-video-ati/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/xf86-video-ati/APKBUILD b/main/xf86-video-ati/APKBUILD index 1af4efcb00..8cdab6591f 100644 --- a/main/xf86-video-ati/APKBUILD +++ b/main/xf86-video-ati/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xf86-video-ati -pkgver=6.14.2 -pkgrel=2 +pkgver=6.14.3 +pkgrel=0 pkgdesc="ATI video driver" url="http://xorg.freedesktop.org/" arch="all" @@ -32,4 +32,4 @@ package() { rm "$pkgdir"/usr/lib/xorg/modules/*/*.la || return 1 install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING } -md5sums="111ec4aef32a4298df7e38afa8bef373 xf86-video-ati-6.14.2.tar.bz2" +md5sums="19126c8421a05d9605883dcf7498d876 xf86-video-ati-6.14.3.tar.bz2" |