upg iw
This commit is contained in:
parent
d277e5d93d
commit
03a43ef01c
2 changed files with 8 additions and 8 deletions
10
iw/PKGBUILD
10
iw/PKGBUILD
|
@ -6,8 +6,8 @@
|
|||
#-----------------------------------------| DESCRIPTION |---------------------------------------
|
||||
|
||||
pkgname=iw
|
||||
pkgver=5.19
|
||||
pkgrel=02
|
||||
pkgver=6.7
|
||||
pkgrel=01
|
||||
pkgdesc='nl80211 based CLI configuration utility for wireless devices'
|
||||
url='https://wireless.wiki.kernel.org/en/users/documentation/iw'
|
||||
depends=('libnl')
|
||||
|
@ -32,8 +32,8 @@ license=('GPL')
|
|||
|
||||
validpgpkeys=('C0EBC440F6DA091C884D8532E0F373F37BF9099A') # Johannes Berg
|
||||
|
||||
sha256sums=(f167bbe947dd53bb9ebc0c1dcef5db6ad73ac1d6084f2c6f9376c5c360cc4d4e # iw-5.19.tar.xz
|
||||
0e728bac834d8bc87d5f58e94103d6d1bdade03ddad7a1455f3d2dd5fbdaec89) # iw-5.19.tar.sign
|
||||
sha256sums=(aacf49c266b29d500d73086798a1c652e760c19126a8599fd811850430789a35 # iw-6.7.tar.xz
|
||||
7a9b3e026ac331594009ad7ee26797f8ecef0b5186a09dc3dd63a7e1844d05f7) # iw-6.7.tar.sign
|
||||
|
||||
## 36621cdd80ea0fd9333052f59fbe53c84f88f72d33e5268fbbc2d737b03c2ffe iw-5.19-02-x86_64.pkg.tar.lz
|
||||
## 55f7e9850f3ef9b1db394009e08d6f1f4ca078d77d8078e94bf518cfc8b2c31d iw-6.7-01-x86_64.pkg.tar.lz
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Maintainer: Thomas Bächler <thomas@archlinux.org>
|
||||
|
||||
pkgname=iw
|
||||
pkgver=5.19
|
||||
pkgrel=2
|
||||
pkgver=6.7
|
||||
pkgrel=1
|
||||
pkgdesc='nl80211 based CLI configuration utility for wireless devices'
|
||||
arch=('x86_64')
|
||||
url='https://wireless.wiki.kernel.org/en/users/documentation/iw'
|
||||
|
@ -11,7 +11,7 @@ depends=('libnl')
|
|||
makedepends=('linux-api-headers')
|
||||
validpgpkeys=('C0EBC440F6DA091C884D8532E0F373F37BF9099A') # Johannes Berg
|
||||
source=("https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar."{xz,sign})
|
||||
sha256sums=('f167bbe947dd53bb9ebc0c1dcef5db6ad73ac1d6084f2c6f9376c5c360cc4d4e'
|
||||
sha256sums=('aacf49c266b29d500d73086798a1c652e760c19126a8599fd811850430789a35'
|
||||
'SKIP')
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue