open-vm-tools: fix PKG_URL

This commit is contained in:
Rudi Heitbaum 2025-05-16 04:27:27 +00:00
parent ef7c4e4376
commit 76b55965bc

View File

@ -9,7 +9,7 @@ PKG_SHA256="45fe43982e618f52a6b12c7578d9c6b63e36de62d23034a3852267b1aa5bb9ab"
PKG_ARCH="x86_64"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/vmware/open-vm-tools"
PKG_URL="https://github.com/vmware/open-vm-tools/releases/download/${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}-24697584.tar.gz"
PKG_URL="https://github.com/vmware/open-vm-tools/releases/download/stable-${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}-24697584.tar.gz"
PKG_DEPENDS_TARGET="toolchain fuse3 glib libdnet libtirpc"
PKG_LONGDESC="open-vm-tools: open source implementation of VMware Tools"
PKG_TOOLCHAIN="autotools"