diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-09-01 20:43:05 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-09-01 20:44:16 +0200 |
commit | d6396ff61dc8608da6305e55a037e35f28e3df8f (patch) | |
tree | 238eb9a7613da069d55c7b46671602d5197f77b4 /package | |
parent | 6beaca84dcedc3f43074874faf9b5139751ba10d (diff) |
update libressl to latest stable version
Diffstat (limited to 'package')
-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 f8763c165..2bdab6569 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.0 +PKG_VERSION:= 2.2.3 PKG_RELEASE:= 1 -PKG_HASH:= 9690d8f38a5d48425395452eeb305b05bb0f560cd96e0ee30f370d4f16563040 +PKG_HASH:= a1ccc21adf91d60e99246031b99c930c9af5e1b1b5a61b1bec87beef6f16d882 PKG_DESCR:= ssl/tls library PKG_SECTION:= libs/crypto PKG_URL:= http://www.libressl.org |