Skip to content

Commit

Permalink
update: vscode, vscode-portable
Browse files Browse the repository at this point in the history
version 1.51.1 -> 1.53.2
  • Loading branch information
gaojr committed Feb 17, 2021
1 parent b027e79 commit 4d49037
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions bucket/vscode-portable.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.51.1",
"version": "1.53.2",
"description": "Lightweight but powerful source code editor (Portable Edition)",
"homepage": "https://code.visualstudio.com/",
"license": {
Expand All @@ -15,24 +15,24 @@
"architecture": {
"64bit": {
"url": [
"https://vscode-update.azurewebsites.net/1.51.1/win32-x64-archive/stable#/dl.7z",
"https://vscode-update.azurewebsites.net/1.53.2/win32-x64-archive/stable#/dl.7z",
"https://raw.githubusercontent.com/lukesampson/scoop-extras/master/scripts/vscode-install-context.reg",
"https://raw.githubusercontent.com/lukesampson/scoop-extras/master/scripts/vscode-uninstall-context.reg"
],
"hash": [
"d6188d5804881cd0d220dd226ca2161bcd3ab02e75af1716fcdcf70a59b4df9b",
"5ba6e44bb04572b8c4ce8b82ad1f8a775e8fa49e062edc6b0153633977adc1fe",
"b65d66860d9ccc18bfb05237b03e06db0d6c574be3d4b946c2a5e6865c08cb28",
"df2a5162e72e2518e2b75b4337c8e7b46c136554872af90fa0de1cf6ebef376f"
]
},
"32bit": {
"url": [
"https://vscode-update.azurewebsites.net/1.51.1/win32-archive/stable#/dl.7z",
"https://vscode-update.azurewebsites.net/1.53.2/win32-archive/stable#/dl.7z",
"https://raw.githubusercontent.com/lukesampson/scoop-extras/master/scripts/vscode-install-context.reg",
"https://raw.githubusercontent.com/lukesampson/scoop-extras/master/scripts/vscode-uninstall-context.reg"
],
"hash": [
"0e13682250ae8b5f15908796d32e15c9347c94d4b1e9a67df9c91284214d44c8",
"4a9680d89d76e79573d6203e1dc71eb7fb4fb25cd20c1ce213dd3aca58e530c4",
"b65d66860d9ccc18bfb05237b03e06db0d6c574be3d4b946c2a5e6865c08cb28",
"df2a5162e72e2518e2b75b4337c8e7b46c136554872af90fa0de1cf6ebef376f"
]
Expand Down
10 changes: 5 additions & 5 deletions bucket/vscode.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.51.1",
"version": "1.53.2",
"description": "Lightweight but powerful source code editor",
"homepage": "https://code.visualstudio.com/",
"license": {
Expand All @@ -10,24 +10,24 @@
"architecture": {
"64bit": {
"url": [
"https://vscode-update.azurewebsites.net/1.51.1/win32-x64-archive/stable#/dl.7z",
"https://vscode-update.azurewebsites.net/1.53.2/win32-x64-archive/stable#/dl.7z",
"https://raw.githubusercontent.com/lukesampson/scoop-extras/master/scripts/vscode-install-context.reg",
"https://raw.githubusercontent.com/lukesampson/scoop-extras/master/scripts/vscode-uninstall-context.reg"
],
"hash": [
"d6188d5804881cd0d220dd226ca2161bcd3ab02e75af1716fcdcf70a59b4df9b",
"5ba6e44bb04572b8c4ce8b82ad1f8a775e8fa49e062edc6b0153633977adc1fe",
"b65d66860d9ccc18bfb05237b03e06db0d6c574be3d4b946c2a5e6865c08cb28",
"df2a5162e72e2518e2b75b4337c8e7b46c136554872af90fa0de1cf6ebef376f"
]
},
"32bit": {
"url": [
"https://vscode-update.azurewebsites.net/1.51.1/win32-archive/stable#/dl.7z",
"https://vscode-update.azurewebsites.net/1.53.2/win32-archive/stable#/dl.7z",
"https://raw.githubusercontent.com/lukesampson/scoop-extras/master/scripts/vscode-install-context.reg",
"https://raw.githubusercontent.com/lukesampson/scoop-extras/master/scripts/vscode-uninstall-context.reg"
],
"hash": [
"0e13682250ae8b5f15908796d32e15c9347c94d4b1e9a67df9c91284214d44c8",
"4a9680d89d76e79573d6203e1dc71eb7fb4fb25cd20c1ce213dd3aca58e530c4",
"b65d66860d9ccc18bfb05237b03e06db0d6c574be3d4b946c2a5e6865c08cb28",
"df2a5162e72e2518e2b75b4337c8e7b46c136554872af90fa0de1cf6ebef376f"
]
Expand Down

0 comments on commit 4d49037

Please sign in to comment.