aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Doremus <DragonJoker@users.noreply.github.com>2021-02-11 09:01:07 +0100
committerGitHub <noreply@github.com>2021-02-11 00:01:07 -0800
commit1e9ba55d5af7c0592545348ad3f687af2b549acd (patch)
tree1e0924a3c880f43977513306e69a53ee0c29ed48
parent551875c5393231fb5d5353b39e7831768f75eb74 (diff)
downloadvcpkg-1e9ba55d5af7c0592545348ad3f687af2b549acd.tar.gz
vcpkg-1e9ba55d5af7c0592545348ad3f687af2b549acd.zip
[ashes] Update to 2021-09-02 (#16148)
* [ashes] Update to 2021-09-02 * Fixed version file. * Updated basaeline
-rw-r--r--ports/ashes/portfile.cmake6
-rw-r--r--ports/ashes/vcpkg.json2
-rw-r--r--versions/a-/ashes.json5
-rw-r--r--versions/baseline.json2
4 files changed, 10 insertions, 5 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",
diff --git a/versions/a-/ashes.json b/versions/a-/ashes.json
index 4fe0cdfb2..ac2e6389b 100644
--- a/versions/a-/ashes.json
+++ b/versions/a-/ashes.json
@@ -1,6 +1,11 @@
{
"versions": [
{
+ "git-tree": "5e0e57612b419c8cdb33f26195213626c59e7efd",
+ "version-string": "2021-02-09",
+ "port-version": 0
+ },
+ {
"git-tree": "6b5482b87c4a123fe71d94ede2e04296a7281b9b",
"version-string": "2020-10-21",
"port-version": 0
diff --git a/versions/baseline.json b/versions/baseline.json
index 68ac735c5..df0928b03 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -149,7 +149,7 @@
"port-version": 0
},
"ashes": {
- "baseline": "2020-10-21",
+ "baseline": "2021-02-09",
"port-version": 0
},
"asio": {