diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2019-07-08 16:55:14 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-07-08 16:56:38 +0200 |
commit | 411e42cdc6e53c5e65a838ed28c8710572a02ccb (patch) | |
tree | 5e618743252fdfb323a7ee39fc333213ba0dcc80 /package/libs | |
parent | 5ef6c201833a476f65a8a0cb4468118886228638 (diff) | |
download | upstream-411e42cdc6e53c5e65a838ed28c8710572a02ccb.tar.gz upstream-411e42cdc6e53c5e65a838ed28c8710572a02ccb.tar.bz2 upstream-411e42cdc6e53c5e65a838ed28c8710572a02ccb.zip |
wolfssl: Fix package hash
Fixes: 3167a57f7262 ("wolfssl: update to 3.15.7, fix Makefile")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/libs')
-rw-r--r-- | package/libs/wolfssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/wolfssl/Makefile b/package/libs/wolfssl/Makefile index 7aaa562539..264be02496 100644 --- a/package/libs/wolfssl/Makefile +++ b/package/libs/wolfssl/Makefile @@ -13,7 +13,7 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/wolfSSL/wolfssl/archive/v$(PKG_VERSION) -PKG_HASH:=dc97c07a7667b39a890e14f4b4a209f51524a4cabee7adb6c80822ee78c1f62a +PKG_HASH:=70e4fbeb91284a269b25a84fc526755c670475aee4034a6f237b1f754d108af3 PKG_FIXUP:=libtool PKG_INSTALL:=1 |