bump ffmpeg version

snyk-fix-4f6b0a21fc277f6d2aff417570fcc274
Mikael Finstad 2019-05-06 21:34:03 +02:00
rodzic 4502ce28f2
commit 004d1d1fc9
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -1,8 +1,8 @@
#!/usr/bin/env bash
ffmpeg_version=4.1
ffmpeg_version=4.1.3
ffmpeg_linux_x64=https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz
ffmpeg_darwin_x64=http://evermeet.cx/ffmpeg/ffmpeg-"${ffmpeg_version}".7z
ffmpeg_darwin_x64=https://evermeet.cx/ffmpeg/ffmpeg-"${ffmpeg_version}".7z
ffmpeg_win32_ia32=https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-"${ffmpeg_version}"-win32-static.zip
ffmpeg_win32_x64=https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-"${ffmpeg_version}"-win64-static.zip
ffprobe_darwin_x64=http://evermeet.cx/ffmpeg/ffprobe-"${ffmpeg_version}".7z

Wyświetl plik

@ -1,5 +1,5 @@
#!/usr/bin/env bash
ffmpeg_version=4.1
ffmpeg_version=4.1.3
(
mkdir -p ffmpeg-tmp/extracted &&