This repository was archived by the owner on Mar 8, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020# (see LIBUAST_VERSION and get_libuast_arch()). The url is used to download
2121# and install uast library.
2222LIBUAST_URL = "https://github.com/bblfsh/libuast/releases/download/{version}/libuast-{arch}.tar.gz"
23- LIBUAST_VERSION = "v3.4.2 "
23+ LIBUAST_VERSION = "v3.4.3 "
2424
2525SDK_V1_VERSION = "v1.17.0"
2626SDK_V1_MAJOR = SDK_V1_VERSION .split ('.' )[0 ]
2727
2828# SDK_URL is a format url which points to the sdk package.
2929# The url is used to download and install python bindings for bblfsh sdk.
3030SDK_URL = "https://github.com/bblfsh/sdk/archive/{version}.tar.gz"
31- SDK_V3_VERSION = "v3.3.0 "
31+ SDK_V3_VERSION = "v3.3.1 "
3232SDK_V3_PROTOCOL = "v2" # package gopkg.in.bblfsh.sdk.v2.protocol
3333
3434
You can’t perform that action at this time.
0 commit comments