Skip to content

Commit

Permalink
update firefox.sh:125.0.1,hugo.sh:v0.125.0,another_redis_desktop_mana…
Browse files Browse the repository at this point in the history
…ger.sh:v1.6.4
  • Loading branch information
zqb7 committed Apr 16, 2024
1 parent 7b0c892 commit b9f8938
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion another_redis_desktop_manager.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION="v1.6.3"
VERSION="v1.6.4"

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

Expand Down
2 changes: 1 addition & 1 deletion firefox.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

fileUrl="https://download-installer.cdn.mozilla.net/pub/firefox/releases/124.0.2/linux-x86_64/zh-CN/firefox-124.0.2.tar.bz2"
fileUrl="https://download-installer.cdn.mozilla.net/pub/firefox/releases/125.0.1/linux-x86_64/zh-CN/firefox-125.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.124.1"
VERSION="v0.125.0"

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

0 comments on commit b9f8938

Please sign in to comment.