mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:59:06 +08:00
[libobfuscate] update to 20240211 (#38708)
- [X] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [X] SHA512s are updated for each updated download. - [ ] ~The "supports" clause reflects platforms that may be fixed by this new version.~ - [ ] ~Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file.~ - [ ] ~Any patches that are no longer applied are deleted from the port's directory.~ - [X] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [X] Only one version is added to each modified port's versions file. --------- Co-authored-by: Nick D'Ademo <dademo.n@duerr-ndt.com>
This commit is contained in:
parent
a1212c93ca
commit
3ddf86829d
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO adamyaxley/Obfuscate
|
||||
REF 674a53f34c05a1dd092561face7a6807f921d223
|
||||
SHA512 9a3ef203386f149d916d9511492da94b6ab02fb001475ecb423eaf3f5510f6332ac57ce889a6b26a8a7c54066ec3d5ffabc5886338ecdaf0590423c385c449d9
|
||||
REF e65173d617983ce6b714c9ade5a6dbf3503c9a96
|
||||
SHA512 0fbe1cb3a65650aa05d15d57f7cd2b977133e0a11bb212b635b6c691b34a19a0e0502dc9a17b2f733fcfb3ec59030a0b18467ea44de914582061f298b90dd114
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "libobfuscate",
|
||||
"version-date": "2023-03-23",
|
||||
"version-date": "2024-02-11",
|
||||
"description": "Guaranteed compile-time string literal obfuscation header-only library for C++14.",
|
||||
"homepage": "https://github.com/adamyaxley/Obfuscate",
|
||||
"license": "Unlicense"
|
||||
|
@ -4725,7 +4725,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"libobfuscate": {
|
||||
"baseline": "2023-03-23",
|
||||
"baseline": "2024-02-11",
|
||||
"port-version": 0
|
||||
},
|
||||
"libodb": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "97f5fc6f17bcf8d98e561459b4cb64944c04089b",
|
||||
"version-date": "2024-02-11",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "5751c998780a780e002a23faffc94d7d328d74c0",
|
||||
"version-date": "2023-03-23",
|
||||
|
Loading…
Reference in New Issue
Block a user