X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 53663DC0747 for ; Fri, 14 Aug 2015 09:39:46 +0000 (UTC) Received: from lithium.8pit.net (lithium.8pit.net [141.101.32.65]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id A72DEDC0746; Fri, 14 Aug 2015 09:39:45 +0000 (UTC) Received: from localhost (ip5f5ac946.dynamic.kabel-deutschland.de [95.90.201.70]); by lithium.8pit.net (OpenSMTPD) with ESMTPSA id e0b0afa0; TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Fri, 14 Aug 2015 11:39:43 +0200 (CEST) From: =?UTF-8?q?S=C3=B6ren=20Tempel?= To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] main/iw: upgrade to 4.1 Date: Fri, 14 Aug 2015 11:39:42 +0200 Message-Id: <1439545182-17460-1-git-send-email-soeren+git@soeren-tempel.net> X-Mailer: git-send-email 2.5.0 X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- main/iw/APKBUILD | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/main/iw/APKBUILD b/main/iw/APKBUILD index d70d27f..e443577 100644 --- a/main/iw/APKBUILD +++ b/main/iw/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa pkgname=iw -pkgver=3.17 +pkgver=4.1 pkgrel=0 pkgdesc="nl80211 based CLI configuration utility for wireless devices" url="http://wireless.kernel.org/en/users/Documentation/iw" @@ -9,17 +9,16 @@ license="GPL" depends="" makedepends="libnl3-dev linux-headers" source="https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz" -# iw-git-version.patch" _builddir="$srcdir"/$pkgname-$pkgver prepare() { cd "$_builddir" + + local i= for i in $source; do case $i in *.patch) - msg "Applying $i" - patch -p1 -i "$srcdir"/$i || return 1 - ;; + patch -p1 -i "$srcdir"/$i || return 1 ;; esac done } @@ -34,6 +33,6 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -md5sums="69c4a2f29cf560247febc6cad7161a72 iw-3.17.tar.xz" -sha256sums="48a62eb5cd8e757c9617749df96b01f133c184f6c107f18be660ee08f155fa93 iw-3.17.tar.xz" -sha512sums="ac4779a88aacb9e2f4859cdb3e953bfba0a83b2e8140777092d61ced6799f09d8ec5628a359109cc23e6389e0ec0ab5a98b9da93c400b7cffedd930013c44f39 iw-3.17.tar.xz" +md5sums="3a292dd342bb88e30e74015ae6fe1e54 iw-4.1.tar.xz" +sha256sums="5164aaacd8e82501d84a2187af194e8285a5a5b76e200447eb58d4dd78d1a34b iw-4.1.tar.xz" +sha512sums="5106f87e7d84343061cdbb868f0d80ac6b5d84ea1147c5b935bc79bede12614f2a080321e86c2947cab8f4026a817d1c93dd57267b941c50e72d2c1176c4f0f6 iw-4.1.tar.xz" -- 2.5.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---