diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-05-31 14:18:47 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-06-02 17:18:47 +0200 |
commit | d14c70fce3517873346c473da2ab290b57405651 (patch) | |
tree | 603b3bee78c16c95046334c51fdef3897fe2e799 /package/libressl/Makefile | |
parent | a2210404f6997d8ec12ee265a30e6afa152dc8bb (diff) |
libressl: update to 3.9.2
Diffstat (limited to 'package/libressl/Makefile')
-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 ca08f24df..f5df34fc5 100644 --- a/package/libressl/Makefile +++ b/package/libressl/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= libressl -PKG_VERSION:= 3.9.1 +PKG_VERSION:= 3.9.2 PKG_RELEASE:= 1 -PKG_HASH:= 6da0b954695f7ee62b03f64200a8a4f02af93717b60cce04ab6c8df262c07a51 +PKG_HASH:= 7b031dac64a59eb6ee3304f7ffb75dad33ab8c9d279c847f92c89fb846068f97 PKG_DESCR:= ssl/tls library PKG_SECTION:= libs/crypto PKG_URL:= http://www.libressl.org |