diff options
author | Daniel Golle <daniel@makrotopia.org> | 2018-05-23 23:26:41 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2018-05-24 21:46:35 +0200 |
commit | 4f67c1522d92bc4512c3ecf58c38ff9886530b48 (patch) | |
tree | 9c355f89b8070cc0745e36f4598e42fa003fd636 /package/libs/wolfssl/Makefile | |
parent | 4f442f5f383837efcfb345033169178f74f63440 (diff) | |
download | upstream-4f67c1522d92bc4512c3ecf58c38ff9886530b48.tar.gz upstream-4f67c1522d92bc4512c3ecf58c38ff9886530b48.tar.bz2 upstream-4f67c1522d92bc4512c3ecf58c38ff9886530b48.zip |
wolfssl: update to version 3.14.4
Use download from github archive corresponding to v3.14.4 tag because
the project's website apparently only offers 3.14.0-stable release
downloads.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'package/libs/wolfssl/Makefile')
-rw-r--r-- | package/libs/wolfssl/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/package/libs/wolfssl/Makefile b/package/libs/wolfssl/Makefile index d0bd3b5a35..41296dd0f2 100644 --- a/package/libs/wolfssl/Makefile +++ b/package/libs/wolfssl/Makefile @@ -8,12 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wolfssl -PKG_VERSION:=3.12.2 -PKG_RELEASE:=2 +PKG_VERSION:=3.14.4 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).zip -PKG_SOURCE_URL:=https://www.wolfssl.com/ -PKG_HASH:=4993844c4b7919007c4511ec3f987fb06543536c3fc933cb53491bffe9150e49 +# PKG_SOURCE_URL:=https://www.wolfssl.com/ +PKG_SOURCE_URL:=https://github.com/wolfSSL/wolfssl/archive/v$(PKG_VERSION) +PKG_HASH:=1da1b45dec4a455716c8547074ad883c737865225f69443bb173c0dc21683fd1 PKG_FIXUP:=libtool PKG_INSTALL:=1 |