summaryrefslogtreecommitdiffstats
path: root/obs-studio/build/obs-studio.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'obs-studio/build/obs-studio.SlackBuild')
-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}