diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-09-29 19:32:34 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-09-29 23:36:11 +0200 |
| commit | 7bb243e7aec229631178d7856d0908883fa860a1 (patch) | |
| tree | 24bc2cff6f9c70d0aafa0fc104c196011b2393e6 | |
| parent | a7ff58bbd099ac28fc18622524d0c9dd3dee6911 (diff) | |
Bump ffcmp for Arch fix.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -547,7 +547,7 @@ def dependencies(target, options): deps.append(('openssl', '54298369cacfe0ae01c5aa42ace8a463fd2e7a2e')) if can_build_disk(target): deps.append(('lwext4', 'ab082923a791b58478d1d9939d65a0583566ac1f')) - deps.append(('ffcmp', '53c853d2935de3f2b0d53777529e48c102afd237')) + deps.append(('ffcmp', '29265c42838fbb647c404cf73b6fca5259cf2093')) return deps |
