diff --git a/docker-compose.sh b/docker-compose.sh index ed9403f..c14a174 100755 --- a/docker-compose.sh +++ b/docker-compose.sh @@ -1,7 +1,7 @@ #!/bin/bash # see: https://docs.docker.com/compose/install/ -VERSION="v2.30.2" +VERSION="v2.30.3" if [ -n "$1" ];then VERSION=$1; fi _main() { diff --git a/gh.sh b/gh.sh index 12714cf..86f13e3 100755 --- a/gh.sh +++ b/gh.sh @@ -1,5 +1,5 @@ #!/bin/bash -VERSION="v2.60.1" +VERSION="v2.61.0" if [ -n "$1" ];then VERSION=$1 diff --git a/joplin.sh b/joplin.sh index 75d0f45..cd40ef8 100755 --- a/joplin.sh +++ b/joplin.sh @@ -2,7 +2,7 @@ SHELL_FOLDER=$(cd $(dirname ${BASH_SOURCE[0]});pwd) -VERSION="v3.1.22" +VERSION="v3.1.23" if [ -n "$1" ];then VERSION=$1; fi diff --git a/vscode.sh b/vscode.sh index 761c2a5..31a8311 100755 --- a/vscode.sh +++ b/vscode.sh @@ -2,7 +2,7 @@ SHELL_FOLDER=$(cd $(dirname ${BASH_SOURCE[0]});pwd) -fileUrl="https://vscode.download.prss.microsoft.com/dbazure/download/stable/65edc4939843c90c34d61f4ce11704f09d3e5cb6/code-stable-x64-1730354220.tar.gz" +fileUrl="https://vscode.download.prss.microsoft.com/dbazure/download/stable/e8653663e8840adaf45af01eab5c627a5af81807/code-stable-x64-1730980362.tar.gz" fileName=`echo $fileUrl|awk -F "/" '{print $NF}'` _main() {