X-Original-To: alpine-aports@lists.alpinelinux.org Received: from a.mx.borderless.se (ip-91-123-195-195.kna.citycloud.se [91.123.195.195]) by lists.alpinelinux.org (Postfix) with ESMTP id 083225C433F for ; Thu, 6 Oct 2016 05:20:33 +0000 (GMT) Received: from int.mx.borderless.se (localhost [127.0.0.1]) by a.mx.borderless.se (Postfix) with SMTP id 64C0C2C2 for ; Thu, 6 Oct 2016 07:20:32 +0200 (CEST) Received: (qmail 1963 invoked from network); 6 Oct 2016 05:09:46 -0000 Received: from unknown (HELO borderlessmail) (127.0.0.1) by borderless.se with SMTP; 6 Oct 2016 05:09:46 -0000 Date: Thu, 6 Oct 2016 07:20:39 +0200 From: Linus =?iso-8859-1?Q?Sw=E4las?= To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] main/x86-video-amdgpu: upgrade to 1.1.2 Message-ID: <20161006052038.GA3180@borderlessmail> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline "X-PGP-Key: https://www.borderless.se/public_keys/linus.swalas@borderless.se.pub.asc" --- main/xf86-video-amdgpu/APKBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/main/xf86-video-amdgpu/APKBUILD b/main/xf86-video-amdgpu/APKBUILD index 92b3c48..3fa1ca5 100644 --- a/main/xf86-video-amdgpu/APKBUILD +++ b/main/xf86-video-amdgpu/APKBUILD @@ -1,5 +1,6 @@ +# Maintainer: linus.swalas@borderless.se pkgname=xf86-video-amdgpu -pkgver=1.1.0 +pkgver=1.1.2 pkgrel=0 pkgdesc="AMD Rx/HDxxxx video driver" url="http://xorg.freedesktop.org/" @@ -12,8 +13,7 @@ makedepends="xorg-server-dev libxi-dev fontsproto randrproto xineramaproto eudev-dev pixman-dev " -source="http://xorg.freedesktop.org/releases/individual/driver/$pkgname-$pkgver.tar.bz2 - " +source="http://xorg.freedesktop.org/releases/individual/driver/$pkgname-$pkgver.tar.bz2" prepare() { cd "$srcdir"/$pkgname-$pkgver @@ -41,6 +41,6 @@ package() { make DESTDIR="$pkgdir" install || return 1 install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING } -md5sums="89e62ee60b12f94e27ab76268bbbe778 xf86-video-amdgpu-1.1.0.tar.bz2" -sha256sums="69f5d0ded9f4d5ce529099b6b581268e8f4dcff5608f1441d4ebc110ebc57931 xf86-video-amdgpu-1.1.0.tar.bz2" -sha512sums="a795a048987de49a9a4809ed6efd6089c0685290b86b61156ae0766fa86934f99c8abf61ed8ca56cc215a84931b2f68431547a1a7250a09e1649c4ac8ada870e xf86-video-amdgpu-1.1.0.tar.bz2" +md5sums="02356ac7e840782edfd15ae81e508cec xf86-video-amdgpu-1.1.2.tar.bz2" +sha256sums="6ee87fed6d70d12353ca7ac02f8321a30d770626bf56f62f0e27970a33690779 xf86-video-amdgpu-1.1.2.tar.bz2" +sha512sums="c381120000ba7ec1651f01e77e4093ccb939eb0e8925ea76532d6204b1072f3240cef412136ac4cf2a67268dfa9fda9bb455fe29874a4fd4a3be07d9a04b17ba xf86-video-amdgpu-1.1.2.tar.bz2" -- 2.10.0 -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---