Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/obs-plugin-browser-bin/template
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Template file for 'obs-plugin-browser-bin'
pkgname=obs-plugin-browser-bin
version=32.1.0 # This is actually the version of obs to extract the plugin from
version=32.1.2 # This is actually the version of obs to extract the plugin from
revision=1
archs="x86_64"
short_desc="CEF-based OBS Studio browser plugin"
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
license="GPL-2.0-only"
homepage="https://obsproject.com/kb/browser-source"
distfiles="https://github.com/obsproject/obs-studio/releases/download/$version/OBS-Studio-$version-Ubuntu-24.04-x86_64.deb"
checksum=89fa7657c56ffcc302ba75956eef1e7efaedd0e66ae2e2bd79170604d6c68800
checksum=a3bb1b0176604dad9e22710e057f0fdd76e8afb600e0e1914c30464ae49908e8

do_install() {
vinstall local/lib/x86_64-linux-gnu/obs-plugins/obs-browser.so 0644 usr/lib/obs-plugins/
Expand Down