libcbor: update to 0.6.1.
This commit is contained in:
parent
8d80d054e7
commit
2efeec6c5a
|
@ -3842,7 +3842,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.6.0 libcbor-0.6.0_1
|
||||
libcbor.so.0.6 libcbor-0.6.1_1
|
||||
libfido2.so.1 libfido2-1.3.0_1
|
||||
libjanet.so.1.7 janet-1.7.0_1
|
||||
libOpenImageDenoise.so.0 openimagedenoise-1.1.0_1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libcbor'
|
||||
pkgname=libcbor
|
||||
version=0.6.0
|
||||
version=0.6.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
make_build_args="cbor_shared"
|
||||
|
@ -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=ad97dfe6462a28956be38c924a5a557acf303d8454ca121e02150a5b87e03ee7
|
||||
checksum=19309b84d4d88ae1179f3686bd246d977710801c1603915c51f618ba76727e94
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.md
|
||||
|
|
Loading…
Reference in New Issue