diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-09-05 18:45:22 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-09-05 18:45:22 +0000 |
commit | d8152002e457343075acebd22621240d5a073dc9 (patch) | |
tree | b21df80fed0442954b8b1615324bdee6f7ef75d3 /x11/xf86-video-apm | |
parent | 15201cd2f70bfd8e4c41b6099e9b026e8fdb81a5 (diff) | |
download | aports-d8152002e457343075acebd22621240d5a073dc9.tar.bz2 aports-d8152002e457343075acebd22621240d5a073dc9.tar.xz |
x11/xf86-video-apm: upgrade to 1.2.2
Diffstat (limited to 'x11/xf86-video-apm')
-rw-r--r-- | x11/xf86-video-apm/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xf86-video-apm/APKBUILD b/x11/xf86-video-apm/APKBUILD index 770aa031b..16851e310 100644 --- a/x11/xf86-video-apm/APKBUILD +++ b/x11/xf86-video-apm/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xf86-video-apm -pkgver=1.2.1 -pkgrel=1 +pkgver=1.2.2 +pkgrel=0 pkgdesc="Alliance ProMotion video driver" url="http://xorg.freedesktop.org/" license="custom" @@ -23,4 +23,4 @@ build () make DESTDIR="$pkgdir" install || return 1 install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING } -md5sums="673c93df004bb857dc89ae9c78ccf907 xf86-video-apm-1.2.1.tar.bz2" +md5sums="48441a19aaf015570b267f2a8e67d8ab xf86-video-apm-1.2.2.tar.bz2" |