Skip to content
Draft
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/libosdp/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 goToMain/libosdp

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This redirects to osdp-dev/libosdp

REF "v${VERSION}"
SHA512 7a3fba87b294f91f01593f2abd07ff088248598db873996d29798cdf7e7733d298547a7b4305593a26ff77eaa972e8d513ca92f6477b7fabc5f773051676f8d0
SHA512 6994d6d54d237d6783a9ad4bdd2f60afedcbcef2bf89b498101aa121b1aeea4108d35da639ced853c0c4bce2782a533ad00215706fa42822e7ea8acf023c65b9
HEAD_REF master
PATCHES
fix-export-macros.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/libosdp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libosdp",
"version": "3.2.5",
"version": "3.2.6",
"description": "An cross-platform open source implementation of IEC 60839-11-5 Open Supervised Device Protocol (OSDP)",
"homepage": "https://github.com/goToMain/libosdp",
"documentation": "https://libosdp.sidcha.dev",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5493,7 +5493,7 @@
"port-version": 0
},
"libosdp": {
"baseline": "3.2.5",
"baseline": "3.2.6",
"port-version": 0
},
"libosip2": {
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libosdp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "bada5c87d6f714e9079e83eb442aa3b3987d5627",
"version": "3.2.6",
"port-version": 0
},
{
"git-tree": "334ebaf3600e829206f7d9a5874ba0871b1b1a41",
"version": "3.2.5",
Expand Down