aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorMatt Schulte <schultetwin1@gmail.com>2021-04-29 19:15:34 -0400
committerGitHub <noreply@github.com>2021-04-29 16:15:34 -0700
commit69b57f85fc0ed4647a02e685fa300503ec55c4c8 (patch)
treef97c67c191468a61e621ceb3490ff6282fbf1193 /ports
parent58c1d6636be14c014d06ab7cc3ab0dff8ce257ef (diff)
downloadvcpkg-69b57f85fc0ed4647a02e685fa300503ec55c4c8.tar.gz
vcpkg-69b57f85fc0ed4647a02e685fa300503ec55c4c8.zip
[elfio] Update elfio from 3.8 to 3.9 (#17249)
* [elfio] Update elfio from 3.8 to 3.9 * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
Diffstat (limited to 'ports')
-rw-r--r--ports/elfio/portfile.cmake4
-rw-r--r--ports/elfio/vcpkg.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/elfio/portfile.cmake b/ports/elfio/portfile.cmake
index 1d42f0196..cee90231b 100644
--- a/ports/elfio/portfile.cmake
+++ b/ports/elfio/portfile.cmake
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO serge1/ELFIO
- REF Release_3.8
- SHA512 befaa793301750d8de3decf138dfac2003fea36028f509959a96ed710e82e679ffd57370666996c4ee932d0c86f8be0d05d12a1ab78850ef26d1cc4d39b9b039)
+ REF Release_3.9
+ SHA512 479c4132ac3575940bd1e8190ba5253e54ae57f38319d7bca75ea85ee2f744f5d5b460d2d4ceb17eca0d0561c6e281673f050bbdab2f5ff526c031c220876bf1)
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
diff --git a/ports/elfio/vcpkg.json b/ports/elfio/vcpkg.json
index 427aeca5c..c49ffbe49 100644
--- a/ports/elfio/vcpkg.json
+++ b/ports/elfio/vcpkg.json
@@ -1,6 +1,6 @@
{
"name": "elfio",
- "version-string": "3.8",
+ "version": "3.9",
"description": "A header-only C++ library intended for reading and generating files in the ELF binary format.",
"homepage": "https://github.com/serge1/ELFIO"
}