We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ff0d7d commit 3bd44a1Copy full SHA for 3bd44a1
2 files changed
hugo.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-VERSION="v0.150.0"
+VERSION="v0.150.1"
3
4
if [ -n "$1" ];then
5
VERSION=$1
vscode.sh
@@ -2,7 +2,7 @@
SHELL_FOLDER=$(cd $(dirname ${BASH_SOURCE[0]});pwd)
-fileUrl="https://vscode.download.prss.microsoft.com/dbazure/download/stable/0f0d87fa9e96c856c5212fc86db137ac0d783365/code-stable-x64-1758154038.tar.gz"
+fileUrl="https://vscode.download.prss.microsoft.com/dbazure/download/stable/e3a5acfb517a443235981655413d566533107e92/code-stable-x64-1758714233.tar.gz"
6
fileName=`echo $fileUrl|awk -F "/" '{print $NF}'`
7
8
_main() {
0 commit comments