aboutsummaryrefslogtreecommitdiff
path: root/ports/magnum
diff options
context:
space:
mode:
authorJoel Clay <jc4770@columbia.edu>2018-01-10 20:47:17 -0500
committerJoel Clay <jc4770@columbia.edu>2018-01-10 20:47:42 -0500
commit0e6e2c9658f3cc7d11a37e4feb0a98ff58a4e53c (patch)
treeb0f458c5cc3ffdc1c5b8adc165c95ae7da040f01 /ports/magnum
parent3011064df2497e8a02d3aae30d75a3b537498ae0 (diff)
downloadvcpkg-0e6e2c9658f3cc7d11a37e4feb0a98ff58a4e53c.tar.gz
vcpkg-0e6e2c9658f3cc7d11a37e4feb0a98ff58a4e53c.zip
Update magnum, magnum-plugins and corrade to latest
Diffstat (limited to 'ports/magnum')
-rw-r--r--ports/magnum/CONTROL2
-rw-r--r--ports/magnum/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/magnum/CONTROL b/ports/magnum/CONTROL
index 382e39075..a54adc118 100644
--- a/ports/magnum/CONTROL
+++ b/ports/magnum/CONTROL
@@ -1,4 +1,4 @@
Source: magnum
-Version: jun2017-6
+Version: jan2018-1
Build-Depends: corrade, sdl2, openal-soft
Description: C++11/C++14 and OpenGL graphics engine http://mosra.cz/blog/magnum.php
diff --git a/ports/magnum/portfile.cmake b/ports/magnum/portfile.cmake
index 67d96bf5b..57c62431e 100644
--- a/ports/magnum/portfile.cmake
+++ b/ports/magnum/portfile.cmake
@@ -2,8 +2,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO mosra/magnum
- REF ed7eac0b42a598dff8984830e7f943dd6af07deb
- SHA512 843e209b82b4f6f7c3f9612aec2641a28cb09361eefefe435bb7d2c06d0e4df65b6b9adf5893222cf31ddc3ccec967eb343da1da6180e9fbfef1b26234e145d5
+ REF 68953f8c872b7c08f792c6082b8ab152f2119560
+ SHA512 00b507b85ed3454f81fe7098e1fc349d4048a2372e3b2aceabccc0c4287540ed3850f8dd9cdcd9cfb9542ba9af741e30e43e2b03bbc5490b552f862da34369b1
HEAD_REF master
)