From 8a1d74688cab3e4c5d9ca5f6c0ce470119e8bf14 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Mon, 4 Oct 2021 12:29:17 +0300 Subject: [PATCH] CI: Update modules for Flatpak build * CI: Update mbedtls to v2.27.0 * CI: Update srt to v1.4.4 Mandatory update for org.kde.Platform 5.15-21.08 runtime. --- CI/flatpak/com.obsproject.Studio.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CI/flatpak/com.obsproject.Studio.json b/CI/flatpak/com.obsproject.Studio.json index d0e1cf9f3..0cb70926d 100644 --- a/CI/flatpak/com.obsproject.Studio.json +++ b/CI/flatpak/com.obsproject.Studio.json @@ -97,8 +97,8 @@ { "type": "git", "url": "https://github.com/Haivision/srt.git", - "tag": "v1.4.2", - "commit": "50b7af06f3a0a456c172b4cb3aceafa8a5cc0036" + "tag": "v1.4.4", + "commit": "8b32f3734ff6af7cc7b0fef272591cb80a2d1aae" } ] }, @@ -194,8 +194,8 @@ { "type": "git", "url": "https://github.com/ARMmbed/mbedtls.git", - "commit": "1c54b5410fd48d6bcada97e30cac417c5c7eea67", - "tag": "v2.25.0" + "commit": "f71e2878084126737cc39083e1e15afc459bd93d", + "tag": "v2.27.0" } ] },