Skip to content
Draft
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/wt/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 emweb/wt
REF "${VERSION}"
SHA512 0ae5c2448404fca2583da5567dfa73db9fe7580fc17b6ae27e74b2cdeacfe37082b417847cf77a0b26c8efecca3ef3adc7f37e09f7eb2a67c84d2aab2a600566
SHA512 1200a6623cd37df2db46220b5b36e7a760f5675cb6a7e8c79fea7cad3a58f57bbfe761311bb8f67928107b477b4cd618ba917517013bf219d702302843d3cc09
HEAD_REF master
PATCHES
0005-XML_file_path.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/wt/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wt",
"version": "4.13.3",
"version": "4.13.4",
"description": "Wt is a C++ library for developing web applications",
"homepage": "https://github.com/emweb/wt",
"license": "GPL-2.0-only",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -11073,7 +11073,7 @@
"port-version": 0
},
"wt": {
"baseline": "4.13.3",
"baseline": "4.13.4",
"port-version": 0
},
"wtl": {
Expand Down
5 changes: 5 additions & 0 deletions versions/w-/wt.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ad9c3a92bda7300ee5879220c08ab29ce8d089f9",
"version": "4.13.4",
"port-version": 0
},
{
"git-tree": "c6d185fe13a7a37e16498a0c442ecd38223477dd",
"version": "4.13.3",
Expand Down
Loading