aboutsummaryrefslogtreecommitdiff
path: root/ports/tgui
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2020-02-10 16:08:57 -0800
committerGitHub <noreply@github.com>2020-02-10 16:08:57 -0800
commit08c951fef9de63cde1c6b94245a63db826be2e32 (patch)
treedddfec9e572b726ba79fdbcb0d0d7dfbb2a2de0e /ports/tgui
parent411b4cc8a05eb9ac9944ee009dafece8c3b7445f (diff)
downloadvcpkg-08c951fef9de63cde1c6b94245a63db826be2e32.tar.gz
vcpkg-08c951fef9de63cde1c6b94245a63db826be2e32.zip
[many ports] Upgrades to 2020.02.08 (#9986)
* [many ports] Upgrades to 2020.02.08 * Undo asio asmjit libimobiledevice mlpack mongo-c-driver oniguruma openmvg openvdb pcl * Update ci baseline file Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
Diffstat (limited to 'ports/tgui')
-rw-r--r--ports/tgui/CONTROL2
-rw-r--r--ports/tgui/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/tgui/CONTROL b/ports/tgui/CONTROL
index 49cbb2c0b..13321205f 100644
--- a/ports/tgui/CONTROL
+++ b/ports/tgui/CONTROL
@@ -1,5 +1,5 @@
Source: tgui
-Version: 0.8.6
+Version: 0.8.7
Description: TGUI is an easy to use, cross-platform, C++ GUI for SFML.
Build-Depends: sfml
diff --git a/ports/tgui/portfile.cmake b/ports/tgui/portfile.cmake
index 736946af9..9d9e90bf8 100644
--- a/ports/tgui/portfile.cmake
+++ b/ports/tgui/portfile.cmake
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO texus/TGUI
- REF 017d7d694212fc08c8755b0ad5c2365cee8f68e0 # v0.8.6
- SHA512 e764bf4f71c36a67cf7d6528513bfee43896ce7aff0ba96b8b43e22b688824bc00ce85b80e771b09c539456546a92b7a21c3ceda31308e77683df73681fb1fb4
+ REF 5ee202f93a280744a2bbf92c12f693510f69dbcf # v0.8.7
+ SHA512 cc1e360add00fa6b6a2b44b83b82715dcbfa3f47768dd465acbd7df9fac1fc5283d63468cdf60557360448c07fb6ba36eb24c53f53883b04495f478c62b80718
HEAD_REF 0.8
)