Skip to content

Commit

Permalink
Locked simple-tls latest version to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
loyess committed Oct 1, 2023
1 parent 58bf72a commit d60b766
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/downloads.sh
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,8 @@ download_plugins_file(){
download_service_file ${RABBIT_INIT} ${RABBIT_INIT_ONLINE} ${RABBIT_INIT_LOCAL}
elif [[ "${plugin_num}" == "8" ]]; then
local pluginName="simple-tls"
simple_tls_ver=$(get_plugins_version "${pluginName}")
# simple_tls_ver=$(get_plugins_version "${pluginName}")
simple_tls_ver="0.5.2"
judge_latest_version_num_is_none_and_output_error_info "${pluginName}" "${simple_tls_ver}"
if [[ ${SimpleTlsVer} = "1" ]]; then
simple_tls_ver="0.3.4"
Expand Down

0 comments on commit d60b766

Please sign in to comment.