Skip to content

Commit

Permalink
Upgrade cqlsh to latest version v3.10-yb-7 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
iSignal authored Feb 10, 2021
1 parent cc4c21a commit 45c97f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion python/build_definitions/cqlsh.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class CQLShDependency(Dependency):
def __init__(self) -> None:
super(CQLShDependency, self).__init__(
name='cqlsh',
version='3.10-yb-6',
version='3.10-yb-7',
url_pattern='https://github.com/YugaByte/cqlsh/archive/v{0}.tar.gz',
build_group=BUILD_GROUP_COMMON)
self.copy_sources = True
Expand Down
1 change: 1 addition & 0 deletions thirdparty_src_checksums.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ e97dc472aae52197a4d5e0185eb8f9e04d7575d2dc2b12194ddc768e0f8a846d cfe-7.1.0.tar.
057bdac0581215b5ceb39edfd5bbef9eb79578f16a8908349f3066251fba88d8 compiler-rt-7.1.0.tar.xz
035314f04e334bb3d7b3f57330af39d1e3d2070b8d2f8ffe5d873b37e98443a5 cqlsh-3.10-yb-5.tar.gz
d55ac6565b8694f3861b6dbb323a195596b9b65b68460d57279959bd8c9a950f cqlsh-3.10-yb-6.tar.gz
c834e264530f805fe6068dd5c3339b9da3c55d9ed02cc58dd0436e83d8c1e173 cqlsh-3.10-yb-7.tar.gz
7e93153bc3301cf7cd171fe510578a4d1385e3908656d3f4994778f7d485dcc5 crcutil-440ba7babeff77ffad992df3a10c767f184e946e.tar.gz
1bae27384e462abe247088e45ea503f138885728a6ed268f68b537a97b8436fc crypt_blowfish-79ee670d1a2977328c481d6578387928ff92896a.tar.gz
ca2feeb8ef13368ce5d5e5849a5fd5e2dd4755fecf7d8f0cc94000a4206fb8e7 curl-7.70.0.tar.gz
Expand Down

0 comments on commit 45c97f4

Please sign in to comment.