summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJat2024-05-06 09:46:42 +0800
committerJat2024-05-06 09:46:42 +0800
commit593604a74951577d941818f224f479a66f7ce2fe (patch)
tree6f84fe49c8269f6d76f758f5c8cf12335bbd95a7
parentebe8b88b159a71d66286f85f0c35c8e6e3b3044e (diff)
downloadaur-593604a74951577d941818f224f479a66f7ce2fe.tar.gz
update obs-ndi-bin package to version 4.13.2
Signed-off-by: Jat <jat@sinosky.org>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe515b3964df..dd308cf5e2da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = obs-ndi-bin
pkgdesc = NewTek NDI integration for OBS Studio.
- pkgver = 4.13.1
+ pkgver = 4.13.2
pkgrel = 1
url = https://github.com/obs-ndi/obs-ndi
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = obs-ndi-bin
depends = ndi-sdk
provides = obs-ndi
conflicts = obs-ndi-git
- source = https://github.com/obs-ndi/obs-ndi/releases/download/4.13.1/obs-ndi-4.13.1-x86_64-linux-gnu.deb
- sha256sums = 5436f823f8886f4c57ea5fe538905ea322add5185a812896afd9a3369628e4dd
+ source = https://github.com/obs-ndi/obs-ndi/releases/download/4.13.2/obs-ndi-4.13.2-x86_64-linux-gnu.deb
+ sha256sums = d40f5506432b43d3fdffad5d4b62cec84e997ab39ca48647b288164f9d4e2b3a
pkgname = obs-ndi-bin
diff --git a/PKGBUILD b/PKGBUILD
index eff56a8cdedb..37ed4336ec34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jat <chat@jat.email>
pkgname=obs-ndi-bin
-pkgver=4.13.1
+pkgver=4.13.2
pkgrel=1
pkgdesc='NewTek NDI integration for OBS Studio.'
arch=('x86_64')
@@ -11,7 +11,7 @@ provides=('obs-ndi')
conflicts=('obs-ndi-git')
depends=('obs-studio' 'avahi' 'ndi-sdk')
source=("${url}/releases/download/${pkgver}/obs-ndi-${pkgver}-x86_64-linux-gnu.deb")
-sha256sums=('5436f823f8886f4c57ea5fe538905ea322add5185a812896afd9a3369628e4dd')
+sha256sums=('d40f5506432b43d3fdffad5d4b62cec84e997ab39ca48647b288164f9d4e2b3a')
package() {
cd "${srcdir}" || exit