diff options
| author | Sylvain Doremus <DragonJoker@users.noreply.github.com> | 2021-02-11 09:01:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-11 00:01:07 -0800 |
| commit | 1e9ba55d5af7c0592545348ad3f687af2b549acd (patch) | |
| tree | 1e0924a3c880f43977513306e69a53ee0c29ed48 /ports | |
| parent | 551875c5393231fb5d5353b39e7831768f75eb74 (diff) | |
| download | vcpkg-1e9ba55d5af7c0592545348ad3f687af2b549acd.tar.gz vcpkg-1e9ba55d5af7c0592545348ad3f687af2b549acd.zip | |
[ashes] Update to 2021-09-02 (#16148)
* [ashes] Update to 2021-09-02
* Fixed version file.
* Updated basaeline
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/ashes/portfile.cmake | 6 | ||||
| -rw-r--r-- | ports/ashes/vcpkg.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/ashes/portfile.cmake b/ports/ashes/portfile.cmake index 5b9658553..d862a635f 100644 --- a/ports/ashes/portfile.cmake +++ b/ports/ashes/portfile.cmake @@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY) vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO DragonJoker/Ashes
- REF 01066539d667b21a20c97c2a70d9bf17555c8cc0
- SHA512 f335d99ff044b388494cbbf7cbde3c9ee46eaecdc9339fc7f45fa781d23635dde3d3eaa237ed466ce50e5c1ea6e2729d8b5a6cc3930535d1252e564f32d6b778
+ REF 8331722d80fbd10d0bad87bd0a010c71a01a81c1
+ SHA512 a14b2a46c033a5e539a73e875d7ea98af5585f30b45293243e5dde5dc00e1f293b1917d62eda427c69c852ad6e6437eb5a8dd5b2e1dedf3b8f2b5e2fc3c24152
)
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
@@ -24,4 +24,4 @@ vcpkg_configure_cmake( vcpkg_install_cmake()
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/ashes)
-file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/ashes RENAME copyright)
+file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
diff --git a/ports/ashes/vcpkg.json b/ports/ashes/vcpkg.json index 686237b04..8f13d5e38 100644 --- a/ports/ashes/vcpkg.json +++ b/ports/ashes/vcpkg.json @@ -1,6 +1,6 @@ { "name": "ashes", - "version-string": "2020-10-21", + "version-string": "2021-02-09", "description": "Drop-in replacement to Vulkan's shared library, allowing the use of OpenGL or Direct3D11 in addition to Vulkan.", "homepage": "https://github.com/DragonJoker/Ashes", "supports": "!osx & !linux & !ios & !android & !uwp & !x86 & !arm & !static", |
