Skip to content

Commit 1925f47

Browse files
author
runner
committed
update drawio.sh:v30.2.4,firefox.sh:152.0.1,hugo.sh:v0.163.3,vscode.sh:69283
1 parent e5fc527 commit 1925f47

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

drawio.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
SHELL_FOLDER=$(cd $(dirname ${BASH_SOURCE[0]});pwd)
44

5-
VERSION="v30.0.4"
5+
VERSION="v30.2.4"
66

77
if [ -n "$1" ];then VERSION=$1; fi
88

firefox.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
SHELL_FOLDER=$(cd $(dirname ${BASH_SOURCE[0]});pwd)
44

5-
fileUrl="https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0/linux-x86_64/zh-CN/firefox-152.0.tar.xz"
5+
fileUrl="https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.1/linux-x86_64/zh-CN/firefox-152.0.1.tar.xz"
66
fileName="Firefox-latest-x86_64.tar.bz2"
77

88
_main() {

hugo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
VERSION="v0.163.2"
2+
VERSION="v0.163.3"
33

44
if [ -n "$1" ];then
55
VERSION=$1

vscode.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
SHELL_FOLDER=$(cd $(dirname ${BASH_SOURCE[0]});pwd)
44

5-
fileUrl="https://vscode.download.prss.microsoft.com/dbazure/download/stable/93cfdd489c3b228840d0f86ec77c3636277c93ea/code-stable-x64-1781601447.tar.gz"
5+
fileUrl="https://vscode.download.prss.microsoft.com/dbazure/download/stable/6928394f91b684055b873eecb8bc281365131f1c/code-stable-x64-1781225422.tar.gz"
66
fileName=`echo $fileUrl|awk -F "/" '{print $NF}'`
77

88
_main() {

0 commit comments

Comments
 (0)