diff options
| author | NancyLi1013 <lirui09@beyondsoft.com> | 2020-04-07 00:59:33 -0700 |
|---|---|---|
| committer | NancyLi1013 <lirui09@beyondsoft.com> | 2020-04-07 00:59:49 -0700 |
| commit | a02ca62f756c29d952dede061e5b38aabd5417c6 (patch) | |
| tree | 98c588bfcb7a8cdfe30379130104c90008e4ae2a | |
| parent | 6c4e822611324de4af9c8bb0ef8094e4a9b30a6e (diff) | |
| download | vcpkg-a02ca62f756c29d952dede061e5b38aabd5417c6.tar.gz vcpkg-a02ca62f756c29d952dede061e5b38aabd5417c6.zip | |
[raylib] Update to 3.0.0
| -rw-r--r-- | ports/raylib/CONTROL | 3 | ||||
| -rw-r--r-- | ports/raylib/portfile.cmake | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/ports/raylib/CONTROL b/ports/raylib/CONTROL index c3d9db745..27176d24e 100644 --- a/ports/raylib/CONTROL +++ b/ports/raylib/CONTROL @@ -1,6 +1,7 @@ Source: raylib
-Version: 2.6.0
+Version: 3.0.0
Description: A simple and easy-to-use library to enjoy videogames programming
+Homepage: https://github.com/raysan5/raylib
Supports: !(arm|uwp)
Feature: non-audio
diff --git a/ports/raylib/portfile.cmake b/ports/raylib/portfile.cmake index 4620075ae..f39d61d1c 100644 --- a/ports/raylib/portfile.cmake +++ b/ports/raylib/portfile.cmake @@ -16,8 +16,8 @@ endif() vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO raysan5/raylib
- REF 6f3c99a295533e41de3049db5e683d15fd5c6e1a # 2.6.0
- SHA512 358ebcffb7e11f319f82ecf791480eb23c40a53b764cad1d2109064bb06575c7af0325bf06ec86bbb2c43b70b12f52b5b6d1318d8857e07ff8e965a1dadbd8e2
+ REF 7ef114d1da2c34a70bba5442497103441647d8f3 # 3.0.0
+ SHA512 e15df6f0f95d9580d6211459815f174496b1385c9797a682d372a03b1175c9eb38e51b3b27077346d5e1a2d6ee2d5c636e03e8fd3ca9a73a7fa2a67afd255bd2
HEAD_REF master
)
|
