diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-04-01 19:39:28 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-04-01 19:49:48 +0200 |
commit | 8536da1a724aa7ad010f4338c183020807320a95 (patch) | |
tree | 8fd73e4c2f685bef807c00c889c26f0d67c4c43e /package/libressl | |
parent | e463644d9ebd49f6ff98442142b89fa35b0179b8 (diff) |
libressl: update to 2.3.3
Diffstat (limited to 'package/libressl')
-rw-r--r-- | package/libressl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libressl/Makefile b/package/libressl/Makefile index c5f3e9b58..960cdba01 100644 --- a/package/libressl/Makefile +++ b/package/libressl/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= libressl -PKG_VERSION:= 2.2.6 +PKG_VERSION:= 2.3.3 PKG_RELEASE:= 1 -PKG_HASH:= 1ee19994cffd047d40f63ba149115dba18a681b0cc923beec301bf424b58d64f +PKG_HASH:= 76733166187cc8587e0ebe1e83965ef257262a1a676a36806edd3b6d51b50aa9 PKG_DESCR:= ssl/tls library PKG_SECTION:= libs/crypto PKG_URL:= http://www.libressl.org |