Merge pull request #1797 from flatcar/vmware-12.4.0-main

Upgrade open-vm-tools in main from 12.3.5 to 12.4.0
This commit is contained in:
Dongsu Park 2024-03-27 14:21:38 +01:00 committed by GitHub
commit 21a7da41fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 3 additions and 2 deletions

View File

@ -0,0 +1 @@
- open-vm-tools ([12.4.0](https://github.com/vmware/open-vm-tools/releases/tag/stable-12.4.0))

View File

@ -1 +1 @@
DIST open-vm-tools-12.3.5-22544099.tar.gz 4364646 BLAKE2B 465165f5d23dbfac1c8aa9f12bdb42563a62ad111fce1b8cc4647f564c7a3d49e13431e5085b315f34b0caeee92b43b785f693f7b1dcf18777d7b2a56cfaffc2 SHA512 7a81d929ea4871b8af0af0fa3dc62a821ac4286235255103f1bcf014e3b04b5bbbfa178a9328a16d67cfd595c4ce726dc9e195adbe21ec5c68a4d1abb1561ff6 DIST open-vm-tools-12.4.0-23259341.tar.gz 4353211 BLAKE2B a5a801b75c77d0c13752073cceab6c7d5b9710224243742ac4ba82fdaf6fc5ebd3eda76f1d9dca0f2f379563e3a00eb309e3a1af517f35b5713b8fcb340a2e0e SHA512 11ea43c64ec534922145f83e2b7ef9254437f80656ad03b596340a78c3698adcc7d84adade9c5d8e1c83b5ebc3bd086601b1d104e0f070274dc2b6bc1f64fb17

View File

@ -7,7 +7,7 @@ inherit autotools linux-info pam systemd udev
DESCRIPTION="Tools for VMware guests" DESCRIPTION="Tools for VMware guests"
HOMEPAGE="https://github.com/vmware/open-vm-tools" HOMEPAGE="https://github.com/vmware/open-vm-tools"
MY_P="${P}-22544099" MY_P="${P}-23259341"
SRC_URI="https://github.com/vmware/open-vm-tools/releases/download/stable-${PV}/${MY_P}.tar.gz" SRC_URI="https://github.com/vmware/open-vm-tools/releases/download/stable-${PV}/${MY_P}.tar.gz"
LICENSE="LGPL-2.1" LICENSE="LGPL-2.1"