app-emulation/open-vm-tools: update to 11.0.5

Update open-vm-tools to 11.0.5.
https://github.com/vmware/open-vm-tools/releases/tag/stable-11.0.5
This commit is contained in:
Dongsu Park 2020-04-01 11:16:10 +02:00
parent 6537cdf2e9
commit f885c699de
3 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
DIST open-vm-tools-10.3.0-8931395.tar.gz 4638881 SHA256 ca5bcd62a969803015bb4ca8e2610c376487be6b6b95e7500f6684d65813b161 SHA512 627056db94b79aa7782324ed1a71e7f0c2420f0a0d76d3e65b84035b1350e29757a1412cbf195ef3d79fae37ddd6f17c6892ea2c64dbfa331854ded016965604 WHIRLPOOL fa28fdf8534dba1acd7cc5b6d3b5344e42dd85c5ed037dfdf140e37167aae5a72284f04352ab4b3f42e6a63bdd4390e217f40fabbd82bcb0d2e411b4bf365adb DIST open-vm-tools-11.0.5-15389592.tar.gz 3979725 BLAKE2B 2b6019a06c21372acde2bddd2ede966a21dd500c60081fb59af7901f7b62f8854c7a253ded348efac65166fe6c823fbaa7c196f715c94411aacefeee03b94bf3 SHA512 7b465f2dd8987e2b67c17bf9bbfaf52f92013180944f87161bb2e846da36716121d96f499e47ceaeaf535cc17706d7d1ced2b47d08144ef0f3749db23d01f404

View File

@ -7,7 +7,7 @@ inherit autotools flag-o-matic multilib toolchain-funcs
DESCRIPTION="Opensourced tools for VMware guests" DESCRIPTION="Opensourced tools for VMware guests"
HOMEPAGE="https://github.com/vmware/open-vm-tools" HOMEPAGE="https://github.com/vmware/open-vm-tools"
MY_P="${P}-8931395" MY_P="${P}-15389592"
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"