From 92a596de7339d049a6ecfa266b8b957a90565d35 Mon Sep 17 00:00:00 2001 From: lemmi Date: Wed, 14 Dec 2022 09:35:24 +0100 Subject: [PATCH] obs: update to 28.1.2. --- srcpkgs/obs/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/obs/template b/srcpkgs/obs/template index cf61e1c9a14..fb3aaff1fd3 100644 --- a/srcpkgs/obs/template +++ b/srcpkgs/obs/template @@ -1,7 +1,7 @@ # Template file for 'obs' pkgname=obs -version=28.1.1 -revision=2 +version=28.1.2 +revision=1 archs="i686* x86_64* ppc64le* aarch64*" build_style=cmake configure_args="-DOBS_VERSION_OVERRIDE=${version} -DENABLE_BROWSER=OFF @@ -19,7 +19,7 @@ license="GPL-2.0-or-later" homepage="https://obsproject.com" changelog="https://github.com/obsproject/obs-studio/releases" distfiles="https://github.com/obsproject/obs-studio/archive/${version}.tar.gz" -checksum=7e6b1a62b639ea71def51c85e5d24f0d0f42e0ce1b1834c023ba4d14a0963a0a +checksum=c51c72945867cd9862ba663b01cc8313153a0249dd3df0626e63fc5d82a84b39 pre_configure() { # it's not enough to use -DENABLE_BROWSER ...