From 94e006e2450f5db79c59117e68f94cab6c0f4def Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 01:39:41 +0000 Subject: [PATCH 1/2] build(deps): bump third-party/build-deps from `d8b1d18` to `b69da6b` Bumps [third-party/build-deps](https://github.com/LizardByte/build-deps) from `d8b1d18` to `b69da6b`. - [Release notes](https://github.com/LizardByte/build-deps/releases) - [Commits](https://github.com/LizardByte/build-deps/compare/d8b1d18b7e82f8ee396bdd05e226896fa523b0df...b69da6b0da0d8399e90ce56860676fbc2ccd03a2) --- updated-dependencies: - dependency-name: third-party/build-deps dependency-version: b69da6b0da0d8399e90ce56860676fbc2ccd03a2 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 d8b1d18b7e8..b69da6b0da0 160000 --- a/third-party/build-deps +++ b/third-party/build-deps @@ -1 +1 @@ -Subproject commit d8b1d18b7e82f8ee396bdd05e226896fa523b0df +Subproject commit b69da6b0da0d8399e90ce56860676fbc2ccd03a2 From c9cf7fbb678be3f6aedd8bd6e4097e58b79b4220 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Fri, 15 May 2026 21:44:30 -0400 Subject: [PATCH 2/2] Update ffmpeg module URLs and checksums Bump packaged FFmpeg build-deps to v2026.515.234056 for x86_64 and aarch64 by updating the download URLs and SHA-256 checksums. Destination filenames and architecture selectors 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 cc9754d3f5b..041f3c57841 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.508.175015/Linux-x86_64-ffmpeg.tar.gz", - "sha256": "2bae3b4fd3c13b2b731b5bc90e888cc535216e85b499b8405d23508eaa589924", + "url": "https://github.com/LizardByte/build-deps/releases/download/v2026.515.234056/Linux-x86_64-ffmpeg.tar.gz", + "sha256": "6baa21f2ec78e8d227f1b857c1b83e82fa102e0d78fbc934f0cd336144680646", "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.508.175015/Linux-aarch64-ffmpeg.tar.gz", - "sha256": "ea2c9f70cbe0d95493bef8fa44ad5b528d333c251c0b9588fe9dd31f347ff66c", + "url": "https://github.com/LizardByte/build-deps/releases/download/v2026.515.234056/Linux-aarch64-ffmpeg.tar.gz", + "sha256": "2e5c7b6e5b731dcbe2c45163ead8b1247559c83e6f28ac46431cfc6605d2a102", "dest-filename": "ffmpeg.tar.gz", "only-arches": [ "aarch64"