Skip to content

Commit a7d06b3

Browse files
authored
[wintoast] update to 1.3.1 (microsoft#44409)
1 parent 374b6c6 commit a7d06b3

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

ports/wintoast/portfile.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ vcpkg_from_github(
44
OUT_SOURCE_PATH SOURCE_PATH
55
REPO mohabouje/WinToast
66
REF "v${VERSION}"
7-
SHA512 b9e34595049851754dafe506681af494f59edf94a4324c20aaeadea25b9ed0abac87e93384d2080c327dbbdd22441800e9af7c5ce6728d7cc1464796a83cffbd
7+
SHA512 e2a4faf9af8a74704b2fb0e82b9aad8262e42e863d037498b7f528f563f4a06ac11f49efa45d450cfa281cf90a9b7f799a710f70003804665554b6df8e71982c
88
HEAD_REF master
99
)
1010

ports/wintoast/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wintoast",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "WinToast is a lightly library written in C++ which brings a complete integration of the modern toast notifications of Windows 8 & Windows 10.",
55
"supports": "windows & !uwp",
66
"dependencies": [

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9921,7 +9921,7 @@
99219921
"port-version": 0
99229922
},
99239923
"wintoast": {
9924-
"baseline": "1.3.0",
9924+
"baseline": "1.3.1",
99259925
"port-version": 0
99269926
},
99279927
"wmipp": {

versions/w-/wintoast.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "96a0950f6a8c9c81fc510ad636d802fb235b4799",
5+
"version": "1.3.1",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "f0c791ec550f242764df15235770a4767c4e917a",
510
"version": "1.3.0",

0 commit comments

Comments
 (0)