rfkill: update to 0.5.
This commit is contained in:
parent
b67f4d8e27
commit
8163b659bb
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'rkill'
|
||||
pkgname=rfkill
|
||||
version=0.4
|
||||
version=0.5
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
short_desc="Small tool to query the state of the rfkill switches, buttons and subsystem interfaces"
|
||||
maintainer="tripledes <tripledes@gmail.com>"
|
||||
license="Public domain"
|
||||
homepage="http://wireless.kernel.org/en/users/Documentation/rfkill"
|
||||
distfiles="http://wireless.kernel.org/download/rfkill/$pkgname-$version.tar.bz2"
|
||||
checksum=ca10e4827a5f0a36e093aee6ad81b5febf81f8097d7d858889ac51ff364168c1
|
||||
distfiles="https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$version.tar.bz2"
|
||||
checksum=3e160cca504a53679f2b3254f31c53a4fb38a021bc50fed8eb57a436d33dfa07
|
||||
|
||||
rfkill_package() {
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in a new issue