From a632d154eb291e985faa15fc1d7685280dad1f2b Mon Sep 17 00:00:00 2001 From: jspijker Date: Tue, 31 Jan 2023 12:42:37 +0100 Subject: [PATCH] Move beta as first entry --- conandata.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/conandata.yml b/conandata.yml index 5c5dcd452d..b615341776 100644 --- a/conandata.yml +++ b/conandata.yml @@ -10,15 +10,15 @@ # requirements (use the /(latest)@ultimaker/testing) # # Subject to change in the future! -"5.3.0": +"5.3.0-beta": requirements: - "pyarcus/5.2.2" - - "curaengine/5.3.0" + - "curaengine/(latest)@ultimaker/stable" - "pysavitar/5.2.2" - "pynest2d/5.2.2" - - "uranium/5.3.0" - - "fdm_materials/5.3.0" - - "cura_binary_data/5.3.0" + - "uranium/(latest)@ultimaker/stable" + - "fdm_materials/(latest)@ultimaker/stable" + - "cura_binary_data/(latest)@ultimaker/stable" - "cpython/3.10.4" internal_requirements: - "fdm_materials_private/(latest)@ultimaker/testing" @@ -120,15 +120,15 @@ Windows: "./icons/Cura.ico" Macos: "./icons/cura.icns" Linux: "./icons/cura-128.png" -"5.3.0-beta": +"5.3.0": requirements: - "pyarcus/5.2.2" - - "curaengine/(latest)@ultimaker/stable" + - "curaengine/5.3.0" - "pysavitar/5.2.2" - "pynest2d/5.2.2" - - "uranium/(latest)@ultimaker/stable" - - "fdm_materials/(latest)@ultimaker/stable" - - "cura_binary_data/(latest)@ultimaker/stable" + - "uranium/5.3.0" + - "fdm_materials/5.3.0" + - "cura_binary_data/5.3.0" - "cpython/3.10.4" internal_requirements: - "fdm_materials_private/(latest)@ultimaker/testing"