diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-01-22 02:03:57 +0800 |
|---|---|---|
| committer | nicole mazzuca <mazzucan@outlook.com> | 2020-01-21 10:03:57 -0800 |
| commit | 8a721c2b8764ebf08c862bac0b69f060673e85c5 (patch) | |
| tree | 0f36024e111978ba7984e72945640be9476f5024 /ports/sfml | |
| parent | 11be3cd2b79d2353531a0e80300f44bcb15ef675 (diff) | |
| download | vcpkg-8a721c2b8764ebf08c862bac0b69f060673e85c5.tar.gz vcpkg-8a721c2b8764ebf08c862bac0b69f060673e85c5.zip | |
Fix osx baseline build failures (#9726)
* [xerces-c] Update REF and SHA512
* [sfml] re-trigger ci
* [pcl] re-trigger ci
* [boost-signals] re-trigger ci
* [tmxparser] re-trigger ci
* [soil2] switch repo to github
* [gtest] re-trigger ci
Diffstat (limited to 'ports/sfml')
| -rw-r--r-- | ports/sfml/CONTROL | 2 | ||||
| -rw-r--r-- | ports/sfml/portfile.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/sfml/CONTROL b/ports/sfml/CONTROL index 9f5942639..a62fb278a 100644 --- a/ports/sfml/CONTROL +++ b/ports/sfml/CONTROL @@ -1,5 +1,5 @@ Source: sfml -Version: 2.5.1-5 +Version: 2.5.1-6 Homepage: https://github.com/sfml/sfml Description: Simple and fast multimedia library Build-Depends: freetype, libflac, libogg, libvorbis, openal-soft, stb diff --git a/ports/sfml/portfile.cmake b/ports/sfml/portfile.cmake index ce2fc41fd..d6afbe2c3 100644 --- a/ports/sfml/portfile.cmake +++ b/ports/sfml/portfile.cmake @@ -54,4 +54,4 @@ endif() file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include ${CURRENT_PACKAGES_DIR}/debug/share) -file(INSTALL ${SOURCE_PATH}/license.md DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) +file(INSTALL ${SOURCE_PATH}/license.md DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
\ No newline at end of file |
