From acbb487509e16e4fd4ab173d1b04e1417aba7b0a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 15 Aug 2018 16:09:18 +0200 Subject: [PATCH] bearssl: update to 0.6. --- srcpkgs/bearssl/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/bearssl/template b/srcpkgs/bearssl/template index 698a6ba3c20..777cec324d3 100644 --- a/srcpkgs/bearssl/template +++ b/srcpkgs/bearssl/template @@ -1,6 +1,6 @@ # Template file for 'bearssl' pkgname=bearssl -version=0.5 +version=0.6 revision=1 build_style=gnu-makefile short_desc="Implementation of the SSL/TLS protocol in C" @@ -9,7 +9,7 @@ license="MIT" homepage="https://www.bearssl.org/" _changelog="https://www.bearssl.org/changelog.html" distfiles="https://www.bearssl.org/${pkgname}-${version}.tar.gz" -checksum=400f7027f309f5c0e3784ad1f5a612cfadfa108a33d867f50c75974cabd7830c +checksum=6705bba1714961b41a728dfc5debbe348d2966c117649392f8c8139efc83ff14 CFLAGS="-fPIC" make_build_args="D=.so.${version} LDDLL=\$(CC) LD=\$(CC) LDDLLFLAGS=-shared LDDLLFLAGS+=-Wl,-soname,libbearssl.so.0"