# Find hostapd tarball in http://w1.fi/releases/.
# We need to generate a merged wpa tarball from wpa_supplicant and hostapd,
# so use our own script instead of uupdate.
version=4
#opts=pgpmode=auto http://w1.fi/releases/hostapd-([\.0-9]+)\.tar\.gz debian debian/uscan-hook

opts="mode=git, pgpmode=none, repack, compression=xz" \
 git://w1.fi/hostap.git \
 refs/tags/hostap_([\d]+)_([\d]+)

opts="mode=git, pgpmode=none, pretty=2.9.0+git%cd+%h, repack, compression=xz" \
 git://w1.fi/hostap.git \
 HEAD
