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
4 changes: 2 additions & 2 deletions ports/crow/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 CrowCpp/crow
REF fc27f73f84967ffc1140cfd106dcab35bc8bca9e #0.3
SHA512 efc47833ec84757898c72a63018e383611261cfbbf121984c272c6183025ef6551595941177ae41627c623982343c1d824c4ec25c3141c6c01a9aee0fade8ac3
REF 6a1623b69c5f788b1ea248f0046634fa1e7b0e03 #0.3+1
SHA512 6c3e1e89e0f0ea9dcbe9206071189ad692c34400b1a3e101002e9bd97729851db94a40ce45b8fc9aa747df409cfdbdbdf09af806361d1e7df6f515f4c50e7a80
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/crow/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crow",
"version": "0.3",
"version": "0.3.1",
"description": "Very fast and easy to use C++ micro web framework",
"homepage": "https://github.com/CrowCpp/crow"
}
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1517,7 +1517,7 @@
"port-version": 0
},
"crow": {
"baseline": "0.3",
"baseline": "0.3.1",
"port-version": 0
},
"cryptopp": {
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/crow.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "4c50547dfc3c5f5bf5a08887d6515e51a7203130",
"version": "0.3.1",
"port-version": 0
},
{
"git-tree": "4a0d69a7e34aa3d77de7ba2c01ce45ae730478a1",
"version": "0.3",
Expand Down