Skip to content
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

[libobfuscate] update to 2024-07-10 #43088

Merged
merged 3 commits into from
Jan 7, 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/libobfuscate/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 adamyaxley/Obfuscate
REF e65173d617983ce6b714c9ade5a6dbf3503c9a96
SHA512 0fbe1cb3a65650aa05d15d57f7cd2b977133e0a11bb212b635b6c691b34a19a0e0502dc9a17b2f733fcfb3ec59030a0b18467ea44de914582061f298b90dd114
REF a46cd5d8bd09e44afb27f97cde842e9473a4fdf6
SHA512 9be3df71cbec3819553d46a2ab7f613401f4b1ef6a2d3bff2f23fef6aec3ae6475cbfc3413d9be46b46e911f1ad8ffdb1a839b54da46ca0d152a07b6829a06c5
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/libobfuscate/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libobfuscate",
"version-date": "2024-02-11",
"version-date": "2024-07-10",
"description": "Guaranteed compile-time string literal obfuscation header-only library for C++14.",
"homepage": "https://github.com/adamyaxley/Obfuscate",
"license": "Unlicense"
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4893,7 +4893,7 @@
"port-version": 0
},
"libobfuscate": {
"baseline": "2024-02-11",
"baseline": "2024-07-10",
"port-version": 0
},
"libodb": {
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libobfuscate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "59a443292768ae0fdfa760c225f278f6f34084ac",
"version-date": "2024-07-10",
"port-version": 0
},
{
"git-tree": "97f5fc6f17bcf8d98e561459b4cb64944c04089b",
"version-date": "2024-02-11",
Expand Down