FFmpeg-Builds/util/get_dl_cache_tag.sh

5 lines
97 B
Bash
Raw Normal View History

2023-06-20 21:26:40 +00:00
#!/bin/bash
set -eo pipefail
printf dlcache_
tail -n+3 Dockerfile.dl | sha256sum | cut -d' ' -f1