aboutsummaryrefslogtreecommitdiff
path: root/ports/shiva
diff options
context:
space:
mode:
authorSztergbaum Roman <roman.sztergbaum@epitech.eu>2018-08-16 18:55:17 +0200
committerRobert Schumacher <roschuma@microsoft.com>2018-08-16 09:55:17 -0700
commitf0cbb484c9fe5da00bc4b95cbd20c446e3f11186 (patch)
tree366eb83753e4e67dbf9b2983e41f642b4f0e19af /ports/shiva
parent702b73cb3ba8caac0de09e8d42bf4d0b667cdbc9 (diff)
downloadvcpkg-f0cbb484c9fe5da00bc4b95cbd20c446e3f11186.tar.gz
vcpkg-f0cbb484c9fe5da00bc4b95cbd20c446e3f11186.zip
[shiva] update to 1.0 (#4088)
* [shiva] update to 0.9 * [shiva] update to 1.0
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 7623964e9..cad1b4be1 100644
--- a/ports/shiva/CONTROL
+++ b/ports/shiva/CONTROL
@@ -1,4 +1,4 @@
Source: shiva
-Version: 0.9
+Version: 1.0
Description: Modern C++ Game Engine
-Build-Depends: boost-stacktrace, boost-filesystem, boost-dll, entt, eastl, lua (windows), luafilesystem (windows), sol2, pybind11, spdlog
+Build-Depends: boost-stacktrace, boost-filesystem, boost-dll, entt, lua (windows), luafilesystem (windows), sol2, pybind11, spdlog
diff --git a/ports/shiva/portfile.cmake b/ports/shiva/portfile.cmake
index 8ae50b610..1f64fa220 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.9
- SHA512 3086a77377d6cc80eeea78c70f9caab09211e5950720c78c06785002ac80824a75738c7d7b08b69ac3ddc8ca291abd6cf7632ceb6b5783ce2fe79b699ae8a84b
+ REF 1.0
+ SHA512 d1ce33e89b17fa8f82e21b51dfa1308e38c617fea52c34a20b7b6c8643318280df24c043238ddd73ba2dbc139c5b5de1c2cb3add1f5629a54694c78b415d73d1
HEAD_REF master
)