Skip to content
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
2 changes: 1 addition & 1 deletion ports/sol2/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ThePhD/sol2
REF "v${VERSION}"
SHA512 4404b124a4f331d77459c01a92cd73895301e7d3ef829a0285980f0138b9cc66782de3713d54f017d5aad7d8a11d23eeffbc5f3b39ccb4d4306a955711d385dd
SHA512 5a6ec7e16dae05ad6abea02842f62db8f64935eda438d67b2c264cbee80cee6d82200bd060387c6df837fe9f212dbe22b2772af34df1ce8bd43296dd9429558d
HEAD_REF develop
PATCHES
header-only.patch
Expand Down
4 changes: 2 additions & 2 deletions ports/sol2/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sol2",
"version": "3.3.1",
"description": "Sol v2.0 - a C++ <-> Lua API wrapper with advanced features and top notch performance - is here, and it's great",
"version": "3.5.0",
"description": "Sol3 (sol2 v3.0) - a C++ <-> Lua API wrapper with advanced features and top notch performance",
"homepage": "https://github.com/ThePhD/sol2",
"license": "MIT",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8685,7 +8685,7 @@
"port-version": 0
},
"sol2": {
"baseline": "3.3.1",
"baseline": "3.5.0",
"port-version": 0
},
"solid3": {
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/sol2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "1335e18b0ecb699219ed36d3cad23309181d34a7",
"version": "3.5.0",
"port-version": 0
},
{
"git-tree": "803f41c884606248b07d343e13716c1135da7957",
"version": "3.3.1",
Expand Down