Skip to content

Commit

Permalink
[rmlui] Update to version 4.3 (#21987)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikke89 authored Dec 13, 2021
1 parent 2abab10 commit 3948e3d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
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

0 comments on commit 3948e3d

Please sign in to comment.