Skip to content

Commit

Permalink
[etl] update to 20.38.10 (#36332)
Browse files Browse the repository at this point in the history
* [etl] update to 20.38.10

* [etl] update to 20.38.10
  • Loading branch information
jiayuehua authored Jan 24, 2024
1 parent 2098770 commit f22bffe
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/etl/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ETLCPP/etl
REF "${VERSION}"
SHA512 aee68d50cdc82e0a2248390acc87d9b4186bb883631fd5febd011d81fb9d944e811e08da46998cadf1738a52d70e28ec4188bc4dc5822f32443896f991764f46
SHA512 fcfa30f4e702444b7cc9a41c97ba8c370e18468782a11fcde40d198f7f0475b3f6e45531c8fe2898e5ab0086c24f0cf9dc72ebf8c16480ac3c09dd301c476f0a
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/etl/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "etl",
"version": "20.38.0",
"version": "20.38.10",
"description": "A C++ template library for embedded applications",
"homepage": "https://www.etlcpp.com",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2489,7 +2489,7 @@
"port-version": 0
},
"etl": {
"baseline": "20.38.0",
"baseline": "20.38.10",
"port-version": 0
},
"eve": {
Expand Down
5 changes: 5 additions & 0 deletions versions/e-/etl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "079f0debc933d6e50b2a2e2cda340343f6bf6a6d",
"version": "20.38.10",
"port-version": 0
},
{
"git-tree": "c192d31b7a1db34a2a2de4cab11ed949c54f35da",
"version": "20.38.0",
Expand Down

0 comments on commit f22bffe

Please sign in to comment.