diff options
| author | milerius <roman.sztergbaum@epitech.eu> | 2018-05-15 10:31:52 +0200 |
|---|---|---|
| committer | milerius <roman.sztergbaum@epitech.eu> | 2018-05-15 10:31:52 +0200 |
| commit | 84e807598d245c658ffe3cc02c61ad0ec13a1d2f (patch) | |
| tree | 6ae6aca6b76de3849f43170c7fb14b6a417a75f8 | |
| parent | 29d04b8b4005f5e2bfe61ccdc7a93d5c6c8a13d9 (diff) | |
| download | vcpkg-84e807598d245c658ffe3cc02c61ad0ec13a1d2f.tar.gz vcpkg-84e807598d245c658ffe3cc02c61ad0ec13a1d2f.zip | |
[sfml] update to 2.5.0
| -rw-r--r-- | ports/sfml/portfile.cmake | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/ports/sfml/portfile.cmake b/ports/sfml/portfile.cmake index 974383eb4..e0aa98080 100644 --- a/ports/sfml/portfile.cmake +++ b/ports/sfml/portfile.cmake @@ -2,9 +2,9 @@ include(vcpkg_common_functions)
vcpkg_from_github(OUT_SOURCE_PATH SOURCE_PATH
REPO SFML/SFML
- REF 2.4.2
+ REF 2.5.0
HEAD_REF master
- SHA512 8acfdf320939c953a9a3413398f82d02d68a56a337f1366c2677c14ce032baa8ba059113ac3c91bb6e6fc22eef119369a265be7ef6894526e6a97a01f37e1972
+ SHA512 94306dcbed7d68bb7e226cd91e25950a07bcf393988c4bb79f9de3555c18c78cae4573e911235f712e711a7c02a614bf370df32b8d85240d2f08142327e05076
)
file(REMOVE_RECURSE ${SOURCE_PATH}/extlibs)
@@ -36,9 +36,5 @@ if(EXISTS ${CURRENT_PACKAGES_DIR}/lib/sfml-main.lib) file(REMOVE ${CURRENT_PACKAGES_DIR}/debug/lib/sfml-main-d.lib)
endif()
-# At the time of writing, HEAD has license.md instead of license.txt
-if(VCPKG_HEAD_VERSION)
- file(INSTALL ${SOURCE_PATH}/license.md DESTINATION ${CURRENT_PACKAGES_DIR}/share/sfml RENAME copyright)
-else()
- file(INSTALL ${SOURCE_PATH}/license.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/sfml RENAME copyright)
-endif()
\ No newline at end of file +
+file(INSTALL ${SOURCE_PATH}/license.md DESTINATION ${CURRENT_PACKAGES_DIR}/share/sfml RENAME copyright)
|
