From e63a870bce799c1ffb57a1d363566b9a226f614d Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Mon, 12 Nov 2018 12:49:21 +0100 Subject: [PATCH] Update lwIP to 2.1.1 Fix #3035 --- repos/libports/ports/lwip.hash | 2 +- repos/libports/ports/lwip.port | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/repos/libports/ports/lwip.hash b/repos/libports/ports/lwip.hash index 67c387e730..e87372c5f6 100644 --- a/repos/libports/ports/lwip.hash +++ b/repos/libports/ports/lwip.hash @@ -1 +1 @@ -7b106db24a8a49b863999c90eb5943d472d325e1 +cc80f12ba8c6bba24a3c0efd4f3d96d572c4f9d0 diff --git a/repos/libports/ports/lwip.port b/repos/libports/ports/lwip.port index ee0ce2d56f..33c89ca776 100644 --- a/repos/libports/ports/lwip.port +++ b/repos/libports/ports/lwip.port @@ -1,9 +1,9 @@ LICENSE := BSD -VERSION := 2_1_0_RC1 +VERSION := 2.1.1 DOWNLOADS := lwip.archive -URL(lwip) := http://git.savannah.nongnu.org/cgit/lwip.git/snapshot/lwip-STABLE-$(VERSION).tar.gz -SHA(lwip) := 731c1bc74e9a73daebe9ef83b602ce35f878818eff06dc33785248e9de032666 +URL(lwip) := http://git.savannah.nongnu.org/cgit/lwip.git/snapshot/lwip-STABLE-2_1_1_RELEASE.tar.gz +SHA(lwip) := d1c80a7314a178f83d4c32d840e9aa0e084feec47217ee928941987cdf920b48 DIR(lwip) := src/lib/lwip UNPACKED_DIR := src/lib/lwip