Skip to content

[lfreist-hwinfo] update to 2025.7.10 #46499

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

Merged
merged 4 commits into from
Jul 20, 2025
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
4 changes: 2 additions & 2 deletions ports/lfreist-hwinfo/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO lfreist/hwinfo
REF 46690dd36727b868c5bb7a7316bb2ee52a898349
SHA512 31ac0f2c405a817893146f4f8899ea05d831393bd1776c12257675385be25990cb77251d644fefb8ea0d179940ff782ede9036ea42a3f3050c36a66d978f0da6
REF fff0ffb494aa8f8cb8537a35d0032235d6d5b5cc
SHA512 9100d6a5e39096d1aa36b462499e3937fd6c829887c7cab23ebb4ac8798f9abc844111df0bc781190780f164e8e2df93b1f0dbbc2d6ac824601910b03009ed3e
HEAD_REF main
)

Expand Down
4 changes: 2 additions & 2 deletions ports/lfreist-hwinfo/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "lfreist-hwinfo",
"version-date": "2024-09-01",
"version-date": "2025-07-10",
"description": "hwinfo provides an easy-to-use and modern C++ API for retrieving hardware information of your systems components such as CPU, RAM, GPU, Disks, Mainboard, ...",
"homepage": "https://github.com/lfreist/hwinfo",
"supports": "!uwp",
"supports": "!(uwp | android)",
"dependencies": [
{
"name": "vcpkg-cmake",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4461,7 +4461,7 @@
"port-version": 0
},
"lfreist-hwinfo": {
"baseline": "2024-09-01",
"baseline": "2025-07-10",
"port-version": 0
},
"lib3mf": {
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/lfreist-hwinfo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "80d2e44ad00001466a33b67e361bb77ce741b5b5",
"version-date": "2025-07-10",
"port-version": 0
},
{
"git-tree": "061ae43971a6743618069deab568a608edb75570",
"version-date": "2024-09-01",
Expand Down
Loading