feat(GODT-2762): bump version Go 1.20 Qt 6.4.3.

This commit is contained in:
Jakub
2023-08-07 07:12:37 +00:00
committed by Xavier Michelon
parent 0a51c7a6b0
commit f48a60d58c
3 changed files with 6 additions and 6 deletions

View File

@ -30,7 +30,7 @@ egrep $'^\t[^=>]*$' $LOCKFILE | sed -r 's/\t([^ ]*) v.*/\1/g' > $TEMPFILE1
egrep $'^\t.*=>.*v.*$' $LOCKFILE | sed -r 's/^.*=> ([^ ]*)( v.*)?/\1/g' >> $TEMPFILE1
cat $TEMPFILE1 | egrep -v 'therecipe/qt/internal|therecipe/env_.*_512|protontech' | sort | uniq > $TEMPFILE2
# Add non vendor credits
echo -e "\nQt 6.3.1 by Qt group\n" >> $TEMPFILE2
echo -e "\nQt 6.4.3 by Qt group\n" >> $TEMPFILE2
# join lines
sed -i -e ':a' -e 'N' -e '$!ba' -e 's|\n|;|g' $TEMPFILE2