From 709e42657b4dd718b323593892d130431a5fe9fb Mon Sep 17 00:00:00 2001 From: toge Date: Wed, 7 Aug 2024 09:43:15 +0900 Subject: [PATCH 1/3] etl: add version 20.39.1 --- recipes/etl/all/conandata.yml | 3 +++ recipes/etl/config.yml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/recipes/etl/all/conandata.yml b/recipes/etl/all/conandata.yml index d4b8a19032a19..312a9be68d520 100644 --- a/recipes/etl/all/conandata.yml +++ b/recipes/etl/all/conandata.yml @@ -1,4 +1,7 @@ sources: + "20.39.1": + url: "https://github.com/ETLCPP/etl/archive/20.39.1.tar.gz" + sha256: "3fb193011450d5d25b9b221d68f74b9baa970c7fb03ff03426cad56fdead93d6" "20.39.0": url: "https://github.com/ETLCPP/etl/archive/20.39.0.tar.gz" sha256: "1553dfaba3ba8a44a592367127b145ba6e413bf2df376808bdb6fe7a7635c197" diff --git a/recipes/etl/config.yml b/recipes/etl/config.yml index daa3200bd03a1..5f749f2390ce5 100644 --- a/recipes/etl/config.yml +++ b/recipes/etl/config.yml @@ -1,4 +1,6 @@ versions: + "20.39.1": + folder: all "20.39.0": folder: all "20.38.17": From 6d5af230aed08db4758880eb69a3962efcca10f4 Mon Sep 17 00:00:00 2001 From: toge Date: Thu, 8 Aug 2024 01:37:18 +0900 Subject: [PATCH 2/3] update 20.39.2, remove 20.39.0 --- recipes/etl/all/conandata.yml | 9 +++------ recipes/etl/config.yml | 4 +--- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/recipes/etl/all/conandata.yml b/recipes/etl/all/conandata.yml index 312a9be68d520..a9a2d34789bda 100644 --- a/recipes/etl/all/conandata.yml +++ b/recipes/etl/all/conandata.yml @@ -1,10 +1,7 @@ sources: - "20.39.1": - url: "https://github.com/ETLCPP/etl/archive/20.39.1.tar.gz" - sha256: "3fb193011450d5d25b9b221d68f74b9baa970c7fb03ff03426cad56fdead93d6" - "20.39.0": - url: "https://github.com/ETLCPP/etl/archive/20.39.0.tar.gz" - sha256: "1553dfaba3ba8a44a592367127b145ba6e413bf2df376808bdb6fe7a7635c197" + "20.39.2": + url: "https://github.com/ETLCPP/etl/archive/20.39.2.tar.gz" + sha256: "b1faad1b83382bc7e06df0892b0efe1bd62e8dafe490878b601188f144bef063" "20.38.17": url: "https://github.com/ETLCPP/etl/archive/20.38.17.tar.gz" sha256: "5b490aca3faad3796a48bf0980e74f2a67953967fad3c051a6d4981051cb0b9a" diff --git a/recipes/etl/config.yml b/recipes/etl/config.yml index 5f749f2390ce5..37a517cdd2fca 100644 --- a/recipes/etl/config.yml +++ b/recipes/etl/config.yml @@ -1,7 +1,5 @@ versions: - "20.39.1": - folder: all - "20.39.0": + "20.39.2": folder: all "20.38.17": folder: all From b480f3cde56e46f41a82691580ff4f9713a9e521 Mon Sep 17 00:00:00 2001 From: toge Date: Sat, 10 Aug 2024 23:46:40 +0900 Subject: [PATCH 3/3] update 20.39.3 --- recipes/etl/all/conandata.yml | 6 +++--- recipes/etl/config.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/etl/all/conandata.yml b/recipes/etl/all/conandata.yml index a9a2d34789bda..4cbef4767e880 100644 --- a/recipes/etl/all/conandata.yml +++ b/recipes/etl/all/conandata.yml @@ -1,7 +1,7 @@ sources: - "20.39.2": - url: "https://github.com/ETLCPP/etl/archive/20.39.2.tar.gz" - sha256: "b1faad1b83382bc7e06df0892b0efe1bd62e8dafe490878b601188f144bef063" + "20.39.3": + url: "https://github.com/ETLCPP/etl/archive/20.39.3.tar.gz" + sha256: "1d596bc47d17959ced8b4586e0ae22348c903df6ab00f47ef900d854ef5e30c8" "20.38.17": url: "https://github.com/ETLCPP/etl/archive/20.38.17.tar.gz" sha256: "5b490aca3faad3796a48bf0980e74f2a67953967fad3c051a6d4981051cb0b9a" diff --git a/recipes/etl/config.yml b/recipes/etl/config.yml index 37a517cdd2fca..a0f3f48c1fdfb 100644 --- a/recipes/etl/config.yml +++ b/recipes/etl/config.yml @@ -1,5 +1,5 @@ versions: - "20.39.2": + "20.39.3": folder: all "20.38.17": folder: all