update proxmox-biome-2.0.6-2

Signed-off-by: Wolfgang <github@linux-dude.de>
This commit is contained in:
Wolfgang
2025-07-24 16:50:58 +00:00
parent ff38abbf8d
commit 4c0562367c

View File

@@ -290,11 +290,13 @@ EOF
cd "${SOURCES}" cd "${SOURCES}"
if [ "${BUILD_PACKAGE}" != "client" ]; then if [ "${BUILD_PACKAGE}" != "client" ]; then
PROXMOX_BIOME_VER="2.0.6-1" PROXMOX_BIOME_VER="2.0.6-2"
PROXMOX_BIOME_GIT="ddb28c67cad102cc8bbecbbaa1edc5d101c7f782" # 2.0.6-1 PROXMOX_BIOME_GIT="ddb28c67cad102cc8bbecbbaa1edc5d101c7f782" # 2.0.6-1
PROXMOX_BIOME_DOWNLOAD_VER=("=" "$PROXMOX_BIOME_VER") PROXMOX_BIOME_DOWNLOAD_VER=("=" "$PROXMOX_BIOME_VER")
if [ "${HOST_ARCH}" = "amd64" ]; then if [ "${HOST_ARCH}" = "amd64" ]; then
set +e
download_package devel proxmox-biome "${PROXMOX_BIOME_DOWNLOAD_VER[@]}" "${PACKAGES_BUILD}" download_package devel proxmox-biome "${PROXMOX_BIOME_DOWNLOAD_VER[@]}" "${PACKAGES_BUILD}"
set -e
fi fi
if [ ! -e "${PACKAGES_BUILD}/proxmox-biome_${PROXMOX_BIOME_VER}_${HOST_ARCH}.deb" ]; then if [ ! -e "${PACKAGES_BUILD}/proxmox-biome_${PROXMOX_BIOME_VER}_${HOST_ARCH}.deb" ]; then
git_clone_or_fetch https://git.proxmox.com/git/proxmox-biome.git git_clone_or_fetch https://git.proxmox.com/git/proxmox-biome.git