Bump again. macos107
authorCarl Hetherington <cth@carlh.net>
Mon, 17 May 2021 07:33:51 +0000 (09:33 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 17 May 2021 07:33:51 +0000 (09:33 +0200)
cscript

diff --git a/cscript b/cscript
index 5afc12bffefb0ec1b0178298ea0c3a1cf8ce5bce..3e61d93eb60aa7f8af62a072fa7e975a567d5f7d 100644 (file)
--- a/cscript
+++ b/cscript
@@ -381,7 +381,7 @@ def dependencies(target, options):
         ffmpeg_options = {}
 
     if target.platform != 'linux' or target.distro != 'arch':
-        deps = [('ffmpeg-cdist', 'ec94e19', ffmpeg_options)]
+        deps = [('ffmpeg-cdist', '114a1ae', ffmpeg_options)]
     else:
         # Use distro-provided FFmpeg on Arch
         deps = []
@@ -397,7 +397,7 @@ def dependencies(target, options):
     deps.append(('openssl', '7f29dd5'))
     if can_build_disk(target):
         deps.append(('lwext4', '9d20ec5'))
-    deps.append(('ffcmp', '75c5795'))
+    deps.append(('ffcmp', '1857e80'))
 
     return deps