Skip to content

Commit

Permalink
Update cqlsh version
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshDaryani896 committed Nov 10, 2023
1 parent fe31c84 commit 862ccf7
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-18',
version='3.10-yb-19',
url_pattern='https://github.com/YugaByte/cqlsh/archive/v{0}.tar.gz',
build_group=BuildGroup.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 @@ -21,6 +21,7 @@ d149271d70f7423dfc58b33a7a1cbfe338a5865c8448569a09c92f64789d9a53 cqlsh-3.10-yb-
b4cb8375bdf16ce4994aaf4e34bff1865667ccc982ded5ed46475d03af4bd85c cqlsh-3.10-yb-16.tar.gz
ec541849c4e4c8588b165ca6fcb5dada11c07019dfe2dded22fa63b1babb4f01 cqlsh-3.10-yb-17.tar.gz
3b59b0a464d4fa94e51a401575840e498cac2f9844c9956821ad63371a6384fd cqlsh-3.10-yb-18.tar.gz
05e283616055e1218f4c4f8af66e3466d6e9fae651524bd9b73f419105648bd0 cqlsh-3.10-yb-19.tar.gz
7e93153bc3301cf7cd171fe510578a4d1385e3908656d3f4994778f7d485dcc5 crcutil-440ba7babeff77ffad992df3a10c767f184e946e.tar.gz
53f12a4cfdf451fc04d7869b1b2aa1e9108bbf3e4c028f6baff30cb400a3ee00 crcutil-v20210630-8678969f02c4679fa40abaa9c5d7afadec50ed84.tar.gz
45955e1ce6a968b64c0ab401b66f3e3dc66a516c63a116e5fa02b928dff9890a crypt_blowfish-1.0.0.tar.gz
Expand Down

0 comments on commit 862ccf7

Please sign in to comment.