Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cqlsh version #254

Merged
merged 1 commit into from
Nov 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading