diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-04-06 14:15:48 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-04-06 14:15:48 +0000 |
commit | c0f2c6e06942e2221f5c0903f8ccc524065e7d24 (patch) | |
tree | e929bfc38fcb12d153dcfe5b62485bbcf8fd15e4 /main/xf86-video-vesa/APKBUILD | |
parent | 0c1adf946b054c9d40e8097a46344567be8d05e6 (diff) | |
download | aports-c0f2c6e06942e2221f5c0903f8ccc524065e7d24.tar.bz2 aports-c0f2c6e06942e2221f5c0903f8ccc524065e7d24.tar.xz |
main/xf86-video-vesa: upgrade to 2.3.0
Diffstat (limited to 'main/xf86-video-vesa/APKBUILD')
-rw-r--r-- | main/xf86-video-vesa/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/xf86-video-vesa/APKBUILD b/main/xf86-video-vesa/APKBUILD index e2cd29d5fc..8eed0bb138 100644 --- a/main/xf86-video-vesa/APKBUILD +++ b/main/xf86-video-vesa/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xf86-video-vesa -pkgver=2.2.1 -pkgrel=1 +pkgver=2.3.0 +pkgrel=0 pkgdesc="X.org vesa 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="61a1dc9a22991bd04d0ff98f800775c1 xf86-video-vesa-2.2.1.tar.bz2" +md5sums="07fa32958aff9b463dd3af5481ef6626 xf86-video-vesa-2.3.0.tar.bz2" |