From 1a620b52b52647f9bb3a136c072a5956a68b3a2a Mon Sep 17 00:00:00 2001 From: Laszlo Szucs Date: Tue, 3 Dec 2019 14:48:19 +0100 Subject: [PATCH] update install script to 2.4.1 release --- _scripts/install_wrap-xamarin.sh | 2 +- _scripts/install_wrap-xcode-uitests.sh | 2 +- _scripts/install_wrap-xcode.sh | 2 +- _scripts/install_wrap.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_scripts/install_wrap-xamarin.sh b/_scripts/install_wrap-xamarin.sh index b93a40d1..fa60f416 100755 --- a/_scripts/install_wrap-xamarin.sh +++ b/_scripts/install_wrap-xamarin.sh @@ -5,7 +5,7 @@ echo " => Creating a temporary directory for codesigndoc ..." temp_dir="$(mktemp -d -t codesigndocXXXXXX)" codesigndoc_bin_path="${temp_dir}/codesigndoc" -version_to_use="2.4.0" +version_to_use="2.4.1" if [ "$1" != "" ] ; then version_to_use="$1" fi diff --git a/_scripts/install_wrap-xcode-uitests.sh b/_scripts/install_wrap-xcode-uitests.sh index 96e41dce..5c8893a4 100755 --- a/_scripts/install_wrap-xcode-uitests.sh +++ b/_scripts/install_wrap-xcode-uitests.sh @@ -5,7 +5,7 @@ echo " => Creating a temporary directory for codesigndoc ..." temp_dir="$(mktemp -d -t codesigndocXXXXXX)" codesigndoc_bin_path="${temp_dir}/codesigndoc" -version_to_use="2.4.0" +version_to_use="2.4.1" if [ "$1" != "" ] ; then version_to_use="$1" fi diff --git a/_scripts/install_wrap-xcode.sh b/_scripts/install_wrap-xcode.sh index 04bebb8c..eb33fe01 100755 --- a/_scripts/install_wrap-xcode.sh +++ b/_scripts/install_wrap-xcode.sh @@ -5,7 +5,7 @@ echo " => Creating a temporary directory for codesigndoc ..." temp_dir="$(mktemp -d -t codesigndocXXXXXX)" codesigndoc_bin_path="${temp_dir}/codesigndoc" -version_to_use="2.4.0" +version_to_use="2.4.1" if [ "$1" != "" ] ; then version_to_use="$1" fi diff --git a/_scripts/install_wrap.sh b/_scripts/install_wrap.sh index 04bebb8c..eb33fe01 100755 --- a/_scripts/install_wrap.sh +++ b/_scripts/install_wrap.sh @@ -5,7 +5,7 @@ echo " => Creating a temporary directory for codesigndoc ..." temp_dir="$(mktemp -d -t codesigndocXXXXXX)" codesigndoc_bin_path="${temp_dir}/codesigndoc" -version_to_use="2.4.0" +version_to_use="2.4.1" if [ "$1" != "" ] ; then version_to_use="$1" fi