libcbor: update to 0.10.1.
This commit is contained in:
parent
655a963f3c
commit
0d45e116dd
|
@ -3897,7 +3897,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.9 libcbor-0.9.0_1
|
||||
libcbor.so.0.10 libcbor-0.10.1_1
|
||||
libfido2.so.1 libfido2-1.6.0_2
|
||||
libOpenImageDenoise.so.1 openimagedenoise-1.3.0_1
|
||||
libcbang0.so cbang-1.6.0_3
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libcbor'
|
||||
pkgname=libcbor
|
||||
version=0.9.0
|
||||
version=0.10.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_SHARED_LIBS=ON"
|
||||
|
@ -9,7 +9,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/PJK/libcbor"
|
||||
distfiles="https://github.com/PJK/libcbor/archive/v${version}.tar.gz"
|
||||
checksum=da81e4f9333e0086d4e2745183c7052f04ecc4dbcffcf910029df24f103c15d1
|
||||
checksum=e8fa0a726b18861c24428561c80b3c95aca95f468df4e2f3e3ac618be12d3047
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.md
|
||||
|
|
Loading…
Reference in New Issue