This commit is contained in:
Dion Moult
2024-07-09 08:22:57 +10:00
parent 8e86b3d1d8
commit b34d10bd35
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ PYPI_PLATFORM:=--platform win_amd64
endif endif
# Current build commit hash. # Current build commit hash.
OLD:=79f96d2 OLD:=c18e4ea
.PHONY: bump .PHONY: bump
bump: bump:
cd . && $(SED) -b "s/$(OLD)/$(NEW)/" Makefile cd . && $(SED) -b "s/$(OLD)/$(NEW)/" Makefile
+1 -1
View File
@@ -44,7 +44,7 @@ ifeq ($(PLATFORM), win64)
PLATFORMTAG:=win_amd64 PLATFORMTAG:=win_amd64
endif endif
IOS_URL:=https://s3.amazonaws.com/ifcopenshell-builds/ifcopenshell-python-$(PYNUMBER)-v$(VERSION)-79f96d2-$(PLATFORM).zip IOS_URL:=https://s3.amazonaws.com/ifcopenshell-builds/ifcopenshell-python-$(PYNUMBER)-v$(VERSION)-c18e4ea-$(PLATFORM).zip
.PHONY: test .PHONY: test
test: test:
@@ -20,11 +20,11 @@ Pre-built packages
| build-linux64_ | build-win32_ | build-win64_ | build-macos64_ | build-macosm164_ | | build-linux64_ | build-win32_ | build-win64_ | build-macos64_ | build-macosm164_ |
+----------------+----------------+----------------+----------------+------------------+ +----------------+----------------+----------------+----------------+------------------+
.. _build-linux64: https://s3.amazonaws.com/ifcopenshell-builds/IfcConvert-v0.8.0-79f96d2-linux64.zip .. _build-linux64: https://s3.amazonaws.com/ifcopenshell-builds/IfcConvert-v0.8.0-c18e4ea-linux64.zip
.. _build-win32: https://s3.amazonaws.com/ifcopenshell-builds/IfcConvert-v0.8.0-79f96d2-win32.zip .. _build-win32: https://s3.amazonaws.com/ifcopenshell-builds/IfcConvert-v0.8.0-c18e4ea-win32.zip
.. _build-win64: https://s3.amazonaws.com/ifcopenshell-builds/IfcConvert-v0.8.0-79f96d2-win64.zip .. _build-win64: https://s3.amazonaws.com/ifcopenshell-builds/IfcConvert-v0.8.0-c18e4ea-win64.zip
.. _build-macos64: https://s3.amazonaws.com/ifcopenshell-builds/IfcConvert-v0.8.0-79f96d2-macos64.zip .. _build-macos64: https://s3.amazonaws.com/ifcopenshell-builds/IfcConvert-v0.8.0-c18e4ea-macos64.zip
.. _build-macosm164: https://s3.amazonaws.com/ifcopenshell-builds/IfcConvert-v0.8.0-79f96d2-macosm164.zip .. _build-macosm164: https://s3.amazonaws.com/ifcopenshell-builds/IfcConvert-v0.8.0-c18e4ea-macosm164.zip
2. Unzip the downloaded file and run IfcConvert using the command line. 2. Unzip the downloaded file and run IfcConvert using the command line.