Skip to content

Commit 25c6d8d

Browse files
author
runner
committed
update firefox.sh:139.0,hugo.sh:v0.147.6
1 parent 64a5690 commit 25c6d8d

2 files changed

Lines changed: 2 additions & 2 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/138.0.4/linux-x86_64/zh-CN/firefox-138.0.4.tar.xz"
5+
fileUrl="https://download-installer.cdn.mozilla.net/pub/firefox/releases/139.0/linux-x86_64/zh-CN/firefox-139.0.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.147.5"
2+
VERSION="v0.147.6"
33

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

0 commit comments

Comments
 (0)