diff options
author | Tim Biermann <tbier@posteo.de> | 2022-10-01 14:14:58 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-10-01 14:18:05 +0200 |
commit | bc8e65c22b6e8cf01388b52ed3d571bfa2fda4fb (patch) | |
tree | be0ec97e5752503dc2bc2aba8499c6384296ab3b /flatbuffers | |
parent | f75b5f6a23641345a7a9af8f0ed9584453ee0900 (diff) | |
download | contrib-bc8e65c22b6e8cf01388b52ed3d571bfa2fda4fb.tar.gz contrib-bc8e65c22b6e8cf01388b52ed3d571bfa2fda4fb.tar.xz |
flatbuffers: 2.0.8 -> 22.9.29
Diffstat (limited to 'flatbuffers')
-rw-r--r-- | flatbuffers/.footprint | 11 | ||||
-rw-r--r-- | flatbuffers/.signature | 8 | ||||
-rw-r--r-- | flatbuffers/Pkgfile | 2 |
3 files changed, 11 insertions, 10 deletions
diff --git a/flatbuffers/.footprint b/flatbuffers/.footprint index 8b62cfac3..9fbcccb06 100644 --- a/flatbuffers/.footprint +++ b/flatbuffers/.footprint @@ -38,14 +38,15 @@ drwxr-xr-x root/root usr/include/flatbuffers/pch/ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/cmake/ drwxr-xr-x root/root usr/lib/cmake/flatbuffers/ --rw-r--r-- root/root usr/lib/cmake/flatbuffers/FlatBuffersConfig.cmake --rw-r--r-- root/root usr/lib/cmake/flatbuffers/FlatBuffersConfigVersion.cmake +-rw-r--r-- root/root usr/lib/cmake/flatbuffers/BuildFlatBuffers.cmake -rw-r--r-- root/root usr/lib/cmake/flatbuffers/FlatBuffersSharedTargets-release.cmake -rw-r--r-- root/root usr/lib/cmake/flatbuffers/FlatBuffersSharedTargets.cmake -rw-r--r-- root/root usr/lib/cmake/flatbuffers/FlatcTargets-release.cmake -rw-r--r-- root/root usr/lib/cmake/flatbuffers/FlatcTargets.cmake -lrwxrwxrwx root/root usr/lib/libflatbuffers.so -> libflatbuffers.so.2 -lrwxrwxrwx root/root usr/lib/libflatbuffers.so.2 -> libflatbuffers.so.2.0.8 --rwxr-xr-x root/root usr/lib/libflatbuffers.so.2.0.8 +-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.9.29 +-rwxr-xr-x root/root usr/lib/libflatbuffers.so.22.9.29 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/flatbuffers.pc diff --git a/flatbuffers/.signature b/flatbuffers/.signature index fa4b5ae59..cf6fb7434 100644 --- a/flatbuffers/.signature +++ b/flatbuffers/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF32VS/v24t6E2Zq9nzqbl2b+FvTCX8ZnkCWJ5RwyJGchH0lVibHfPpjtSaJdJFc+Ef6gLm70QDYy4fvFGMSFVVgc= -SHA256 (Pkgfile) = 3f9e6336645140e2dfc8d2c0f871e96ab1205bf461685347047780e18a7b99ac -SHA256 (.footprint) = 43b884370dc7ac924277dcaa32cdb9ccc05d3ed3347c6184352c1ae6dac3763e -SHA256 (flatbuffers-2.0.8.tar.gz) = f97965a727d26386afaefff950badef2db3ab6af9afe23ed6d94bfb65f95f37e +RWSagIOpLGJF34+3WeX3TN3/rzukdHyFBYEystM8b18wPqzYLSOOw4ykJXFapSRHVBLEaQNZX+P5Q9gykZ2uE+zsqtxty8oFYwA= +SHA256 (Pkgfile) = 3e6e7dac25798a8b23983c4e06be7c989fbd074a5ed3d07ebbaca2fc0b905626 +SHA256 (.footprint) = e14d657634b261426ab4a6cfce78cf637f7b2072e0e2d956741ac173545c42ee +SHA256 (flatbuffers-22.9.29.tar.gz) = 372df01795c670f6538055a7932fc7eb3e81b3653be4a216c081e9c3c26b1b6d diff --git a/flatbuffers/Pkgfile b/flatbuffers/Pkgfile index a933882f3..4022c49c7 100644 --- a/flatbuffers/Pkgfile +++ b/flatbuffers/Pkgfile @@ -4,7 +4,7 @@ # Depends on: cmake python3-setuptools name=flatbuffers -version=2.0.8 +version=22.9.29 release=1 source=(https://github.com/google/flatbuffers/archive/v$version/$name-$version.tar.gz) |