Set latest.json location back to ultimaker website.

CURA-9272
This commit is contained in:
joeydelarago 2022-08-22 16:29:08 +02:00
parent 1f701c267a
commit 3413caab62
2 changed files with 2 additions and 2 deletions

View file

@ -102,7 +102,7 @@ class CuraConan(ConanFile):
@property
def _cura_latest_url(self):
return "https://raw.githubusercontent.com/Ultimaker/Uranium/CURA-9272_semver_postfix/tests/latest.json"
return "https://software.ultimaker.com/latest.json"
@property
def requirements_txts(self):