flatbuffers: 22.12.06 -> 23.1.4

This commit is contained in:
Tim Biermann 2023-01-06 15:33:16 +00:00
parent bd42ee75df
commit b24da5f077
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 9 additions and 9 deletions

View File

@ -45,8 +45,8 @@ drwxr-xr-x root/root usr/lib/cmake/flatbuffers/
-rw-r--r-- root/root usr/lib/cmake/flatbuffers/FlatcTargets.cmake
-rw-r--r-- root/root usr/lib/cmake/flatbuffers/flatbuffers-config-version.cmake
-rw-r--r-- root/root usr/lib/cmake/flatbuffers/flatbuffers-config.cmake
lrwxrwxrwx root/root usr/lib/libflatbuffers.so -> libflatbuffers.so.22
lrwxrwxrwx root/root usr/lib/libflatbuffers.so.22 -> libflatbuffers.so.22.12.06
-rwxr-xr-x root/root usr/lib/libflatbuffers.so.22.12.06
lrwxrwxrwx root/root usr/lib/libflatbuffers.so -> libflatbuffers.so.23
lrwxrwxrwx root/root usr/lib/libflatbuffers.so.23 -> libflatbuffers.so.23.1.4
-rwxr-xr-x root/root usr/lib/libflatbuffers.so.23.1.4
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/flatbuffers.pc

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3z3BjGKU0cwNIot/nABrgMjHgW5RHPcl2wmrSjQAm6SvgyumV4AZvW7MIozADNFDys1NAvoYy5ykewJt346MpAs=
SHA256 (Pkgfile) = aab935c3ac915b97c93d8d45735281aaaeb0474fa28ece731e8d23da73d83986
SHA256 (.footprint) = 9eaafc1ae7074a7ce2af8ced2ced72a5347c0e5f8b84d3cc0ee93d58ef2185c1
SHA256 (flatbuffers-22.12.06.tar.gz) = 209823306f2cbedab6ff70997e0d236fcfd1864ca9ad082cbfdb196e7386daed
RWSagIOpLGJF38Qf1aezt764YHyEAtXqvk9FMW/04BsCTY4U2X86SHUXv9byiMLbUMXDhTG7YZhio0WxeUSvrtQk0vFYU4T9vgE=
SHA256 (Pkgfile) = 8d480f9fdb54955ba9262624d299b5186035a24713486e1c887df51cb86796af
SHA256 (.footprint) = 5ac95d50e630b49f176b1fcae68fd38843ff6eadc0995f0bc16d89b78d1c5a59
SHA256 (flatbuffers-23.1.4.tar.gz) = 801871ff3747838c0dd9730fc44ca9cc453ff42f9c8a0a2f1b33776d2ca5e4b9

View File

@ -1,10 +1,10 @@
# Description: An efficient cross platform serialization library for C++, with support for Java, C# and Go
# URL: https://google.github.io/flatbuffers/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: cmake python3-setuptools
# Depends on: python3-setuptools
name=flatbuffers
version=22.12.06
version=23.1.4
release=1
source=(https://github.com/google/flatbuffers/archive/v$version/$name-$version.tar.gz)