wok-current diff aircrack-ng/receipt @ rev 24636
updated haserl and haserl-lua (0.9.35 -> 0.9.36)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Mar 09 10:55:44 2022 +0100 (2022-03-09) |
parents | 800de22df35e |
children | bd7510903310 |
line diff
1.1 --- a/aircrack-ng/receipt Sat Jul 25 17:02:18 2020 +0000 1.2 +++ b/aircrack-ng/receipt Wed Mar 09 10:55:44 2022 +0100 1.3 @@ -13,6 +13,12 @@ 1.4 DEPENDS="aircrack-ng-oui iw openssl sqlite zlib pylorcon" 1.5 BUILD_DEPENDS="sqlite-dev pylorcon openssl-dev" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - ${WGET_URL%/*} 2>/dev/null | sed 's|.*: ||' 1.11 +} 1.12 + 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 {