Skip to content
Snippets Groups Projects
Forked from VTK / VTK
26248 commits behind the upstream repository.
Kitware Robot's avatar
Kitware Robot authored
Populate a script with `map_<md5>=<sha512>` variable settings and
then run the following to convert the content link files:

    git ls-files -- '*.md5' | while read f; do
      md5="$(cat "$f")"
      sha512="$(eval echo \${map_$md5})"
      rm "$f"
      echo $sha512 > ${f%.md5}.sha512
    done
d6d05b2a
History
Name Last commit Last update
..
Core
Python
WebGLExporter