Skip to content

Commit

Permalink
update firefox.sh:132.0.1,hugo.sh:v0.137.0
Browse files Browse the repository at this point in the history
  • Loading branch information
runner committed Nov 5, 2024
1 parent 9da04bf commit 16e2291
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion firefox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

fileUrl="https://download-installer.cdn.mozilla.net/pub/firefox/releases/132.0/linux-x86_64/zh-CN/firefox-132.0.tar.bz2"
fileUrl="https://download-installer.cdn.mozilla.net/pub/firefox/releases/132.0.1/linux-x86_64/zh-CN/firefox-132.0.1.tar.bz2"
fileName="Firefox-latest-x86_64.tar.bz2"

_main() {
Expand Down
2 changes: 1 addition & 1 deletion hugo.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
VERSION="v0.136.5"
VERSION="v0.137.0"

if [ -n "$1" ];then
VERSION=$1
Expand Down

0 comments on commit 16e2291

Please sign in to comment.