diff options
-rw-r--r-- | network/coturn/README | 4 | ||||
-rw-r--r-- | network/coturn/coturn.SlackBuild | 2 | ||||
-rw-r--r-- | network/coturn/coturn.info | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/network/coturn/README b/network/coturn/README index fa3bc447ee2d..b9e02531939d 100644 --- a/network/coturn/README +++ b/network/coturn/README @@ -10,7 +10,7 @@ for example: groupadd -g 366 turnserver useradd -u 366 -g turnserver -d /var/lib/turn -s /bin/bash turnserver -If you wish another group and username, you can set TURN_GROUP and TURN_USER, -for example: +If you wish another group and username, you can set TURN_GROUP and +TURN_USER, for example: TURN_GROUP=mygroup TURN_USER=myuser ./coturn.SlackBuild diff --git a/network/coturn/coturn.SlackBuild b/network/coturn/coturn.SlackBuild index e7eafd09f03e..5998ee5fc203 100644 --- a/network/coturn/coturn.SlackBuild +++ b/network/coturn/coturn.SlackBuild @@ -26,7 +26,7 @@ # Modified by slackbuilds.org 2020-04-17 16:08:20 +0100 PRGNAM=coturn -VERSION=${VERSION:-4.5.1.3} +VERSION=${VERSION:-4.5.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/coturn/coturn.info b/network/coturn/coturn.info index 57729fae4a3c..28ecb386638d 100644 --- a/network/coturn/coturn.info +++ b/network/coturn/coturn.info @@ -1,8 +1,8 @@ PRGNAM="coturn" -VERSION="4.5.1.3" +VERSION="4.5.2" HOMEPAGE="https://github.com/coturn/coturn" -DOWNLOAD="https://github.com/coturn/coturn/archive/4.5.1.3/coturn-4.5.1.3.tar.gz" -MD5SUM="4cf8a8ad166464763abde6997bda33db" +DOWNLOAD="https://github.com/coturn/coturn/archive/4.5.2/coturn-4.5.2.tar.gz" +MD5SUM="e58d9e14e0607f763945ff98585cb218" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |