mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
iw: update to 3.10.
This commit is contained in:
parent
916a1fefef
commit
907c3ec730
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'iw'
|
# Template file for 'iw'
|
||||||
pkgname=iw
|
pkgname=iw
|
||||||
version=3.8
|
version=3.10
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -10,10 +10,10 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://wireless.kernel.org/en/users/Documentation/iw"
|
homepage="http://wireless.kernel.org/en/users/Documentation/iw"
|
||||||
distfiles="http://www.kernel.org/pub/software/network/iw/iw-${version}.tar.xz"
|
distfiles="http://www.kernel.org/pub/software/network/iw/iw-${version}.tar.xz"
|
||||||
checksum=50c07d5fcf38240b3912fb6950f6ec566b8d27c321cbdacc1de53fc3be96af9a
|
checksum=456ee212cfb728e292667caa508a7dff902666c78579814756a3012d68d64fe9
|
||||||
|
|
||||||
iw_package() {
|
iw_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue