aboutsummaryrefslogtreecommitdiff
path: root/ports/magnum-extras
diff options
context:
space:
mode:
authorJonathan Hale <Squareys@googlemail.com>2018-10-26 00:26:05 +0200
committerRobert Schumacher <roschuma@microsoft.com>2018-10-25 15:26:05 -0700
commitaba5a4abecd56b90f8f3568edb62db8c3344cb8e (patch)
tree284515447fb46155a64d2352599e8770eb618604 /ports/magnum-extras
parent526b53b4931f2e7f6574eb7a1e10bffcc8712ad9 (diff)
downloadvcpkg-aba5a4abecd56b90f8f3568edb62db8c3344cb8e.tar.gz
vcpkg-aba5a4abecd56b90f8f3568edb62db8c3344cb8e.zip
[corrade/magnum/-extras/-integration/-plugins] Update to 2018.10 (#4556)
Signed-off-by: Squareys <squareys@googlemail.com>
Diffstat (limited to 'ports/magnum-extras')
-rw-r--r--ports/magnum-extras/CONTROL2
-rw-r--r--ports/magnum-extras/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/magnum-extras/CONTROL b/ports/magnum-extras/CONTROL
index 752f7333b..2f782f048 100644
--- a/ports/magnum-extras/CONTROL
+++ b/ports/magnum-extras/CONTROL
@@ -1,5 +1,5 @@
Source: magnum-extras
-Version: 2018.04-1
+Version: 2018.10-1
Build-Depends: magnum
Description: Extras for magnum, C++11/C++14 graphics middleware for games and data visualization http://magnum.graphics/
Default-Features:
diff --git a/ports/magnum-extras/portfile.cmake b/ports/magnum-extras/portfile.cmake
index 61aa619cd..1a080b566 100644
--- a/ports/magnum-extras/portfile.cmake
+++ b/ports/magnum-extras/portfile.cmake
@@ -2,8 +2,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO mosra/magnum-extras
- REF v2018.04
- SHA512 2c933d0cad6f0b6580a84dba22bfdadf120a302246cab404a99749e0ba7bb0d799ee606ca43cc1c39f85ae37a00dcc7374b9fd05eb2bb07945c9371a9c8a8492
+ REF v2018.10
+ SHA512 2f1164e321ceff9ae526cb2bae961147f52f56b35ea837c29ba0153f418a269056f469415ca0393dfb8fa5d916e92130aaccc61105d18e3f242820d13478eb33
HEAD_REF master
)