msgpack-c: 4.0.0 -> 5.0.0

This commit is contained in:
Tim Biermann 2023-01-11 20:34:17 +00:00
parent bff56ea6d6
commit 1ff785f774
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 10 additions and 10 deletions

View File

@ -22,11 +22,11 @@ drwxr-xr-x root/root usr/include/msgpack/
-rw-r--r-- root/root usr/include/msgpack/zone.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/cmake/
drwxr-xr-x root/root usr/lib/cmake/msgpack/
-rw-r--r-- root/root usr/lib/cmake/msgpack/msgpack-config-version.cmake
-rw-r--r-- root/root usr/lib/cmake/msgpack/msgpack-config.cmake
-rw-r--r-- root/root usr/lib/cmake/msgpack/msgpack-targets-release.cmake
-rw-r--r-- root/root usr/lib/cmake/msgpack/msgpack-targets.cmake
drwxr-xr-x root/root usr/lib/cmake/msgpackc/
-rw-r--r-- root/root usr/lib/cmake/msgpackc/msgpackc-config-version.cmake
-rw-r--r-- root/root usr/lib/cmake/msgpackc/msgpackc-config.cmake
-rw-r--r-- root/root usr/lib/cmake/msgpackc/msgpackc-targets-release.cmake
-rw-r--r-- root/root usr/lib/cmake/msgpackc/msgpackc-targets.cmake
lrwxrwxrwx root/root usr/lib/libmsgpackc.so -> libmsgpackc.so.2
lrwxrwxrwx root/root usr/lib/libmsgpackc.so.2 -> libmsgpackc.so.2.0.0
-rwxr-xr-x root/root usr/lib/libmsgpackc.so.2.0.0

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF39d5T5OqqqvZAXjfhA58dHIAEuMebjhBxHvH1u/SgvQilBYKizzPRP+PCY6si+4IlIMA37SAcoZwDJ4wUCLUXAQ=
SHA256 (Pkgfile) = a55c45894ba644b4d10bc7c6c10386fe2455d4ceff6b1ff375f05acca7efa2c1
SHA256 (.footprint) = a7e3545f244b2aba4cbdea41e99afe5d23adb860818d475969962be16e432b08
SHA256 (msgpack-c-4.0.0.tar.gz) = 420fe35e7572f2a168d17e660ef981a589c9cbe77faa25eb34a520e1fcc032c8
RWSagIOpLGJF30uGhwAipgyNZIzT0VSO51fyaYBnYR02FOXq6GGFs/NBTEsbZEy8DfoprRMZ6ycb00fZk4mVVeQPBPXJHYOJZwA=
SHA256 (Pkgfile) = 8b06d5211660504528e116657df77df714627dd1fc67d10b1879f2ae0ba6e39d
SHA256 (.footprint) = 150a8a6a9a6e0b0b4bbbfc211d16935e75f7f423df83bae749e1f22ac503d23b
SHA256 (msgpack-c-5.0.0.tar.gz) = eb6d77f32dbaaae9174d96cacfe02af30bf1ea329c45018074cd95ac6e6fa6e5

View File

@ -4,7 +4,7 @@
# Depends on: graphviz
name=msgpack-c
version=4.0.0
version=5.0.0
release=1
source=(https://github.com/msgpack/msgpack-c/releases/download/c-$version/$name-$version.tar.gz)