aboutsummaryrefslogtreecommitdiff
path: root/ports/shiva
diff options
context:
space:
mode:
authorSztergbaum Roman <roman.sztergbaum@epitech.eu>2018-08-03 03:44:48 +0200
committerRobert Schumacher <roschuma@microsoft.com>2018-08-02 18:44:48 -0700
commita1159ed35405085c82aa061ed44f46f5c42b07f0 (patch)
tree81a62fe59bf1ba3c973d4d2bb22695b6fb5e9527 /ports/shiva
parente9ff3b80b3c465e26d24099f3ea002c68e0a7298 (diff)
downloadvcpkg-a1159ed35405085c82aa061ed44f46f5c42b07f0.tar.gz
vcpkg-a1159ed35405085c82aa061ed44f46f5c42b07f0.zip
Shiva sfml port (#4011)
* [shiva] update to 0.7 * [shiva] shiva-sfml plugins * [shiva] update hash * Update CONTROL
Diffstat (limited to 'ports/shiva')
-rw-r--r--ports/shiva/CONTROL4
-rw-r--r--ports/shiva/portfile.cmake4
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/shiva/CONTROL b/ports/shiva/CONTROL
index ff141b98e..fb6c82568 100644
--- a/ports/shiva/CONTROL
+++ b/ports/shiva/CONTROL
@@ -1,4 +1,4 @@
Source: shiva
-Version: 0.6
+Version: 0.7
Description: Modern C++ Game Engine
-Build-Depends: boost-stacktrace, boost-filesystem, boost-dll, entt, eastl, lua, sol2, pybind11, spdlog
+Build-Depends: boost-stacktrace, boost-filesystem, boost-dll, entt, eastl, lua (windows), sol2, pybind11, spdlog
diff --git a/ports/shiva/portfile.cmake b/ports/shiva/portfile.cmake
index 5e9c4aba3..565a2aa09 100644
--- a/ports/shiva/portfile.cmake
+++ b/ports/shiva/portfile.cmake
@@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Milerius/shiva
- REF 0.6
- SHA512 37d44e78e7b60e7977bcda9fabfb87ef6abe3534be769520020e315d7357b7e1f73a3bae8f8898803c81c96cf55531c98e0c9248d02e3387bd829b60ad33a753
+ REF 0.7
+ SHA512 08591ce23ef717330c2fdc0518c383bebeda1a5eed93011b44280a409154729add70a0e913c2dae0d8332f4d6aee931ab8ba9957097435eadcff38e692e348ec
HEAD_REF master
)