Update wpa_supplicant recipe

...to include new/updated translations
This commit is contained in:
Humdinger
2020-05-12 19:13:23 +02:00
parent c77251d7a3
commit fd7039d2e6

View File

@@ -10,9 +10,11 @@ HOMEPAGE="https://w1.fi/wpa_supplicant/"
COPYRIGHT="2003-2019 Jouni Malinen"
LICENSE="BSD (2-clause)
GNU GPL v2"
REVISION="1"
SOURCE_URI="https://github.com/haiku/wpa_supplicant/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="e83b12a6121e7260506fbe7eef9e411d8cab790f187133d3e6952f5412e0845c"
REVISION="2"
srcGitRev="2ccf1cdf394a9bf4d247fce63fe26a2ed8195ea5"
SOURCE_URI="https://github.com/haiku/wpa_supplicant/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="24fa503e7fd0e78c94a60a3f484a517087d7fbfc529a79fb32fe7ec959b9136a"
SOURCE_DIR="wpa_supplicant-$srcGitRev"
PATCHES="wpa_supplicant-2.9-gcc2.patch"
ARCHITECTURES="x86_gcc2 x86 x86_64"