diff options
| author | Sönke Schau <xgcssch@users.noreply.github.com> | 2020-05-18 19:45:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-18 10:45:46 -0700 |
| commit | 9f516b9347e993fd7692f4683e6cb35d1d24f913 (patch) | |
| tree | c5b3cf8282d748a39609c0a49c339fa4aee22fba /ports/gsoap/CONTROL | |
| parent | fb441358ab406dcb9deffef9b7d886237ca35d7e (diff) | |
| download | vcpkg-9f516b9347e993fd7692f4683e6cb35d1d24f913.tar.gz vcpkg-9f516b9347e993fd7692f4683e6cb35d1d24f913.zip | |
[gSoap] Update to 2.8.102 and re-enable x64 Builds (#11355)
* Update to 2.8.102 and reenable x64 Build
* Remove surplus empty directory during install
* Corrected the "Supports" entry in CONTROL
Should have read the documentation for "Supports" to see that this is a boolean expression
Diffstat (limited to 'ports/gsoap/CONTROL')
| -rw-r--r-- | ports/gsoap/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/gsoap/CONTROL b/ports/gsoap/CONTROL index 2a0746ea4..1b804b558 100644 --- a/ports/gsoap/CONTROL +++ b/ports/gsoap/CONTROL @@ -1,6 +1,6 @@ Source: gsoap -Version: 2.8.93-3 +Version: 2.8.102 Build-Depends: curl Homepage: https://sourceforge.net/projects/gsoap2/ Description: The gSOAP toolkit is a C and C++ software development toolkit for SOAP and REST XML Web services and generic C/C++ XML data bindings. -Supports: x86 & windows
\ No newline at end of file +Supports: (x86 | x64) & windows |
