Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[winsparkle] update to 0.8.3 #42712

Merged
merged 4 commits into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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
6 changes: 3 additions & 3 deletions ports/winsparkle/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
vcpkg_download_distfile(ARCHIVE
URLS "https://github.com/vslavik/winsparkle/releases/download/v0.8.1/WinSparkle-0.8.1.zip"
FILENAME "winsparkle-081.zip"
SHA512 05588793272618ca13fe884620f1ed421276b011a906f15c92f4879b1787c71b175ae1a170b80fe2adfdb7669eac90c38fac929a9bcf382388983f9aea25ba9c
URLS "https://github.com/vslavik/winsparkle/releases/download/v0.8.3/WinSparkle-0.8.3.zip"
FILENAME "winsparkle-083.zip"
nickdademo marked this conversation as resolved.
Show resolved Hide resolved
SHA512 5ed99a73541f5a590f20ff1e7953284ca00da15df388319b3a96e87c69bb99aaeb5d5eb5e814a6245cf2e4389e0eb5a53ff8657d3eb0717e35f8fe526be911dc
)

vcpkg_extract_source_archive(
Expand Down
2 changes: 1 addition & 1 deletion ports/winsparkle/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "winsparkle",
"version": "0.8.1",
"version": "0.8.3",
"description": "WinSparkle is an easy-to-use software update library for Windows developers.",
"homepage": "https://winsparkle.org",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -9677,7 +9677,7 @@
"port-version": 5
},
"winsparkle": {
"baseline": "0.8.1",
"baseline": "0.8.3",
"port-version": 0
},
"wintoast": {
Expand Down
5 changes: 5 additions & 0 deletions versions/w-/winsparkle.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "1e733dd2d130ccfabf21486e2cef4a937119d077",
"version": "0.8.3",
"port-version": 0
},
{
"git-tree": "033cf81cd03bc5533ddb7e57d65f704db078ba44",
"version": "0.8.1",
Expand Down