libcbor: update to 0.8.0.
This commit is contained in:
parent
d3039cd50f
commit
31241282dd
2 changed files with 4 additions and 4 deletions
|
@ -3938,7 +3938,7 @@ libmpir.so.23 mpir-3.0.0_1
|
||||||
libmpirxx.so.8 mpir-3.0.0_1
|
libmpirxx.so.8 mpir-3.0.0_1
|
||||||
libcaribou.so.0 libcaribou-0.4.21_3
|
libcaribou.so.0 libcaribou-0.4.21_3
|
||||||
libtinyclipboard.so.1 tinyclipboard-16.01_1
|
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
|
libfido2.so.1 libfido2-1.3.0_1
|
||||||
libjanet.so.1.12 janet-1.12.1_1
|
libjanet.so.1.12 janet-1.12.1_1
|
||||||
libOpenImageDenoise.so.0 openimagedenoise-1.2.0_1
|
libOpenImageDenoise.so.0 openimagedenoise-1.2.0_1
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'libcbor'
|
# Template file for 'libcbor'
|
||||||
pkgname=libcbor
|
pkgname=libcbor
|
||||||
version=0.7.0
|
version=0.8.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
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"
|
short_desc="Library for parsing and generating CBOR, a binary data format"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/PJK/libcbor"
|
homepage="https://github.com/PJK/libcbor"
|
||||||
distfiles="https://github.com/PJK/libcbor/archive/v${version}.tar.gz"
|
distfiles="https://github.com/PJK/libcbor/archive/v${version}.tar.gz"
|
||||||
checksum=fb731afe0a9980581d85e4b8d4ef128b175f782d92e0cd898935f3d26dd3dde7
|
checksum=618097166ea4a54499646998ccaa949a5816e6a665cf1d6df383690895217c8b
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.md
|
vlicense LICENSE.md
|
||||||
|
|
Loading…
Reference in a new issue