Skip to content

Commit

Permalink
[mongoose] update to 7.13 (microsoft#36897)
Browse files Browse the repository at this point in the history
Signed-off-by: Vitalii Koshura <[email protected]>
  • Loading branch information
AenBleidd authored Feb 22, 2024
1 parent 93d6f62 commit a3e2b4a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/mongoose/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO cesanta/mongoose
REF "${VERSION}"
SHA512 b243ab3e801c99f4c7c063be001e9a0cb30b301c719e2e44e47bdb815618cf1607bb57eba316332927b98de69460ff94ff521a2cf8c02fa03a201304193d4058
SHA512 58ca35cd6911189c42b4826216929e3f489d912e6735f4b4f425b885e719227625955064d897be14f3aab427b99204961ca57f1db75b5f6c3a990a888c1e29ce
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/mongoose/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongoose",
"version": "7.12",
"version": "7.13",
"description": "Embedded web server / embedded networking library",
"homepage": "https://cesanta.com/",
"license": null,
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5737,7 +5737,7 @@
"port-version": 0
},
"mongoose": {
"baseline": "7.12",
"baseline": "7.13",
"port-version": 0
},
"monkeys-audio": {
Expand Down
5 changes: 5 additions & 0 deletions versions/m-/mongoose.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ed69e3dd21a9801626d7f54cac6291da4f9041c6",
"version": "7.13",
"port-version": 0
},
{
"git-tree": "bfea1ea4e50f4361b3381a638ac89d023d91c51a",
"version": "7.12",
Expand Down

0 comments on commit a3e2b4a

Please sign in to comment.