Skip to content

Commit 3655619

Browse files
author
runner
committed
update firefox.sh:149.0.2,go.sh:1.26.2,syncthing.sh:v2.0.16
1 parent 590d740 commit 3655619

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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/149.0/linux-x86_64/zh-CN/firefox-149.0.tar.xz"
5+
fileUrl="https://download-installer.cdn.mozilla.net/pub/firefox/releases/149.0.2/linux-x86_64/zh-CN/firefox-149.0.2.tar.xz"
66
fileName="Firefox-latest-x86_64.tar.bz2"
77

88
_main() {

go.sh

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

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

syncthing.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
VERSION="v2.0.15"
3+
VERSION="v2.0.16"
44

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

0 commit comments

Comments
 (0)