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

lwip: bump to v2.1.3

This commit is contained in:
Martine S. Lenders 2020-03-24 06:56:31 +01:00 committed by Martine Lenders
parent 05593911bf
commit 3c6e87c18f
No known key found for this signature in database
GPG Key ID: 2134D77A5336DD80
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