diff options
Diffstat (limited to 'main/xf86-video-apm')
-rw-r--r-- | main/xf86-video-apm/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/xf86-video-apm/APKBUILD b/main/xf86-video-apm/APKBUILD index c09cb2f33f..9455827901 100644 --- a/main/xf86-video-apm/APKBUILD +++ b/main/xf86-video-apm/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xf86-video-apm -pkgver=1.2.4 +pkgver=1.2.5 pkgrel=0 pkgdesc="Alliance ProMotion video driver" url="http://xorg.freedesktop.org/" @@ -37,4 +37,4 @@ package() { rm "$pkgdir"/usr/lib/xorg/modules/drivers/*.la || return 1 install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING } -md5sums="7692dac140c15172935872a77417bed2 xf86-video-apm-1.2.4.tar.bz2" +md5sums="bce02d48c66932d082786167af22835a xf86-video-apm-1.2.5.tar.bz2" |