Skip to content

Commit f4166c3

Browse files
author
runner
committed
update firefox.sh:151.0,protoc.sh:v35.0,joplin.sh:v3.6.14
1 parent dea18f6 commit f4166c3

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

88
_main() {

joplin.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="v3.6.13"
5+
VERSION="v3.6.14"
66

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

protoc.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="v34.1"
3+
VERSION="v35.0"
44

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

0 commit comments

Comments
 (0)