diff options
author | Yuhei OKAWA <tochiro.srchack@gmail.com> | 2020-01-22 14:48:18 +0000 |
---|---|---|
committer | Yuhei OKAWA <tochiro.srchack@gmail.com> | 2020-01-22 14:48:18 +0000 |
commit | 0f59b54f1a3134ee0787bae4b4456c30bf1218d7 (patch) | |
tree | bb4c2ca43b779769ee460d1103c7637d6e1e2001 /utils/open-vm-tools/Makefile | |
parent | fd30aa5f0293c01c5160b2ed7dc9667af759197a (diff) |
open-vm-tools: bump to version 11.0.5
tested x86_64 generic on ESXi 6.5u2
Signed-off-by: Yuhei OKAWA <tochiro.srchack@gmail.com>
Diffstat (limited to 'utils/open-vm-tools/Makefile')
-rw-r--r-- | utils/open-vm-tools/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/open-vm-tools/Makefile b/utils/open-vm-tools/Makefile index 1ec7d2d9b..cb3f91493 100644 --- a/utils/open-vm-tools/Makefile +++ b/utils/open-vm-tools/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=open-vm-tools -PKG_VERSION:=11.0.1 +PKG_VERSION:=11.0.5 PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-14773994.tar.gz +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-15389592.tar.gz PKG_SOURCE_URL:=https://github.com/vmware/open-vm-tools/releases/download/stable-$(PKG_VERSION) -PKG_HASH:=8a707df98b6eb40195d7deaf09def5ef03c19c83ca418f8bf23c18405ebf2981 -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)-14773994 +PKG_HASH:=fc5ed2d752af33775250e0f103d622c0031d578f8394511617d2619b124dfc42 +PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)-15389592 PKG_INSTALL:=1 PKG_BUILD_DEPENDS:=glib2/host |