1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #16774 from miri64/lwip/enh/v2.1.3

lwip: bump to v2.1.3
This commit is contained in:
Martine Lenders 2021-11-16 10:25:50 +01:00 committed by GitHub
commit 3c402d88a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
PKG_NAME=lwip
PKG_URL=https://github.com/lwip-tcpip/lwip.git
# lwIP v2.1.2
PKG_VERSION=159e31b689577dbf69cf0683bbaffbd71fa5ee10
# lwIP v2.1.3
PKG_VERSION=6ca936f6b588cee702c638eee75c2436e6cf75de
PKG_LICENSE=BSD-3-Clause
include $(RIOTBASE)/pkg/pkg.mk