diff --git a/recipes/paho-mqtt-c/all/conandata.yml b/recipes/paho-mqtt-c/all/conandata.yml index af94a553a129f..c69d73929592b 100644 --- a/recipes/paho-mqtt-c/all/conandata.yml +++ b/recipes/paho-mqtt-c/all/conandata.yml @@ -12,8 +12,12 @@ sources: sha256: 996eef9e498519da79108f58a887a34abc50cd76770b19b0300b27783706c71f url: https://github.com/eclipse/paho.mqtt.c/archive/v1.3.5.tar.gz "1.3.6": - sha256: ecbc2c2000c6d8dcf1a76325312c61ed29db0b010acbd40cb92fcd4c014cd017 + sha256: ecbc2c2000c6d8dcf1a76325312c61ed29db0b010acbd40cb92fcd4c014cd017 url: https://github.com/eclipse/paho.mqtt.c/archive/v1.3.6.tar.gz + "1.3.8": + sha256: 4920ff685344cdb0272568bc4414dcf48fcdfc4a98c78b1f3ca49c38417bf391 + url: https://github.com/eclipse/paho.mqtt.c/archive/v1.3.8.tar.gz + patches: "1.3.0": - patch_file: "patches/0001-fix-MinGW-and-OSX-builds-for-1-3-0.patch" @@ -29,7 +33,7 @@ patches: - patch_file: "patches/0002-fix-MinGW-and-OSX-builds-for-1-3-4.patch" base_path: "source_subfolder" - patch_file: "patches/0004-fix-cmake-install.patch" - base_path: "source_subfolder" + base_path: "source_subfolder" "1.3.5": - patch_file: "patches/0002-fix-MinGW-and-OSX-builds-for-1-3-5.patch" base_path: "source_subfolder" @@ -40,3 +44,6 @@ patches: base_path: "source_subfolder" - patch_file: "patches/0004-fix-cmake-install.patch" base_path: "source_subfolder" + "1.3.8": + - patch_file: "patches/0002-fix-MinGW-and-OSX-builds-for-1-3-5.patch" + base_path: "source_subfolder" diff --git a/recipes/paho-mqtt-c/config.yml b/recipes/paho-mqtt-c/config.yml index a381a79fa50cb..16ad40c6cad21 100644 --- a/recipes/paho-mqtt-c/config.yml +++ b/recipes/paho-mqtt-c/config.yml @@ -9,3 +9,5 @@ versions: folder: "all" "1.3.6": folder: "all" + "1.3.8": + folder: "all"