7.2.0 changes

This commit is contained in:
Olof hagsand 2024-10-28 13:53:39 +01:00
parent 0307aa5374
commit 469bfdd3f2
5 changed files with 23 additions and 22 deletions

View file

@ -30,8 +30,12 @@ if [ -n "$PREFIX" ]; then
fi
V="${V}${TAG}"
V="${V}-${INDEX}"
V="${V}+${NR}"
V="${V}+${HASH}"
if [ -n "${NR}" ]; then
V="${V}+${NR}"
fi
if [ -n "${HASH}" ]; then
V="${V}+${HASH}"
fi
if [ -n "$ARCH" ]; then
V="${V}_${ARCH}"
fi