Skip to content

[mzying2001-sw] update to 0.0.4 #46840

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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/mzying2001-sw/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 Mzying2001/sw
REF ${VERSION}
SHA512 1e8e997ed0c6c95b7dbda92a81d87b488d0f7ba3ab251200b931fbdd4acd0140023aad52acdaa2394793ee31ebc164c322f285fdace082aafa4f904308d4eb42
SHA512 4fe87760bee1145416cc53ea7471e6a53ba3d896d1803b880909aabd3f5a8960e0cd46b058dd3b59a370f8b58860914cfb4470587b2becf7de186964f15bdf8e
HEAD_REF main
)

Expand Down
2 changes: 1 addition & 1 deletion ports/mzying2001-sw/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mzying2001-sw",
"version": "0.0.3",
"version": "0.0.4",
"description": "A C++ GUI framework for building Windows desktop applications.",
"homepage": "https://github.com/Mzying2001/sw",
"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 @@ -6541,7 +6541,7 @@
"port-version": 0
},
"mzying2001-sw": {
"baseline": "0.0.3",
"baseline": "0.0.4",
"port-version": 0
},
"nameof": {
Expand Down
5 changes: 5 additions & 0 deletions versions/m-/mzying2001-sw.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "1449a9d2bb424e13d4817d5d7816c6072eb8dfb8",
"version": "0.0.4",
"port-version": 0
},
{
"git-tree": "bad9b30e6e285fd754881af4041d1e22115cc18f",
"version": "0.0.3",
Expand Down