Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ashes] Updated to 2022-06-08. #25130

Merged
merged 2 commits into from
Jun 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions ports/ashes/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO DragonJoker/Ashes
REF f39ca2db24a9d7a2d586c85c78bb6eacd8d63b49
REF 0f8ad8edec1b0929ebd10247d3dd0a9ee8f8c91a
HEAD_REF master
SHA512 a45d443797ffe31305acca154640530c6ed767af9982d857b6e59841add3b0a373723f5f7b590512c1b0dd4064dfbae8aa8445fec59a3c3c2b8a3c002b180609
SHA512 9f34c2f6760a74eb34fc02c5007af41a089ac8b01716f1ba3670014984ab277f02c4bbf14ce3f5996a164d24c1eb8edd525cb1c5da9fc0edbf2ccce3024cb11a
)

vcpkg_from_github(
OUT_SOURCE_PATH CMAKE_SOURCE_PATH
REPO DragonJoker/CMakeUtils
REF e2a9d422a02dab0e04f54b3e1bc515eba652a9d1
REF 77734eff73c8bb9861591a9e910f34f2bafa5563
HEAD_REF master
SHA512 4ebd6141b9e5aa5283f31892da7108aa09fbd59292f0e98f2c9fe67577856f0af253184d41fdc16bb11094c4635401f181ea2e3abfa560adcf5c029f0d663b24
SHA512 f6110eafc8476f41490f7f9087a83ddf90d21f3cbf455edafd02e4805d3dd7f22ed955b8cba8a26600f080de06b19ce6c712e36f03c825fd3c4015b74d030e72
)

file(REMOVE_RECURSE "${SOURCE_PATH}/CMake")
Expand Down
3 changes: 1 addition & 2 deletions ports/ashes/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "ashes",
"version-date": "2022-04-03",
"port-version": 1,
"version-date": "2022-06-08",
"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",
"license": "MIT",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/ashes.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f87e3684259242b878a7ab5617dd0350a6565a15",
"version-date": "2022-06-08",
"port-version": 0
},
{
"git-tree": "96b165dc0ea6c62aeabea274f6833c55feaccdd1",
"version-date": "2022-04-03",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@
"port-version": 0
},
"ashes": {
"baseline": "2022-04-03",
"port-version": 1
"baseline": "2022-06-08",
"port-version": 0
},
"asio": {
"baseline": "1.22.1",
Expand Down