From 12c795a482f61540c767be9d309b911abfffc480 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Fri, 8 Aug 2025 16:33:56 +0500 Subject: [PATCH] Fix binaries urls (3d30d809d) Should use 0.8.4 now, not 0.8.3 --- src/ifcopenshell-python/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/ifcopenshell-python/Makefile b/src/ifcopenshell-python/Makefile index 25c8103cf8..bca9c22d47 100644 --- a/src/ifcopenshell-python/Makefile +++ b/src/ifcopenshell-python/Makefile @@ -62,8 +62,9 @@ ifeq ($(PLATFORM), win64) PLATFORMTAG:=win_amd64 endif -IOS_URL:=https://s3.amazonaws.com/ifcopenshell-builds/ifcopenshell-python-$(PYNUMBER)-v0.8.3-358395c-$(PLATFORM).zip -IFCCONVERT_URL:=https://s3.amazonaws.com/ifcopenshell-builds/IfcConvert-v0.8.3-358395c-$(PLATFORM).zip +BINARY_VERSION:=0.8.4 +IOS_URL:=https://s3.amazonaws.com/ifcopenshell-builds/ifcopenshell-python-$(PYNUMBER)-v$(BINARY_VERSION)-358395c-$(PLATFORM).zip +IFCCONVERT_URL:=https://s3.amazonaws.com/ifcopenshell-builds/IfcConvert-v$(BINARY_VERSION)-358395c-$(PLATFORM).zip .PHONY: build-urls build-urls: