From 0b5d7cdbf39ad02bf835c95f7868f23337ce410e Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Fri, 28 May 2021 14:36:48 +1000 Subject: [PATCH] Fix #1455. Bump IfcOpenShell. --- src/blenderbim/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/blenderbim/Makefile b/src/blenderbim/Makefile index 3ed26b7389..efc8d2a4b9 100644 --- a/src/blenderbim/Makefile +++ b/src/blenderbim/Makefile @@ -13,10 +13,10 @@ endif # Provides IfcOpenShell Python functionality ifeq ($(PYVERSION), py37) - cd dist/working && wget https://s3.amazonaws.com/ifcopenshell-builds/ifcblender-python-37-v0.6.0-ff7219b-$(PLATFORM)64.zip + cd dist/working && wget https://s3.amazonaws.com/ifcopenshell-builds/ifcblender-python-37-v0.6.0-81ad689-$(PLATFORM)64.zip endif ifeq ($(PYVERSION), py39) - cd dist/working && wget https://s3.amazonaws.com/ifcopenshell-builds/ifcblender-python-39-v0.6.0-ff7219b-$(PLATFORM)64.zip + cd dist/working && wget https://s3.amazonaws.com/ifcopenshell-builds/ifcblender-python-39-v0.6.0-81ad689-$(PLATFORM)64.zip endif cd dist/working && unzip ifcblender* cp -r dist/working/io_import_scene_ifc/ifcopenshell dist/blenderbim/libs/site/packages/ @@ -28,7 +28,7 @@ endif # Provides IfcConvert for construction documentation mkdir dist/working - cd dist/working && wget https://s3.amazonaws.com/ifcopenshell-builds/IfcConvert-v0.6.0-517b819-$(PLATFORM)64.zip + cd dist/working && wget https://s3.amazonaws.com/ifcopenshell-builds/IfcConvert-v0.6.0-81ad689-$(PLATFORM)64.zip cd dist/working && unzip IfcConvert* ifeq ($(PLATFORM), win) cp -r dist/working/IfcConvert.exe dist/blenderbim/libs/