Skip to content

Commit f758cb3

Browse files
Updating downloads to 7.1.2
1 parent d44babe commit f758cb3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build/index.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,17 @@ echo ' extracting'
4646
xzcat linux-x64.tar.xz | $tar_exec -x -C ../bin --strip-components 2 --wildcards '*/ffmpeg' '*/ffprobe'
4747
mv ../bin/ffmpeg ../bin/ffmpeg-linux-x64
4848
mv ../bin/ffprobe ../bin/ffprobe-linux-x64
49-
xzcat linux-x64.tar.xz | $tar_exec -x --ignore-case --wildcards -O '**/LICENSE.txt' >../bin/linux-x64.LICENSE
50-
curl -s -L 'https://git.ffmpeg.org/gitweb/ffmpeg.git/blob_plain/HEAD:/README.md' -o ../bin/linux-x64.README
49+
curl -s -L 'https://git.ffmpeg.org/gitweb/ffmpeg.git/blob_plain/HEAD:/README.md' -o ../bin/darwin-x64.README
50+
curl -s -L 'https://git.ffmpeg.org/gitweb/ffmpeg.git/blob_plain/HEAD:/LICENSE.md' -o ../bin/darwin-x64.LICENSE
5151

5252
echo 'linux arm64'
5353
download 'https://descript-public.s3.amazonaws.com/descript-builds/ffmpeg-static/ffmpeg-n7.1-155-g0529b466fa-linuxarm64-nonfree-7.1.tar.xz' linux-arm64.tar.xz
5454
echo ' extracting'
5555
xzcat linux-arm64.tar.xz | $tar_exec -x -C ../bin --strip-components 2 --wildcards '*/ffmpeg' '*/ffprobe'
5656
mv ../bin/ffmpeg ../bin/ffmpeg-linux-arm64
5757
mv ../bin/ffprobe ../bin/ffprobe-linux-arm64
58-
xzcat linux-arm64.tar.xz | $tar_exec -x --ignore-case --wildcards -O '**/LICENSE.txt' >../bin/linux-arm64.LICENSE
59-
curl -s -L 'https://git.ffmpeg.org/gitweb/ffmpeg.git/blob_plain/HEAD:/README.md' -o ../bin/linux-arm64.README
58+
curl -s -L 'https://git.ffmpeg.org/gitweb/ffmpeg.git/blob_plain/HEAD:/README.md' -o ../bin/darwin-x64.README
59+
curl -s -L 'https://git.ffmpeg.org/gitweb/ffmpeg.git/blob_plain/HEAD:/LICENSE.md' -o ../bin/darwin-x64.LICENSE
6060

6161
echo 'darwin x64'
6262
download 'https://www.osxexperts.net/ffmpeg71intel.zip' ffmpeg-darwin-x64.zip
@@ -71,7 +71,7 @@ curl -s -L 'https://git.ffmpeg.org/gitweb/ffmpeg.git/blob_plain/HEAD:/LICENSE.md
7171

7272
echo 'darwin arm64'
7373
echo ' downloading from osxexperts.net'
74-
download 'https://descript-public.s3.amazonaws.com/descript-builds/ffmpeg-static/ffmpeg-7.1.2-darwin-arm64-nonfree.tar.gz' darwin-arm64.zip
74+
download 'https://descript-public.s3.amazonaws.com/descript-builds/ffmpeg-static/ffmpeg-7.1.2-darwin-arm64-nonfree.tar.xz' darwin-arm64.tar.xz
7575
echo ' extracting'
7676
xzcat darwin-arm64.tar.xz | $tar_exec -x -C ../bin --strip-components 2 --wildcards '*/ffmpeg' '*/ffprobe'
7777
mv ../bin/ffmpeg ../bin/ffmpeg-darwin-arm64

0 commit comments

Comments
 (0)