vmware_addons: Safe SOURCE_URI

This commit is contained in:
Humdinger
2017-02-11 08:13:29 +01:00
parent 6aadf7e24d
commit 83b341f1eb

View File

@@ -5,7 +5,7 @@ It is like the official VMware tools on Windows or Linux.
It currently provides:
* Clipboard sharing between Haiku and the host OS.
* Mouse sharing: the mouse can seamlessly enter and quit the VM window.
* Mouse sharing: the mouse can seamlessly enter and leave the VM window.
* Disk compacting: starts the VMware \"shrink\" process, which reduces the \
size of \"auto-expanding\" virtual disks attached to the virtual machine. \
The free space on disks is cleaned up previously, in order to get better \
@@ -24,8 +24,11 @@ COPYRIGHT="1999 Be, Inc.
2007 Haiku, Inc.
2009 Vincent Duvert"
LICENSE="MIT"
REVISION="4"
SOURCE_URI="git://github.com/HaikuArchives/VMwareAddons#e8b4b73"
REVISION="5"
srcGitRev="34031c98a8c049b186d7fdfdd89955e15b7f6858"
SOURCE_URI="https://github.com/HaikuArchives/VMwareAddons/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="e09f5d1e95375df903a88430ac851259c3ee3e5ec2c72146d4e4bace08524916"
SOURCE_DIR="VMwareAddons-$srcGitRev"
ARCHITECTURES="x86_gcc2 x86 !x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"