diff --git a/srcpkgs/bearssl/template b/srcpkgs/bearssl/template index 5af1098da03..b3dbcdc217b 100644 --- a/srcpkgs/bearssl/template +++ b/srcpkgs/bearssl/template @@ -1,14 +1,15 @@ # Template file for 'bearssl' pkgname=bearssl -version=0.3 +version=0.4 revision=1 build_style=gnu-makefile short_desc="Implementation of the SSL/TLS protocol in C" maintainer="Leah Neukirchen " license="MIT" homepage="https://www.bearssl.org/" +_changelog="https://www.bearssl.org/changelog.html" distfiles="https://www.bearssl.org/${pkgname}-${version}.tar.gz" -checksum=2797ccb08f41e1aeabb625c8682f4b2e61f1827695d4ea10a57c5b62175a3b22 +checksum=674d69ca6811a4a091de96d5866e22f06ffbf8d3765f0e884d9daeb80aa904d4 CFLAGS="-fPIC" make_build_args="D=.so.${version} LDDLL=\$(CC) LD=\$(CC) LDDLLFLAGS=-shared LDDLLFLAGS+=-Wl,-soname,libbearssl.so.0"