Skip to content

Commit

Permalink
[dlfcn-win32] update to v1.3.1 (microsoft#26721)
Browse files Browse the repository at this point in the history
* [dlfcn-win32] update to v1.3.1

* update version
  • Loading branch information
JonLiu1993 authored Sep 8, 2022
1 parent a291bca commit c156f35
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ports/dlfcn-win32/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
set(SOURCE_VERSION 1.1.1)
set(SOURCE_VERSION 1.3.1)

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO dlfcn-win32/dlfcn-win32
REF v${SOURCE_VERSION}
SHA512 557729511546f574487f8c7de437c53bcf5ae11640349c338ead9965a4ac0f937de647839b63c821003be54dca5bcbf28f2899d2348acf7dfef31e487da1cba1
SHA512 0aa01c49ee8628c42cdc8b9782b4741a36502764d4442227ea4e9a8062356ff17e8eaa3cdd4113009ad7ad2044b6cfd24128319d71825e13062259dd1906e27e
HEAD_REF master
)

Expand Down
4 changes: 2 additions & 2 deletions ports/dlfcn-win32/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "dlfcn-win32",
"version": "1.1.1",
"port-version": 6,
"version": "1.3.1",
"description": "dlfcn-win32 is an implementation of dlfcn for Windows.",
"homepage": "https://github.com/dlfcn-win32/dlfcn-win32",
"license": "MIT",
"supports": "windows & !uwp",
"dependencies": [
{
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1957,8 +1957,8 @@
"port-version": 0
},
"dlfcn-win32": {
"baseline": "1.1.1",
"port-version": 6
"baseline": "1.3.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": "eefd0e5c4b4d59e8bfb88842e9562115cb77d078",
"version": "1.3.1",
"port-version": 0
},
{
"git-tree": "6ae0dd5fc5f29e2299690404410ce7129ec5c035",
"version": "1.1.1",
Expand Down

0 comments on commit c156f35

Please sign in to comment.