summaryrefslogtreecommitdiffstats
path: root/obs-studio
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2021-10-13 17:42:54 +0000
committer Eric Hameleers <alien@slackware.com>2021-10-13 17:42:54 +0000
commit3dc93a944bc18736471b838b67500d7ce53c61dc (patch)
tree296a0343e9d37c2ad8ce28c1ff269dd46e1c79e0 /obs-studio
parent5e6898b774f7de82bd825b833d5fa1cb2c4ba6c5 (diff)
downloadasb-3dc93a944bc18736471b838b67500d7ce53c61dc.tar.gz
asb-3dc93a944bc18736471b838b67500d7ce53c61dc.tar.xz
obs-studio: update to 27.1.3
Diffstat (limited to 'obs-studio')
-rwxr-xr-xobs-studio/build/obs-studio.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/obs-studio/build/obs-studio.SlackBuild b/obs-studio/build/obs-studio.SlackBuild
index 12e467c6..66c7ca52 100755
--- a/obs-studio/build/obs-studio.SlackBuild
+++ b/obs-studio/build/obs-studio.SlackBuild
@@ -50,6 +50,8 @@
# * Update. Disable the obs-browser since that requires
# CEF (Chromium Embedded Framework). Don't explicitly link
# to ImageMagick since the developer removed support for it.
+# 27.1.3-1: 13/oct/2021 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh obs-studio.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -58,7 +60,7 @@
# -----------------------------------------------------------------------------
PRGNAM=obs-studio
-VERSION=${VERSION:-27.0.1}
+VERSION=${VERSION:-27.1.3}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}