diff options
| author | Alvin <52727318+AlvinZhangH@users.noreply.github.com> | 2019-09-04 06:19:57 +0800 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-09-03 15:19:57 -0700 |
| commit | b8f0e2c8c69dc1990e175b1eecfb3a40db71a46a (patch) | |
| tree | af16bacf15946dd12491a5b0e38734ec0aa297f5 | |
| parent | 79b5a9ae5865b81cea275789613c4fa5151e46c6 (diff) | |
| download | vcpkg-b8f0e2c8c69dc1990e175b1eecfb3a40db71a46a.tar.gz vcpkg-b8f0e2c8c69dc1990e175b1eecfb3a40db71a46a.zip | |
fix7835issue - raylib update to 2.5.0 (#7848)
| -rw-r--r-- | ports/raylib/CONTROL | 2 | ||||
| -rw-r--r-- | ports/raylib/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/raylib/CONTROL b/ports/raylib/CONTROL index 3be7c5eac..8d50803e6 100644 --- a/ports/raylib/CONTROL +++ b/ports/raylib/CONTROL @@ -1,5 +1,5 @@ Source: raylib
-Version: 2019-04-27-2
+Version: 2.5.0
Description: A simple and easy-to-use library to enjoy videogames programming
#Build-Depends: glfw3
diff --git a/ports/raylib/portfile.cmake b/ports/raylib/portfile.cmake index 82c79a44c..523cbb2b7 100644 --- a/ports/raylib/portfile.cmake +++ b/ports/raylib/portfile.cmake @@ -20,8 +20,8 @@ include(vcpkg_common_functions) vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO raysan5/raylib
- REF f37e55a77bd6177dbaea4d7f484961c09104e104
- SHA512 57146ebc7ab22a4e60c1d9eecd4c7a8f1930d6709f45761af809da9ea4f161e9fd450fa1042252a80bd7952ed9571a5d8dee4d454c8903a778e3e1328300b2bd
+ REF a9f33c9a8962735fed5dd1857709d159bc4056fc # 2.5.0
+ SHA512 36ee474d5f1791385a6841e20632e078c0d3a591076faed0a648533513a3218e2817b0bbf7a921cc003c9aaf6a07024fd48830697d9d85eba307be27bd884ad8
HEAD_REF master
)
|
