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
2 changes: 1 addition & 1 deletion ports/wintoast/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 mohabouje/WinToast
REF "v${VERSION}"
SHA512 b9e34595049851754dafe506681af494f59edf94a4324c20aaeadea25b9ed0abac87e93384d2080c327dbbdd22441800e9af7c5ce6728d7cc1464796a83cffbd
SHA512 e2a4faf9af8a74704b2fb0e82b9aad8262e42e863d037498b7f528f563f4a06ac11f49efa45d450cfa281cf90a9b7f799a710f70003804665554b6df8e71982c
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/wintoast/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wintoast",
"version": "1.3.0",
"version": "1.3.1",
"description": "WinToast is a lightly library written in C++ which brings a complete integration of the modern toast notifications of Windows 8 & Windows 10.",
"supports": "windows & !uwp",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -9913,7 +9913,7 @@
"port-version": 0
},
"wintoast": {
"baseline": "1.3.0",
"baseline": "1.3.1",
"port-version": 0
},
"wmipp": {
Expand Down
5 changes: 5 additions & 0 deletions versions/w-/wintoast.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "96a0950f6a8c9c81fc510ad636d802fb235b4799",
"version": "1.3.1",
"port-version": 0
},
{
"git-tree": "f0c791ec550f242764df15235770a4767c4e917a",
"version": "1.3.0",
Expand Down
Loading