mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/open-vm-tools: Updated for version 11.3.5_18557794.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
3008b6b72f
commit
1343ced4f1
2 changed files with 6 additions and 6 deletions
|
@ -26,8 +26,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=open-vm-tools
|
||||
VERSION=${VERSION:-10.2.0_7253323} # Remember to change VERSION - to _ !!!
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-11.3.5_18557794} # Remember to change VERSION - to _ !!!
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
@ -112,7 +112,7 @@ LIBS=-lcrypt \
|
|||
--localstatedir=/var \
|
||||
--mandir=/usr/man \
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--without-pam \
|
||||
--with-pam \
|
||||
--without-x \
|
||||
$VGAUTH_OPTS \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="open-vm-tools"
|
||||
VERSION="10.2.0_7253323"
|
||||
VERSION="11.3.5_18557794"
|
||||
HOMEPAGE="https://github.com/vmware/open-vm-tools"
|
||||
DOWNLOAD="https://github.com/vmware/open-vm-tools/releases/download/stable-10.2.0/open-vm-tools-10.2.0-7253323.tar.gz"
|
||||
MD5SUM="9256c2402640ad19eb79cf49635e01b5"
|
||||
DOWNLOAD="https://github.com/vmware/open-vm-tools/releases/download/stable-11.3.5/open-vm-tools-11.3.5-18557794.tar.gz"
|
||||
MD5SUM="5ee21a56d5fd7a1838f41e328c061084"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libmspack libdnet"
|
||||
|
|
Loading…
Reference in a new issue