Update startpackpack.sh

update packpack to pull the latest commit from RTSPServer project
pull/4211/head
Andrew Bauer 2025-01-25 09:39:01 -06:00 committed by GitHub
parent 64411489bc
commit 35f1d87f11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ commonprep () {
fi
fi
RTSPVER="eab32851421ffe54fec0229c3efc44c642bc8d46"
RTSPVER="055d81fe1293429e496b19104a9ed3360755a440"
if [ -e "build/RtspServer-${RTSPVER}.tar.gz" ]; then
echo "Found existing RtspServer ${RTSPVER} tarball..."
else