wifish: update to 0.9.9

This commit is contained in:
bougyman 2015-03-29 09:43:55 -05:00
parent d55d8b25e1
commit 52f7a47d32

View file

@ -1,6 +1,6 @@
# Template file for 'wifish'
pkgname=wifish
version=0.9.8
version=0.9.9
revision=1
depends="wpa_supplicant gawk"
short_desc="Simple wifi tool"
@ -9,13 +9,14 @@ noarch=yes
license="wtfpl"
homepage="http://github.com/bougyman/wifish"
distfiles="https://github.com/bougyman/wifish/archive/${version}.tar.gz"
checksum=3ed76ca7c6ac131e57553c6185df7ec5ea52a67002add472c4e8d090134cfe8e
checksum=49b352a21db820863dcfcfc9e2753987acfda39541a71483ff5514491d61ce13
do_install() {
vbin wifish
vmkdir /var/lib/wifish
vcopy awk/* /var/lib/wifish
vdoc README.md
vdoc FAQ.md
vlicense LICENSE
vlicense COPYING
}