Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Jun 9, 2024
1 parent c8ef5b8 commit 2e60095
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dep_ffmpeg.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Auto update dependencies
name: Auto update ffmpeg

on:
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dep_libsodium.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Auto update dependencies
name: Auto update libsodium

on:
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dep_libvpx.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Auto update dependencies
name: Auto update libvpx

on:
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dep_opus.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Auto update dependencies
name: Auto update opus

on:
schedule:
Expand Down
2 changes: 1 addition & 1 deletion tools/check_libsodium.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ d='./circle_scripts/'
f='deps.sh'

cd "$d"
grep -ril '_FFMPEG_VERSION_='|xargs -L1 sed -i -e 's#_FFMPEG_VERSION_=".*"#_FFMPEG_VERSION_="'"$ver"'"#'
grep -ril '_LIBSODIUM_VERSION_='|xargs -L1 sed -i -e 's#_LIBSODIUM_VERSION_=".*"#_LIBSODIUM_VERSION_="'"$ver"'"#'
2 changes: 1 addition & 1 deletion tools/check_libvpx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ d='./circle_scripts/'
f='deps.sh'

cd "$d"
grep -ril '_LIBSODIUM_VERSION_='|xargs -L1 sed -i -e 's#_LIBSODIUM_VERSION_=".*"#_LIBSODIUM_VERSION_="'"$ver"'"#'
grep -ril '_VPX_VERSION_='|xargs -L1 sed -i -e 's#_VPX_VERSION_=".*"#_VPX_VERSION_="'"$ver"'"#'

0 comments on commit 2e60095

Please sign in to comment.