diff options
| author | Sztergbaum Roman <roman.sztergbaum@epitech.eu> | 2018-08-13 18:59:52 +0200 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-08-13 09:59:52 -0700 |
| commit | 2c0e2877814b0dd908bdead8b7fa0bc620c700da (patch) | |
| tree | 35fea5d411ec3c5f6a3e4e1c6de4a92f9ca0f8f7 /ports/shiva | |
| parent | 555ccaaf67d20a7c7fe1e1a5aef06ca1817989d4 (diff) | |
| download | vcpkg-2c0e2877814b0dd908bdead8b7fa0bc620c700da.tar.gz vcpkg-2c0e2877814b0dd908bdead8b7fa0bc620c700da.zip | |
[shiva] update to 0.9 (#4070)
Diffstat (limited to 'ports/shiva')
| -rw-r--r-- | ports/shiva/CONTROL | 2 | ||||
| -rw-r--r-- | ports/shiva/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/shiva/CONTROL b/ports/shiva/CONTROL index 8f4df8b82..7623964e9 100644 --- a/ports/shiva/CONTROL +++ b/ports/shiva/CONTROL @@ -1,4 +1,4 @@ Source: shiva
-Version: 0.7.2
+Version: 0.9
Description: Modern C++ Game Engine
Build-Depends: boost-stacktrace, boost-filesystem, boost-dll, entt, eastl, lua (windows), luafilesystem (windows), sol2, pybind11, spdlog
diff --git a/ports/shiva/portfile.cmake b/ports/shiva/portfile.cmake index e0156058d..8ae50b610 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.7.2
- SHA512 0bd1543ba6067d303640820a17a24ec02c6ab8333f86bd3431c09f5a2ea4ca47379ec06a90e3a0658dba967504cb8a63f85c2f0cbfb51a7c59130b235948d600
+ REF 0.9
+ SHA512 3086a77377d6cc80eeea78c70f9caab09211e5950720c78c06785002ac80824a75738c7d7b08b69ac3ddc8ca291abd6cf7632ceb6b5783ce2fe79b699ae8a84b
HEAD_REF master
)
|
