diff options
author | Tim Biermann <tbier@posteo.de> | 2021-05-11 21:06:43 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-05-11 21:07:58 +0000 |
commit | a282bd6781433942cb24761b46b116c09bde13f9 (patch) | |
tree | 3443dd13b079fdb40eaac59da86214a690d1c08d /flatbuffers | |
parent | e7c4d9e1df123c05a1db2894cd330c000f9ebe11 (diff) | |
download | contrib-a282bd6781433942cb24761b46b116c09bde13f9.tar.gz contrib-a282bd6781433942cb24761b46b116c09bde13f9.tar.xz |
flatbuffers: 1.12.0 -> 2.0.0
Diffstat (limited to 'flatbuffers')
-rw-r--r-- | flatbuffers/.footprint | 8 | ||||
-rw-r--r-- | flatbuffers/.signature | 8 | ||||
-rw-r--r-- | flatbuffers/Pkgfile | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/flatbuffers/.footprint b/flatbuffers/.footprint index a286c5d63..eb756dde9 100644 --- a/flatbuffers/.footprint +++ b/flatbuffers/.footprint @@ -29,6 +29,8 @@ drwxr-xr-x root/root usr/lib/cmake/flatbuffers/ -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.1 -lrwxrwxrwx root/root usr/lib/libflatbuffers.so.1 -> libflatbuffers.so.1.12.0 --rwxr-xr-x root/root usr/lib/libflatbuffers.so.1.12.0 +lrwxrwxrwx root/root usr/lib/libflatbuffers.so -> libflatbuffers.so.2 +lrwxrwxrwx root/root usr/lib/libflatbuffers.so.2 -> libflatbuffers.so.2.0.0 +-rwxr-xr-x root/root usr/lib/libflatbuffers.so.2.0.0 +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 0468e0636..5fb7ec219 100644 --- a/flatbuffers/.signature +++ b/flatbuffers/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF38LueYa4Z9qlnkXhEUDns9NakDKlTR7XJD7Ocqpfcu8/Exi6Y9oeFW175NxYkrPFbFJrVRPuiqMvlOpQVnqaTAU= -SHA256 (Pkgfile) = 9fa61f6bcc561fd636a30bd5a371cbc0d6c010541ff18fb4843638d9d73a4d89 -SHA256 (.footprint) = 18555468a12663ea250ddc00dc2a7136eb91d34e8d0de84298880c87297f7883 -SHA256 (flatbuffers-1.12.0-1.tar.gz) = 761902cb5946600604a923455c2a811b87a093142e0cceab6c848005096d967b +RWSagIOpLGJF3yx8ksacM3GVTVJWFL1z/DHaVgyOR/X9MrFGrlC53tAgiQ3rCblR+Y3VcxIEBaAykRvK5TNylPceuKZvly2z5Qc= +SHA256 (Pkgfile) = 70c1dead2daa5070475110f594eb27e5587b0e91a707a097ecf197e7480ae9d1 +SHA256 (.footprint) = b73ea87c81683e7c0b2741f158dae7b78b6a0abf9a1d321dffc9dd1347ae1b17 +SHA256 (flatbuffers-2.0.0.tar.gz) = 9ddb9031798f4f8754d00fca2f1a68ecf9d0f83dfac7239af1311e4fd9a565c4 diff --git a/flatbuffers/Pkgfile b/flatbuffers/Pkgfile index 405ea9f97..9e194fab7 100644 --- a/flatbuffers/Pkgfile +++ b/flatbuffers/Pkgfile @@ -4,15 +4,13 @@ # Depends on: cmake python3-setuptools name=flatbuffers -version=1.12.0 -_commit=a402b3abaea6490d8aad1fe90d8bafe2a6396fe8 +version=2.0.0 release=1 -source=(#https://github.com/google/flatbuffers/archive/v$version/$name-$version.tar.gz - https://github.com/google/flatbuffers/archive/$_commit/$name-$version-1.tar.gz) +source=(https://github.com/google/flatbuffers/archive/v$version/$name-$version.tar.gz) build() { [[ -e /usr/bin/ninja ]] && PKGMK_FLATBUFFERS+=' -G Ninja' - cmake -S $name-$_commit -B build $PKGMK_FLATBUFFERS \ + cmake -S $name-$version -B build $PKGMK_FLATBUFFERS \ -D CMAKE_INSTALL_PREFIX=/usr \ -D CMAKE_INSTALL_LIBDIR=lib \ -D CMAKE_BUILD_TYPE=Release \ |