Skip to content

Commit

Permalink
update firefox.sh:119.0.1,go.sh:1.21.4,syncthing.sh:v1.26.0,vscode.sh…
Browse files Browse the repository at this point in the history
…:2b35e,tigervnc.sh:latest,pycharm.sh:2023.2.4
  • Loading branch information
zqb7 committed Nov 7, 2023
1 parent 0517b66 commit 6a6ba3d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
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/119.0/linux-x86_64/zh-CN/firefox-119.0.tar.bz2"
fileUrl="https://download-installer.cdn.mozilla.net/pub/firefox/releases/119.0.1/linux-x86_64/zh-CN/firefox-119.0.1.tar.bz2"
fileName="Firefox-latest-x86_64.tar.bz2"

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

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

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

VERSION="2023.2.3"
VERSION="2023.2.4"

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

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

VERSION="v1.25.0"
VERSION="v1.26.0"

if [ -n "$1" ];then
VERSION=$1
Expand Down
4 changes: 2 additions & 2 deletions tigervnc.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

fileUrl="http://tigervnc.bphinz.com/nightly/xc/x86_64/tigervnc-1.13.80-20231031git1e87050d.x86_64.tar.gz"
fileName="tigervnc-1.13.80-20231031git1e87050d.x86_64.tar.gz"
fileUrl="http://tigervnc.bphinz.com/nightly/xc/x86_64/tigervnc-1.13.80-20231106git2d0d516d.x86_64.tar.gz"
fileName="tigervnc-1.13.80-20231106git2d0d516d.x86_64.tar.gz"

export HOME=${HOME}

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

fileUrl="https://vscode.cdn.azure.cn/stable/d037ac076cee195194f93ce6fe2bdfe2969cc82d/code-stable-x64-1698838111.tar.gz"
fileUrl="https://vscode.cdn.azure.cn/stable/2b35e1e6d88f1ce073683991d1eff5284a32690f/code-stable-x64-1699274141.tar.gz"
fileName=`echo $fileUrl|awk -F "/" '{print $NF}'`

_main() {
Expand Down

0 comments on commit 6a6ba3d

Please sign in to comment.