diff --git a/srcpkgs/flatbuffers/patches/init-var.patch b/srcpkgs/flatbuffers/patches/init-var.patch deleted file mode 100644 index eb7de9655a256f..00000000000000 --- a/srcpkgs/flatbuffers/patches/init-var.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: flatbuffers-1.12.0/tests/test_builder.h -=================================================================== ---- flatbuffers-1.12.0.orig/tests/test_builder.h -+++ flatbuffers-1.12.0/tests/test_builder.h -@@ -63,7 +63,7 @@ template - void builder_move_assign_after_releaseraw_test(Builder b1) { - auto root_offset1 = populate1(b1); - b1.Finish(root_offset1); -- size_t size, offset; -+ size_t size = 0, offset; - std::shared_ptr raw( - b1.ReleaseRaw(size, offset), [size](uint8_t *ptr) { - flatbuffers::DefaultAllocator::dealloc(ptr, size); diff --git a/srcpkgs/flatbuffers/template b/srcpkgs/flatbuffers/template index 759e913d2edbd9..6318ba9be4b66b 100644 --- a/srcpkgs/flatbuffers/template +++ b/srcpkgs/flatbuffers/template @@ -1,6 +1,6 @@ # Template file for 'flatbuffers' pkgname=flatbuffers -version=1.12.0 +version=25.12.19 revision=1 build_style=cmake short_desc="Memory efficient serialization library" @@ -8,7 +8,7 @@ maintainer="Orphaned " license="Apache-2.0" homepage="https://google.github.io/flatbuffers/" distfiles="https://github.com/google/${pkgname}/archive/v${version}.tar.gz" -checksum=62f2223fb9181d1d6338451375628975775f7522185266cd5296571ac152bc45 +checksum=f81c3162b1046fe8b84b9a0dbdd383e24fdbcf88583b9cb6028f90d04d90696a if [ "$CROSS_BUILD" ]; then # Disable tests to prevent executing target binaries on host diff --git a/srcpkgs/kodi/template b/srcpkgs/kodi/template index 422ba2bc5b8230..57572a0faa1625 100644 --- a/srcpkgs/kodi/template +++ b/srcpkgs/kodi/template @@ -1,7 +1,7 @@ # Template file for 'kodi' pkgname=kodi version=21.2 -revision=5 +revision=6 _codename="Omega" _crossguid_ver="ca1bf4b810e2d188d04cb6286f957008ee1b7681" _dvdcss_ver="1.4.3-Next-Nexus-Alpha2-2"