summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJat2024-02-29 07:26:10 +0800
committerJat2024-02-29 07:26:10 +0800
commitebe8b88b159a71d66286f85f0c35c8e6e3b3044e (patch)
tree852a418f9b4e9c2f113032095c9c10d830e33c75
parent8232f27c2f4068c6e57bb1426f001eb988fe5b3d (diff)
downloadaur-obs-ndi-bin.tar.gz
update
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 e701107120ad..fe515b3964df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = obs-ndi-bin
pkgdesc = NewTek NDI integration for OBS Studio.
- pkgver = 4.13.0
+ pkgver = 4.13.1
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.0/obs-ndi-4.13.0-x86_64-linux-gnu.deb
- sha256sums = d7d039d5361bf7b072f9b9649066b356664fd7712cc9d6bffce5dfd7bf062efb
+ 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
pkgname = obs-ndi-bin
diff --git a/PKGBUILD b/PKGBUILD
index 60a4acbece4e..eff56a8cdedb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jat <chat@jat.email>
pkgname=obs-ndi-bin
-pkgver=4.13.0
+pkgver=4.13.1
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=('d7d039d5361bf7b072f9b9649066b356664fd7712cc9d6bffce5dfd7bf062efb')
+sha256sums=('5436f823f8886f4c57ea5fe538905ea322add5185a812896afd9a3369628e4dd')
package() {
cd "${srcdir}" || exit