We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a89d1 commit 0c6adecCopy full SHA for 0c6adec
build.py
@@ -25,7 +25,7 @@
25
root_path = Path(__file__).resolve().parent
26
print(root_path)
27
28
-capi_version = '8.3.0'
+capi_version = '8.3.1'
29
30
is_x64 = 8 * struct.calcsize("P") == 64
31
@@ -44,7 +44,7 @@
44
capi_extracted_root_dir = path_to_extract / f'dxfeed-c-api-{capi_version}-no-tls'
45
46
if (not os.path.exists(path_to_extract)) or (not os.path.exists(capi_extracted_root_dir)):
47
- url = f'https://github.com/dxFeed/dxfeed-c-api/releases/download/{capi_version}/dxfeed-c-api-{capi_version}-' \
+ url = f'https://github.com/ttldtor/dxfeed-c-api/releases/download/{capi_version}/dxfeed-c-api-{capi_version}-' \
48
f'{current_os}-no-tls.zip '
49
print(f'Downloading the "{url}"')
50
resp = urlopen(url)
0 commit comments