@@ -92,7 +92,7 @@ class DependenciesDownloader {
9292 map . set (
9393 this . TOOL_IMPORT_EXPORT ,
9494 this . getToolSpec (
95- "https://packages.couchbase.com/releases/7.2 .0/couchbase-server-tools_7.2 .0-macos_x86_64.zip" ,
95+ "https://packages.couchbase.com/releases/7.6 .0/couchbase-server-tools_7.6 .0-macos_x86_64.zip" ,
9696 this . TOOL_IMPORT_EXPORT ,
9797 OSUtil . MACOS_64
9898 )
@@ -125,7 +125,7 @@ class DependenciesDownloader {
125125 map . set (
126126 this . TOOL_IMPORT_EXPORT ,
127127 this . getToolSpec (
128- "https://packages.couchbase.com/releases/7.2 .0/couchbase-server-tools_7.2 .0-macos_arm64.zip" ,
128+ "https://packages.couchbase.com/releases/7.6 .0/couchbase-server-tools_7.6 .0-macos_arm64.zip" ,
129129 this . TOOL_IMPORT_EXPORT ,
130130 OSUtil . MACOS_ARM
131131 )
@@ -158,7 +158,7 @@ class DependenciesDownloader {
158158 map . set (
159159 this . TOOL_IMPORT_EXPORT ,
160160 this . getToolSpec (
161- "https://packages.couchbase.com/releases/7.2 .0/couchbase-server-tools_7.2 .0-windows_amd64.zip" ,
161+ "https://packages.couchbase.com/releases/7.6 .0/couchbase-server-tools_7.6 .0-windows_amd64.zip" ,
162162 this . TOOL_IMPORT_EXPORT ,
163163 OSUtil . WINDOWS_64
164164 )
@@ -191,7 +191,7 @@ class DependenciesDownloader {
191191 map . set (
192192 this . TOOL_IMPORT_EXPORT ,
193193 this . getToolSpec (
194- "https://packages.couchbase.com/releases/7.2 .0/couchbase-server-tools_7.2 .0-windows_amd64.zip" ,
194+ "https://packages.couchbase.com/releases/7.6 .0/couchbase-server-tools_7.6 .0-windows_amd64.zip" ,
195195 this . TOOL_IMPORT_EXPORT ,
196196 OSUtil . WINDOWS_ARM
197197 )
@@ -224,7 +224,7 @@ class DependenciesDownloader {
224224 map . set (
225225 this . TOOL_IMPORT_EXPORT ,
226226 this . getToolSpec (
227- "https://packages.couchbase.com/releases/7.2 .0/couchbase-server-tools_7.2 .0-linux_x86_64.tar.gz" ,
227+ "https://packages.couchbase.com/releases/7.6 .0/couchbase-server-tools_7.6 .0-linux_x86_64.tar.gz" ,
228228 this . TOOL_IMPORT_EXPORT ,
229229 OSUtil . LINUX_64
230230 )
@@ -257,7 +257,7 @@ class DependenciesDownloader {
257257 map . set (
258258 this . TOOL_IMPORT_EXPORT ,
259259 this . getToolSpec (
260- "https://packages.couchbase.com/releases/7.2 .0/couchbase-server-tools_7.2 .0-linux_aarch64.tar.gz" ,
260+ "https://packages.couchbase.com/releases/7.6 .0/couchbase-server-tools_7.6 .0-linux_aarch64.tar.gz" ,
261261 this . TOOL_IMPORT_EXPORT ,
262262 OSUtil . LINUX_ARM
263263 )
0 commit comments