From 7b276ec7693db8989c8a004d9fb6d6dafde70ce7 Mon Sep 17 00:00:00 2001 From: Cory Hendrixson Date: Tue, 5 May 2020 16:18:31 -0700 Subject: [PATCH 1/2] Add obsstudio version 25.0.8 --- manifests/HughBailey/OBSStudio/25.0.8.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 manifests/HughBailey/OBSStudio/25.0.8.yaml diff --git a/manifests/HughBailey/OBSStudio/25.0.8.yaml b/manifests/HughBailey/OBSStudio/25.0.8.yaml new file mode 100644 index 0000000000000..fe3ca99fe7ecc --- /dev/null +++ b/manifests/HughBailey/OBSStudio/25.0.8.yaml @@ -0,0 +1,21 @@ +Id: HughBailey.OBSStudio +Name: OBS Studio +AppMoniker: obsstudio +Version: 25.0.8 +Publisher: HughBailey +Author: OBS Project +License: GNU General Public License (GPL) +LicenseUrl: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html +MinOSVersion: 10.0.0.0 +Homepage: https://obsproject.com/ +Description: Free and open source software for video recording and live streaming. +Tags: "obsstudio,streaming" +InstallerType: exe +Installers: + - Arch: x64 + Url: https://cdn-fastly.obsproject.com/downloads/OBS-Studio-25.0.8-Full-Installer-x64.exe + Sha256: 9dd6243afbd614b4f18bd3f4e408a18e418491dbe53ec34af7fce1184cdc6c3b + Language: en-US + Switches: + Silent: /S + SilentWithProgress: /S From f6face108be6448069141be9948cc1d66b1431f2 Mon Sep 17 00:00:00 2001 From: Cory Hendrixson Date: Wed, 6 May 2020 08:43:53 -0700 Subject: [PATCH 2/2] Update to a more product specific license URL --- manifests/HughBailey/OBSStudio/25.0.8.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/HughBailey/OBSStudio/25.0.8.yaml b/manifests/HughBailey/OBSStudio/25.0.8.yaml index fe3ca99fe7ecc..d70090c47a332 100644 --- a/manifests/HughBailey/OBSStudio/25.0.8.yaml +++ b/manifests/HughBailey/OBSStudio/25.0.8.yaml @@ -5,7 +5,7 @@ Version: 25.0.8 Publisher: HughBailey Author: OBS Project License: GNU General Public License (GPL) -LicenseUrl: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html +LicenseUrl: https://github.com/obsproject/obs-studio/blob/master/COPYING MinOSVersion: 10.0.0.0 Homepage: https://obsproject.com/ Description: Free and open source software for video recording and live streaming.