coturn/rpm/build.settings.sh
Pavel Punsky 678996a529
Update version to 4.7.0 (#1691)
Set new release version to 4.7.0
Updating minor version due to some breaking changes in options to enable
more secure/robust configuration without additional flags (or relying on
recommended conf file which people seem to skip during updates)
2025-05-30 14:13:59 -07:00

13 lines
160 B
Bash
Executable File

#!/bin/bash
# Common settings script.
TURNVERSION=4.7.0
BUILDDIR=~/rpmbuild
ARCH=`uname -p`
WGETOPTIONS="--no-check-certificate"
RPMOPTIONS="-ivh --force"