From 25969b08c86e3ab45dfde618d0f5e8e4c5060792 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 01:20:18 +0000 Subject: [PATCH 1/2] build(deps): bump third-party/build-deps from `fce763b` to `9d09f31` Bumps [third-party/build-deps](https://github.com/LizardByte/build-deps) from `fce763b` to `9d09f31`. - [Release notes](https://github.com/LizardByte/build-deps/releases) - [Commits](https://github.com/LizardByte/build-deps/compare/fce763bb09c73b5952ccdcbc90efb8ba8f53a7de...9d09f3123532beeddcbe42f96a476d2cb261f471) --- updated-dependencies: - dependency-name: third-party/build-deps dependency-version: 9d09f3123532beeddcbe42f96a476d2cb261f471 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- third-party/build-deps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third-party/build-deps b/third-party/build-deps index fce763bb09c..9d09f312353 160000 --- a/third-party/build-deps +++ b/third-party/build-deps @@ -1 +1 @@ -Subproject commit fce763bb09c73b5952ccdcbc90efb8ba8f53a7de +Subproject commit 9d09f3123532beeddcbe42f96a476d2cb261f471 From 1aed0299da09e098d023970e9f90db2d327afcee Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Tue, 23 Jun 2026 21:23:24 -0400 Subject: [PATCH 2/2] chore(deps): Update ffmpeg module URLs and checksums for Flatpak Bump ffmpeg prebuilt archive references to build-deps release v2026.621.21936 and update the SHA256 checksums for the x86_64 and aarch64 packages. Destination filenames and architecture selections remain unchanged. --- packaging/linux/flatpak/modules/ffmpeg.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packaging/linux/flatpak/modules/ffmpeg.json b/packaging/linux/flatpak/modules/ffmpeg.json index 454d42f741a..790edacd449 100644 --- a/packaging/linux/flatpak/modules/ffmpeg.json +++ b/packaging/linux/flatpak/modules/ffmpeg.json @@ -8,8 +8,8 @@ "sources": [ { "type": "file", - "url": "https://github.com/LizardByte/build-deps/releases/download/v2026.516.30821/Linux-x86_64-ffmpeg.tar.gz", - "sha256": "c32319fcc2867befe8ff3ae26b4d3a58378c3a9c1bfef9029c9969321c3bc6ec", + "url": "https://github.com/LizardByte/build-deps/releases/download/v2026.621.21936/Linux-x86_64-ffmpeg.tar.gz", + "sha256": "62c08f5c9ef2b4e9adeb0d88b11da6c980170b76fae74fe67a4804b88e96c257", "dest-filename": "ffmpeg.tar.gz", "only-arches": [ "x86_64" @@ -23,8 +23,8 @@ }, { "type": "file", - "url": "https://github.com/LizardByte/build-deps/releases/download/v2026.516.30821/Linux-aarch64-ffmpeg.tar.gz", - "sha256": "10b6c9440ba6178ec3b944f6c6f697253497cad5196d23a2d32d335daae0062e", + "url": "https://github.com/LizardByte/build-deps/releases/download/v2026.621.21936/Linux-aarch64-ffmpeg.tar.gz", + "sha256": "6baae9b03f378ccd2dc7a48f9b39f3eaeeba865e3acd274e5a2d4f8662a74fa8", "dest-filename": "ffmpeg.tar.gz", "only-arches": [ "aarch64"