Skip to content

Commit

Permalink
update gh.sh:v2.38.0,hugo.sh:v0.120.3,protoc.sh:v25.0,vscode.sh:d037a…
Browse files Browse the repository at this point in the history
…,upx.sh:v4.2.1
  • Loading branch information
zqb7 committed Nov 1, 2023
1 parent e6a86ac commit 0517b66
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gh.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
VERSION="v2.37.0"
VERSION="v2.38.0"

if [ -n "$1" ];then
VERSION=$1
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.120.2"
VERSION="v0.120.3"

if [ -n "$1" ];then
VERSION=$1
Expand Down
2 changes: 1 addition & 1 deletion protoc.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION="v24.4"
VERSION="v25.0"

if [ -n "$1" ];then
VERSION=$1
Expand Down
2 changes: 1 addition & 1 deletion upx.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION="v4.2.0"
VERSION="v4.2.1"

if [ -n "$1" ];then
VERSION=$1
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/f1b07bd25dfad64b0167beb15359ae573aecd2cc/code-stable-x64-1696981541.tar.gz"
fileUrl="https://vscode.cdn.azure.cn/stable/d037ac076cee195194f93ce6fe2bdfe2969cc82d/code-stable-x64-1698838111.tar.gz"
fileName=`echo $fileUrl|awk -F "/" '{print $NF}'`

_main() {
Expand Down

0 comments on commit 0517b66

Please sign in to comment.