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"