Skip to content

Commit

Permalink
[dlfcn-win32] update to 1.4.1 (#34118)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayuehua authored Oct 3, 2023
1 parent e006ea4 commit bddb594
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
5 changes: 2 additions & 3 deletions ports/dlfcn-win32/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
set(SOURCE_VERSION 1.3.1)

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO dlfcn-win32/dlfcn-win32
REF v${SOURCE_VERSION}
SHA512 0aa01c49ee8628c42cdc8b9782b4741a36502764d4442227ea4e9a8062356ff17e8eaa3cdd4113009ad7ad2044b6cfd24128319d71825e13062259dd1906e27e
REF "v${VERSION}"
SHA512 2ddcaad7fff09be654589642af14689ebbc15212caea5b5fb0238b34188c87cd9cb53d7aee45c7ae4dd6ddf6e637ee945567d7b858b97ceefff8f1ec46b786ae
HEAD_REF master
)

Expand Down
3 changes: 1 addition & 2 deletions ports/dlfcn-win32/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "dlfcn-win32",
"version": "1.3.1",
"port-version": 1,
"version": "1.4.1",
"description": "dlfcn-win32 is an implementation of dlfcn for Windows.",
"homepage": "https://github.com/dlfcn-win32/dlfcn-win32",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2173,8 +2173,8 @@
"port-version": 0
},
"dlfcn-win32": {
"baseline": "1.3.1",
"port-version": 1
"baseline": "1.4.1",
"port-version": 0
},
"dlib": {
"baseline": "19.24",
Expand Down
5 changes: 5 additions & 0 deletions versions/d-/dlfcn-win32.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "9eb1d5778fcb3bfa4d46ade382ae6b6e924d301f",
"version": "1.4.1",
"port-version": 0
},
{
"git-tree": "39fcef74b0e249a6e49b28eb8b4be8d1f6bc3d54",
"version": "1.3.1",
Expand Down

0 comments on commit bddb594

Please sign in to comment.