Skip to content

Commit c23080d

Browse files
committed
Update index.sh
1 parent 3669111 commit c23080d

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

build/index.sh

+9-5
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,16 @@ curl -s -L 'https://git.ffmpeg.org/gitweb/ffmpeg.git/blob_plain/HEAD:/LICENSE.md
9696

9797
echo 'darwin arm64'
9898
echo ' downloading from osxexperts.net'
99-
download 'https://www.osxexperts.net/ffmpeg44arm.zip' darwin-arm64.zip
99+
download 'https://www.osxexperts.net/ffmpeg6arm.zip' ffmpeg-darwin-arm64.zip
100+
download 'https://www.osxexperts.net/ffprobe6arm.zip' ffprobe-darwin-arm64.zip
100101
echo ' extracting'
101-
unzip -o -d ../bin -j darwin-arm64.zip ffmpeg
102-
mv ../bin/ffmpeg ../bin/darwin-arm64
103-
curl -s -L 'https://git.ffmpeg.org/gitweb/ffmpeg.git/blob_plain/HEAD:/LICENSE.md' -o ../bin/darwin-arm64.LICENSE
104-
curl -s -L 'https://git.ffmpeg.org/gitweb/ffmpeg.git/blob_plain/HEAD:/README.md' -o ../bin/darwin-arm64.README
102+
unzip -o -d ../bin -j ffmpeg-darwin-arm64.zip ffmpeg
103+
unzip -o -d ../bin -j ffprobe-darwin-arm64.zip ffprobe
104+
mv ../bin/ffmpeg ../bin/ffmpeg-darwin-arm64
105+
mv ../bin/ffprobe ../bin/ffprobe-darwin-arm64
106+
curl -fsSL 'https://git.ffmpeg.org/gitweb/ffmpeg.git/blob_plain/n6.0:/LICENSE.md' -o ../bin/darwin-arm64.LICENSE
107+
curl -fsSL 'https://git.ffmpeg.org/gitweb/ffmpeg.git/blob_plain/n6.0:/README.md' -o ../bin/darwin-arm64.README
108+
105109

106110
echo 'freebsd x64'
107111
echo ' downloading from github.com/Thefrank/ffmpeg-static-freebsd'

0 commit comments

Comments
 (0)