Skip to content

Commit 4ca6d79

Browse files
author
Kyle Lawhorn
authored
fix pjsip builder source (#1)
* fix pjsip builder source * add missing line
1 parent c313fb4 commit 4ca6d79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libs.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22
set -e
33

4-
VERSION="v2.8.0"
5-
URL="https://github.com/florindumitru/react-native-pjsip-builder/archive/${VERSION}.tar.gz"
4+
VERSION="v2.8.1"
5+
URL="https://github.com/OpenTelecom/react-native-pjsip-builder/archive/refs/tags/${VERSION}.tar.gz"
66
LOCK=".libs.lock"
77
DEST=".libs.tar.gz"
88
DOWNLOAD=true
@@ -30,7 +30,7 @@ if [ "$DOWNLOAD" = true ]; then
3030
rm -f "${DEST}"
3131

3232
echo "${VERSION}" > ${LOCK}
33-
cd react-native-pjsip-builder-2.8.0
33+
cd react-native-pjsip-builder-2.8.1
3434
./release.sh
3535
cp -rf dist/ios/VialerPJSIP.framework ../ios/
3636
cp -rf dist/android/src/* ../android/src

0 commit comments

Comments
 (0)