diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-18 14:47:34 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-18 20:45:34 +0000 |
commit | 539d6e7d92527562ab7988c2219a78a100b4559c (patch) | |
tree | 5d7b16b8283df09c771fa312e9dca11c9ff0e4e0 | |
parent | 14934787f169cebfc3de74ad7a215c335ea94d02 (diff) | |
download | aports-539d6e7d92527562ab7988c2219a78a100b4559c.tar.bz2 aports-539d6e7d92527562ab7988c2219a78a100b4559c.tar.xz |
main/open-vm-tools: rebuild against libressl 2.5
-rw-r--r-- | main/open-vm-tools/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/open-vm-tools/APKBUILD b/main/open-vm-tools/APKBUILD index 10e77a6ae8..154ad2071d 100644 --- a/main/open-vm-tools/APKBUILD +++ b/main/open-vm-tools/APKBUILD @@ -3,7 +3,7 @@ pkgname=open-vm-tools pkgver=10.1.0 _pkgsubver=${pkgver#*_p} _ver=${pkgver/_p/-} -pkgrel=5 +pkgrel=6 pkgdesc="The Open Virtual Machine Tools are the open source implementation of VMware Tools." url="https://github.com/vmware/open-vm-tools/" arch="x86 x86_64" |