Skip to content

Commit e4a6640

Browse files
committed
update sources
1 parent de9402a commit e4a6640

2 files changed

Lines changed: 26 additions & 25 deletions

File tree

.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 & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,27 @@
11
[
2-
"name": "git-for-windows",
3-
"version": "2.51.2.windows.1",
4-
"url": "https://github.com/git-for-windows/git/releases/download/v2.51.2.windows.1/PortableGit-2.51.2-64-bit.7z.exe"
5-
},
6-
{
7-
"name": "clink",
8-
"version": "1.8.8",
9-
"url": "https://github.com/chrisant996/clink/releases/download/v1.8.8/clink.1.8.8.a63364.zip"
10-
},
11-
{
12-
"name": "conemu-maximus5",
13-
"version": "23.07.24",
14-
"url": "https://github.com/ConEmu/ConEmu/releases/download/v23.07.24/ConEmuPack.230724.7z"
15-
},
16-
{
17-
"name": "windows-terminal",
18-
"version": "1.23.12811.0",
19-
"url": "https://github.com/microsoft/terminal/releases/download/v1.23.12811.0/Microsoft.WindowsTerminal_1.23.12811.0_x64.zip"
20-
},
21-
{
22-
"name": "clink-completions",
23-
"version": "0.6.6",
24-
"url": "https://github.com/vladimir-kotikov/clink-completions/archive/v0.6.6.zip"
25-
}
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+
}
2627
]

0 commit comments

Comments
 (0)