Skip to content

Commit

Permalink
feat: bump to libsrt 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
birme committed Sep 4, 2023
1 parent ed0e491 commit 23efbb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-srt-sdk.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const os = require('os');
const env = process.env;

const SRT_REPO = env.NODE_SRT_REPO || "https://github.com/Haivision/srt.git";
const SRT_CHECKOUT = "v1.4.4";
const SRT_CHECKOUT = "v1.5.2";

const srtRepoPath = env.NODE_SRT_LOCAL_REPO ? `file://${path.join(__dirname, env.NODE_SRT_LOCAL_REPO)}` : SRT_REPO;
const srtCheckout = env.NODE_SRT_CHECKOUT || SRT_CHECKOUT;
Expand Down

0 comments on commit 23efbb8

Please sign in to comment.