Skip to content

Commit

Permalink
[etl] update to 20.39.4 (microsoft#41159)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayuehua authored Sep 25, 2024
1 parent d5852ee commit 3289c7a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 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 fcfa30f4e702444b7cc9a41c97ba8c370e18468782a11fcde40d198f7f0475b3f6e45531c8fe2898e5ab0086c24f0cf9dc72ebf8c16480ac3c09dd301c476f0a
SHA512 27204220da2bc0d6028a689005ebd9150edffae78e6be6beae2ee361e3ef6dce90d1345637fc3ae4f03ef60404de9967ff40c694447c0f85f79772fde39f224f
HEAD_REF master
)

Expand Down
3 changes: 1 addition & 2 deletions ports/etl/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "etl",
"version": "20.38.10",
"port-version": 1,
"version": "20.39.4",
"description": "A C++ template library for embedded applications",
"homepage": "https://www.etlcpp.com",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2589,8 +2589,8 @@
"port-version": 0
},
"etl": {
"baseline": "20.38.10",
"port-version": 1
"baseline": "20.39.4",
"port-version": 0
},
"eve": {
"baseline": "2023.2.15",
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": "bdac500ecc12b8d6b7a36c6fb32dc76b7ec5d2dd",
"version": "20.39.4",
"port-version": 0
},
{
"git-tree": "04525d7e18f604bc4b4a7e1317c919ef691907af",
"version": "20.38.10",
Expand Down

0 comments on commit 3289c7a

Please sign in to comment.