Skip to content

Commit

Permalink
Switch SRS to 5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Jul 20, 2023
1 parent e55b8aa commit 625f839
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion auto/bt_aapanel_pub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if [[ $refresh == true ]]; then
fi
echo "Last release is $RELEASE, revision is $REVISION, next is $NEXT"

VERSION="4.6.$NEXT" &&
VERSION="5.0.$NEXT" &&
TAG="publication-v$VERSION" &&
echo "publish version $VERSION as tag $TAG"
if [[ $? -ne 0 ]]; then echo "Release failed"; exit 1; fi
Expand Down
2 changes: 1 addition & 1 deletion focal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ${ARCH}ossrs/srs:ubuntu20 AS build

FROM ${ARCH}redis:5.0 AS redis

FROM ${ARCH}ossrs/srs:4 AS srs
FROM ${ARCH}ossrs/srs:5 AS srs

# http://releases.ubuntu.com/focal/
FROM ${ARCH}ubuntu:focal AS dist
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup-aapanel/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "SRS Cloud",
"name": "srs_cloud",
"ps": "SRS is a simple, high efficiency and realtime video server, supports RTMP, WebRTC, HLS, HTTP-FLV, and SRT.",
"versions": "4.6.16",
"versions": "5.7.17",
"checks": "/www/server/panel/plugin/srs_cloud",
"author": "Winlin",
"home": "https://github.com/ossrs/srs"
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup-bt/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "SRS音视频服务器",
"name": "srs_cloud",
"ps": "直播和WebRTC音视频能力,支持RTMP、WebRTC、HLS、HTTP-FLV、SRT和MPEG-DASH等常用协议",
"versions": "4.6.16",
"versions": "5.7.17",
"checks": "/www/server/panel/plugin/srs_cloud",
"author": "Winlin",
"home": "https://github.com/ossrs/srs"
Expand Down

0 comments on commit 625f839

Please sign in to comment.