Skip to content

Commit

Permalink
[drogon] Bump drogon to 1.9.9 (#43040)
Browse files Browse the repository at this point in the history
  • Loading branch information
an-tao authored Jan 2, 2025
1 parent e8e7d55 commit 13d77d0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/drogon/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 an-tao/drogon
REF "v${VERSION}"
SHA512 39cbb337d1b83d2202fff8bf43e9173060d1cfc8384369aa3d86e63ac2bfca9b8c3bec4bcf48f8c400788791fbfeccb0cd934cb7b26d95ef12981b4227206726
SHA512 1108aff91e4b6d5f870518cbc2637d4dd53634fd365fa5384a625680fd4ab5d721dd78962f2acc0cfc1f15c6f8800d8911a1a859510df71e215421cccb1f5849
HEAD_REF master
PATCHES
0001-vcpkg.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/drogon/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "drogon",
"version-semver": "1.9.8",
"version-semver": "1.9.9",
"description": "A C++14/17 based HTTP web application framework running on Linux/macOS/Unix/Windows",
"homepage": "https://github.com/an-tao/drogon",
"documentation": "https://drogon.docsforge.com/master/overview/",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2417,7 +2417,7 @@
"port-version": 0
},
"drogon": {
"baseline": "1.9.8",
"baseline": "1.9.9",
"port-version": 0
},
"dstorage": {
Expand Down
5 changes: 5 additions & 0 deletions versions/d-/drogon.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "9bbcd1c695ccc0436b6956e73e0507ed4f704a0e",
"version-semver": "1.9.9",
"port-version": 0
},
{
"git-tree": "4c701ae2548b41370eeebae23e5e14a806268c06",
"version-semver": "1.9.8",
Expand Down

0 comments on commit 13d77d0

Please sign in to comment.