mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 05:21:29 +08:00
[ashes] Update to 2021-09-02 (#16148)
* [ashes] Update to 2021-09-02 * Fixed version file. * Updated basaeline
This commit is contained in:
parent
551875c539
commit
1e9ba55d5a
@ -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)
|
||||
|
@ -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",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "5e0e57612b419c8cdb33f26195213626c59e7efd",
|
||||
"version-string": "2021-02-09",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "6b5482b87c4a123fe71d94ede2e04296a7281b9b",
|
||||
"version-string": "2020-10-21",
|
||||
|
@ -149,7 +149,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"ashes": {
|
||||
"baseline": "2020-10-21",
|
||||
"baseline": "2021-02-09",
|
||||
"port-version": 0
|
||||
},
|
||||
"asio": {
|
||||
|
Loading…
Reference in New Issue
Block a user