Skip to content

Commit 44275c0

Browse files
committed
Build wheels against libsrtp v2.7.0
1 parent 0cea5a7 commit 44275c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/build-libsrtp.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ for %%d in (libsrtp) do (
1212

1313
git clone https://github.com/cisco/libsrtp/ %source_dir%
1414
cd %source_dir%
15-
git checkout -qf v2.6.0
15+
git checkout -qf v2.7.0
1616
cd ..
1717

1818
if "%PYTHON_ARCH%" == "64" (

scripts/build-libsrtp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def run(cmd):
3636

3737
run(["git", "clone", "https://github.com/cisco/libsrtp/", source_dir])
3838
os.chdir(source_dir)
39-
run(["git", "checkout", "-qf", "v2.6.0"])
39+
run(["git", "checkout", "-qf", "v2.7.0"])
4040

4141
os.mkdir(build_dir)
4242
os.chdir(build_dir)

0 commit comments

Comments
 (0)