Skip to content

Commit 4deec45

Browse files
author
runner
committed
update firefox.sh:150.0.1,gh.sh:v2.92.0,hugo.sh:v0.161.0,pycharm.sh:2026.1.1
1 parent b63e4f8 commit 4deec45

4 files changed

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

88
_main() {

gh.sh

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

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

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.160.1"
2+
VERSION="v0.161.0"
33

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

pycharm.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="2026.1"
5+
VERSION="2026.1.1"
66

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

0 commit comments

Comments
 (0)