From 325423ddc7f5a18c02dab5717f23a031530f005b Mon Sep 17 00:00:00 2001 From: Damien Menanteau Date: Mon, 17 Jul 2023 17:02:35 +0200 Subject: [PATCH] Upgrade TCR-Go to version 0.26.0 --- tcr/tcr_go/tcr_go.sh | 4 ++-- tcr/tcr_go/version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tcr/tcr_go/tcr_go.sh b/tcr/tcr_go/tcr_go.sh index b3949cf..f92d4e8 100755 --- a/tcr/tcr_go/tcr_go.sh +++ b/tcr/tcr_go/tcr_go.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # -# Copyright (c) 2022 Murex +# Copyright (c) 2023 Murex # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -93,7 +93,7 @@ download_tcr_go() { # Move extracted files to doc directory rm -rf "${TCR_DOC_DIR}" - src_extracted_path="${TCR_DOWNLOAD_DIR}/tcr-${version}" + src_extracted_path="${TCR_DOWNLOAD_DIR}/TCR-${version}" mv -f "${src_extracted_path}/doc" "${TCR_DOC_DIR}" # Clean up after download diff --git a/tcr/tcr_go/version.txt b/tcr/tcr_go/version.txt index c557a23..5f2a265 100644 --- a/tcr/tcr_go/version.txt +++ b/tcr/tcr_go/version.txt @@ -1 +1 @@ -tcr-go 0.22.0 +tcr-go 0.26.0