Skip to content

Commit 58bbe78

Browse files
committed
x
2 parents f4b8d08 + e4a6640 commit 58bbe78

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ scripts/packer/iso/*.iso
3737
scripts/packer/packer_cache
3838
scripts/packer/output-*
3939
*.box
40-
40+
*.code-workspace

vendor/sources.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
[
2-
{
3-
"name": "git-for-windows",
4-
"version": "2.51.2.windows.1",
5-
"url": "https://github.com/git-for-windows/git/releases/download/v2.51.2.windows.1/PortableGit-2.51.2-64-bit.7z.exe"
6-
},
7-
{
8-
"name": "clink",
9-
"version": "1.9.3",
10-
"url": "https://github.com/chrisant996/clink/releases/download/v1.9.3/clink.1.9.3.0ef759.zip"
11-
},
12-
{
13-
"name": "conemu-maximus5",
14-
"version": "23.07.24",
15-
"url": "https://github.com/ConEmu/ConEmu/releases/download/v23.07.24/ConEmuPack.230724.7z"
16-
},
17-
{
18-
"name": "windows-terminal",
19-
"version": "1.23.12811.0",
20-
"url": "https://github.com/microsoft/terminal/releases/download/v1.23.12811.0/Microsoft.WindowsTerminal_1.23.12811.0_x64.zip"
21-
},
22-
{
23-
"name": "clink-completions",
24-
"version": "0.6.6",
25-
"url": "https://github.com/vladimir-kotikov/clink-completions/archive/v0.6.6.zip"
26-
}
2+
{
3+
"name": "git-for-windows",
4+
"version": "2.52.0.windows.1",
5+
"url": "https://github.com/git-for-windows/git/releases/download/v2.52.0.windows.1/PortableGit-2.52.0-64-bit.7z.exe"
6+
},
7+
{
8+
"name": "clink",
9+
"version": "1.9.5",
10+
"url": "https://github.com/chrisant996/clink/releases/download/v1.9.5/clink.1.9.5.ee6b4f.zip"
11+
},
12+
{
13+
"name": "conemu-maximus5",
14+
"version": "23.07.24",
15+
"url": "https://github.com/ConEmu/ConEmu/releases/download/v23.07.24/ConEmuPack.230724.7z"
16+
},
17+
{
18+
"name": "windows-terminal",
19+
"version": "1.23.12811.0",
20+
"url": "https://github.com/microsoft/terminal/releases/download/v1.23.12811.0/Microsoft.WindowsTerminal_1.23.12811.0_x64.zip"
21+
},
22+
{
23+
"name": "clink-completions",
24+
"version": "0.6.7",
25+
"url": "https://github.com/vladimir-kotikov/clink-completions/archive/v0.6.7.zip"
26+
}
2727
]

0 commit comments

Comments
 (0)