diff --git a/common/shlibs b/common/shlibs index b2c607ded4..0213d5cb8a 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3938,7 +3938,7 @@ libmpir.so.23 mpir-3.0.0_1 libmpirxx.so.8 mpir-3.0.0_1 libcaribou.so.0 libcaribou-0.4.21_3 libtinyclipboard.so.1 tinyclipboard-16.01_1 -libcbor.so.0.7 libcbor-0.7.0_1 +libcbor.so.0.8 libcbor-0.8.0_1 libfido2.so.1 libfido2-1.3.0_1 libjanet.so.1.12 janet-1.12.1_1 libOpenImageDenoise.so.0 openimagedenoise-1.2.0_1 diff --git a/srcpkgs/libcbor/template b/srcpkgs/libcbor/template index c885e0ef2a..24f884e6d1 100644 --- a/srcpkgs/libcbor/template +++ b/srcpkgs/libcbor/template @@ -1,15 +1,15 @@ # Template file for 'libcbor' pkgname=libcbor -version=0.7.0 +version=0.8.0 revision=1 build_style=cmake -make_build_args="cbor_shared" +configure_args="-DBUILD_SHARED_LIBS=ON" short_desc="Library for parsing and generating CBOR, a binary data format" maintainer="Leah Neukirchen " license="MIT" homepage="https://github.com/PJK/libcbor" distfiles="https://github.com/PJK/libcbor/archive/v${version}.tar.gz" -checksum=fb731afe0a9980581d85e4b8d4ef128b175f782d92e0cd898935f3d26dd3dde7 +checksum=618097166ea4a54499646998ccaa949a5816e6a665cf1d6df383690895217c8b post_install() { vlicense LICENSE.md