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

[rmlui] Update to version 4.3 #21987

Merged
merged 1 commit into from
Dec 13, 2021
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
4 changes: 2 additions & 2 deletions ports/rmlui/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO mikke89/RmlUi
REF 4.2
SHA512 848515d554d6a56bc5ba962c8a3db27801491236f17092ea6c658b35d6cb8b3330dff197d71fc65aaa061476a383a467fcc481571cdf3777f06024819bf9267c
REF 4.3
SHA512 70ceefb8ff9a62ef2be2271a3625d0d3ea411c097776fdfd8f469d462eb3a04514cb320c1f1296e7f1e49e7a89562498255976d3bb7d2317c0ad080dbb8ce542
HEAD_REF master
PATCHES
add-robin-hood.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/rmlui/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rmlui",
"version": "4.2",
"version": "4.3",
"maintainers": "Michael R. P. Ragazzon <[email protected]>",
"description": "RmlUi is the C++ user interface library based on the HTML and CSS standards, designed as a complete solution for any project's interface needs.",
"homepage": "https://github.com/mikke89/RmlUi",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6025,7 +6025,7 @@
"port-version": 0
},
"rmlui": {
"baseline": "4.2",
"baseline": "4.3",
"port-version": 0
},
"roaring": {
Expand Down
5 changes: 5 additions & 0 deletions versions/r-/rmlui.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "aaaaf8e01725428c22bcd3f6dcfef56568433dec",
"version": "4.3",
"port-version": 0
},
{
"git-tree": "67865d8852b0c90297adca30ee2640e469eb91d7",
"version": "4.2",
Expand Down