wpa_gui: extract update_* to external update file
This commit is contained in:
parent
78b898f573
commit
303d0edb2f
|
@ -10,7 +10,6 @@ short_desc="WPA/WPA2/IEEE 802.1X Supplicant -- Graphical User Interface"
|
|||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="BSD"
|
||||
homepage="http://hostap.epitest.fi/wpa_supplicant"
|
||||
update_pattern='wpa_supplicant-\K[\d.]+\d+'
|
||||
distfiles="http://hostap.epitest.fi/releases/wpa_supplicant-${version}.tar.gz"
|
||||
checksum=eaaa5bf3055270e521b2dff64f2d203ec8040f71958b8588269a82c00c9d7b6a
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
pattern='wpa_supplicant-\K[\d.]+\d+'
|
Loading…
Reference in New Issue