Skip to content

Commit e296401

Browse files
committed
Use Godot 3.2.1 for tests
1 parent 80c5b55 commit e296401

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

platforms/osx-64/SConscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cpython_build = Dir("cpython_build")
1515
env["bits"] = "64"
1616
env[
1717
"godot_default_binary_url"
18-
] = "https://downloads.tuxfamily.org/godotengine/3.2/Godot_v3.2-stable_osx.64.zip"
18+
] = "https://downloads.tuxfamily.org/godotengine/3.2.1/Godot_v3.2.1-stable_osx.64.zip"
1919
env["godot_binary_zip_path"] = "Godot.app/Contents/MacOS/Godot"
2020
env["cpython_build"] = cpython_build
2121
env["cpython_build_dir"] = cpython_build

platforms/windows-32/SConscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cpython_build = Dir("cpython_build")
1515
env["bits"] = "32"
1616
env[
1717
"godot_default_binary_url"
18-
] = "https://downloads.tuxfamily.org/godotengine/3.2/Godot_v3.2-stable_win32.exe.zip"
18+
] = "https://downloads.tuxfamily.org/godotengine/3.2.1/Godot_v3.2.1-stable_win32.exe.zip"
1919
env["cpython_build"] = cpython_build
2020
env["cpython_build_dir"] = cpython_build
2121
env["DIST_SITE_PACKAGES"] = Dir(f"{env['DIST_PLATFORM']}/Lib/site-packages")

platforms/windows-64/SConscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cpython_build = Dir("cpython_build")
1515
env["bits"] = "64"
1616
env[
1717
"godot_default_binary_url"
18-
] = "https://downloads.tuxfamily.org/godotengine/3.2/Godot_v3.2-stable_win64.exe.zip"
18+
] = "https://downloads.tuxfamily.org/godotengine/3.2.1/Godot_v3.2.1-stable_win64.exe.zip"
1919
env["cpython_build"] = cpython_build
2020
env["cpython_build_dir"] = cpython_build
2121
env["DIST_SITE_PACKAGES"] = Dir(f"{env['DIST_PLATFORM']}/Lib/site-packages")

platforms/x11-64/SConscript

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ env["bits"] = "64"
1616
if env["headless"]:
1717
env[
1818
"godot_default_binary_url"
19-
] = "https://downloads.tuxfamily.org/godotengine/3.2/Godot_v3.2-stable_linux_headless.64.zip"
19+
] = "https://downloads.tuxfamily.org/godotengine/3.2.1/Godot_v3.2.1-stable_linux_headless.64.zip"
2020
else:
2121
env[
2222
"godot_default_binary_url"
23-
] = "https://downloads.tuxfamily.org/godotengine/3.2/Godot_v3.2-stable_x11.64.zip"
23+
] = "https://downloads.tuxfamily.org/godotengine/3.2.1/Godot_v3.2.1-stable_x11.64.zip"
2424
env["cpython_build"] = cpython_build
2525
env["cpython_build_dir"] = cpython_build
2626
env["DIST_SITE_PACKAGES"] = Dir(f"{env['DIST_PLATFORM']}/lib/python3.8/site-packages")

0 commit comments

Comments
 (0)