From 16e2291bd8787f7fc88fcf927dd0c3e6e0adbadf Mon Sep 17 00:00:00 2001 From: runner Date: Tue, 5 Nov 2024 01:21:33 +0000 Subject: [PATCH] update firefox.sh:132.0.1,hugo.sh:v0.137.0 --- firefox.sh | 2 +- hugo.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/firefox.sh b/firefox.sh index e706c7f..d10d0a8 100755 --- a/firefox.sh +++ b/firefox.sh @@ -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() { diff --git a/hugo.sh b/hugo.sh index fdee39d..cec4f55 100755 --- a/hugo.sh +++ b/hugo.sh @@ -1,5 +1,5 @@ #!/bin/bash -VERSION="v0.136.5" +VERSION="v0.137.0" if [ -n "$1" ];then VERSION=$1