diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-16 07:43:59 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-16 07:43:59 +0000 |
commit | 8a5bbad0f1522fe67d255365ffc38a83db962fdc (patch) | |
tree | bf8991eeb461e19d7bb03ae245ea8eb4670f92d7 /main/xf86-video-rendition/APKBUILD | |
parent | 72706232a6283d992e859d7ab77c2973c007e7c7 (diff) | |
download | aports-8a5bbad0f1522fe67d255365ffc38a83db962fdc.tar.bz2 aports-8a5bbad0f1522fe67d255365ffc38a83db962fdc.tar.xz |
main/xf86-video-rendition: upgrade to 4.2.4
Diffstat (limited to 'main/xf86-video-rendition/APKBUILD')
-rw-r--r-- | main/xf86-video-rendition/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/xf86-video-rendition/APKBUILD b/main/xf86-video-rendition/APKBUILD index 191233643..c2d677bfe 100644 --- a/main/xf86-video-rendition/APKBUILD +++ b/main/xf86-video-rendition/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xf86-video-rendition -pkgver=4.2.3 -pkgrel=2 +pkgver=4.2.4 +pkgrel=0 pkgdesc="Rendition video driver" url="http://xorg.freedesktop.org/" license="custom" @@ -24,4 +24,4 @@ package() { make DESTDIR="$pkgdir" install || return 1 install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING } -md5sums="9a0a916fe1e7b5c81cd4c80a08e646cc xf86-video-rendition-4.2.3.tar.bz2" +md5sums="75cc28125077acb7344955294545553b xf86-video-rendition-4.2.4.tar.bz2" |