Skip to content

Commit

Permalink
[mongoose] update to 7.14 (#38830)
Browse files Browse the repository at this point in the history
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
  • Loading branch information
AenBleidd authored May 21, 2024
1 parent 261dd68 commit a100b6b
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 58ca35cd6911189c42b4826216929e3f489d912e6735f4b4f425b885e719227625955064d897be14f3aab427b99204961ca57f1db75b5f6c3a990a888c1e29ce
SHA512 b36fb624f69f3bdd8431fe504173b7b4ec11942d3110b85b6a5bb70f97ba4b0ace182abe5f178fcf25c2d6831223e5b98a7521fa26672a17a7f199114986ada1
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.13",
"version": "7.14",
"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 @@ -5829,7 +5829,7 @@
"port-version": 0
},
"mongoose": {
"baseline": "7.13",
"baseline": "7.14",
"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": "4635ed1eaccef7398b0d7d2eb304d864ce3b46c2",
"version": "7.14",
"port-version": 0
},
{
"git-tree": "ed69e3dd21a9801626d7f54cac6291da4f9041c6",
"version": "7.13",
Expand Down

0 comments on commit a100b6b

Please sign in to comment.