mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libcbor: update to 0.10.1.
This commit is contained in:
parent
655a963f3c
commit
0d45e116dd
2 changed files with 3 additions and 3 deletions
|
@ -3897,7 +3897,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.9 libcbor-0.9.0_1
|
libcbor.so.0.10 libcbor-0.10.1_1
|
||||||
libfido2.so.1 libfido2-1.6.0_2
|
libfido2.so.1 libfido2-1.6.0_2
|
||||||
libOpenImageDenoise.so.1 openimagedenoise-1.3.0_1
|
libOpenImageDenoise.so.1 openimagedenoise-1.3.0_1
|
||||||
libcbang0.so cbang-1.6.0_3
|
libcbang0.so cbang-1.6.0_3
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libcbor'
|
# Template file for 'libcbor'
|
||||||
pkgname=libcbor
|
pkgname=libcbor
|
||||||
version=0.9.0
|
version=0.10.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_SHARED_LIBS=ON"
|
configure_args="-DBUILD_SHARED_LIBS=ON"
|
||||||
|
@ -9,7 +9,7 @@ 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=da81e4f9333e0086d4e2745183c7052f04ecc4dbcffcf910029df24f103c15d1
|
checksum=e8fa0a726b18861c24428561c80b3c95aca95f468df4e2f3e3ac618be12d3047
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.md
|
vlicense LICENSE.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue