We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51efae8 commit af13e3aCopy full SHA for af13e3a
3 files changed
docker-compose.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
# see: https://docs.docker.com/compose/install/
4
-VERSION="v5.1.4"
+VERSION="v5.2.0"
5
if [ -n "$1" ];then VERSION=$1; fi
6
7
_main() {
firefox.sh
@@ -2,7 +2,7 @@
SHELL_FOLDER=$(cd $(dirname ${BASH_SOURCE[0]});pwd)
-fileUrl="https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.1/linux-x86_64/zh-CN/firefox-152.0.1.tar.xz"
+fileUrl="https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.2/linux-x86_64/zh-CN/firefox-152.0.2.tar.xz"
fileName="Firefox-latest-x86_64.tar.bz2"
8
pycharm.sh
-VERSION="2026.1.2"
+VERSION="2026.1.3"
0 commit comments