diff options
| author | Rosen Penev | 2020-12-18 01:46:40 +0000 |
|---|---|---|
| committer | Hans Dedecker | 2020-12-18 19:44:43 +0000 |
| commit | 5950397e1486548c2736d653fdf177e986b3e896 (patch) | |
| tree | a52e636499c75e7ef01657412697892fb2b6e6bd | |
| parent | b837534f029da10abbd1069392867e0700134ace (diff) | |
| download | openwrt-5950397e1486548c2736d653fdf177e986b3e896.tar.gz | |
tools/libressl: update to 3.3.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
| -rw-r--r-- | tools/libressl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/libressl/Makefile b/tools/libressl/Makefile index 0cc26a930c..dbd8ca4d1a 100644 --- a/tools/libressl/Makefile +++ b/tools/libressl/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libressl -PKG_VERSION:=3.2.1 -PKG_HASH:=d28db224cfb6d18009b2a7e8cb213cd5c943bbec87550062fef6a38479250315 +PKG_VERSION:=3.3.1 +PKG_HASH:=a6d331865e0164a13ac85a228e52517f7cf8f8488f2f95f34e7857302f97cfdb PKG_RELEASE:=1 PKG_CPE_ID:=cpe:/a:openbsd:libressl |