Skip to content

Commit 584513f

Browse files
committed
Update url for glew
1 parent 9203d68 commit 584513f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/core_common/modules/glew.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def make():
2626
base.common_check_version("glew", "1", clean)
2727

2828
if not base.is_dir("glew-2.1.0"):
29-
base.download("https://deac-ams.dl.sourceforge.net/project/glew/glew/2.1.0/glew-2.1.0-win32.zip", "./archive.zip")
29+
base.download("https://github.com/ONLYOFFICE-data/build_tools_data/raw/refs/heads/master/glew/glew-2.1.0-win32.zip", "./archive.zip")
3030
base.extract("./archive.zip", "./")
3131
base.delete_file("./archive.zip")
3232

0 commit comments

Comments
 (0)