Skip to content

Commit d0fd0a4

Browse files
authored
vscodium: Update to version 1.84.1.23311, remove 32bit (#12157)
1 parent 7f34784 commit d0fd0a4

1 file changed

Lines changed: 5 additions & 12 deletions

File tree

bucket/vscodium.json

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.83.1.23285",
2+
"version": "1.84.1.23311",
33
"description": "A community-driven, freely-licensed binary distribution of Microsoft’s editor VS Code.",
44
"homepage": "https://vscodium.com/",
55
"license": "MIT",
@@ -9,16 +9,12 @@
99
],
1010
"architecture": {
1111
"64bit": {
12-
"url": "https://github.com/VSCodium/vscodium/releases/download/1.83.1.23285/VSCodium-win32-x64-1.83.1.23285.zip",
13-
"hash": "c2fe9978ca162f89925c57f69b283656603d79e657f46445653ca9dd4004191f"
14-
},
15-
"32bit": {
16-
"url": "https://github.com/VSCodium/vscodium/releases/download/1.83.1.23285/VSCodium-win32-ia32-1.83.1.23285.zip",
17-
"hash": "124633de279acbb18b0dbb826feab124b239ba774e2ea003ab1ddd41dfbebb9d"
12+
"url": "https://github.com/VSCodium/vscodium/releases/download/1.84.1.23311/VSCodium-win32-x64-1.84.1.23311.zip",
13+
"hash": "5c0374f81346a008050135fc86a6a424f4c28a17a31add6f91698f23b6ca0fba"
1814
},
1915
"arm64": {
20-
"url": "https://github.com/VSCodium/vscodium/releases/download/1.83.1.23285/VSCodium-win32-arm64-1.83.1.23285.zip",
21-
"hash": "714ad131d8988bce6234aee642810ed184fd7eda22d9491fe916c7b80b55812e"
16+
"url": "https://github.com/VSCodium/vscodium/releases/download/1.84.1.23311/VSCodium-win32-arm64-1.84.1.23311.zip",
17+
"hash": "6f032a4464e45f9b4f98cddf09d97fb93c3ee2dfb1a3400aac7f80c8030fcec9"
2218
}
2319
},
2420
"pre_install": [
@@ -82,9 +78,6 @@
8278
"64bit": {
8379
"url": "https://github.com/VSCodium/vscodium/releases/download/$version/VSCodium-win32-x64-$version.zip"
8480
},
85-
"32bit": {
86-
"url": "https://github.com/VSCodium/vscodium/releases/download/$version/VSCodium-win32-ia32-$version.zip"
87-
},
8881
"arm64": {
8982
"url": "https://github.com/VSCodium/vscodium/releases/download/$version/VSCodium-win32-arm64-$version.zip"
9083
}

0 commit comments

Comments
 (0)