Skip to content

Commit 121fedb

Browse files
committed
[visual-studio-code-insiders-bin] Update to 1773219603
[skip ci]
1 parent 5bfda2d commit 121fedb

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

visual-studio-code-insiders-bin/.SRCINFO

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgbase = visual-studio-code-insiders-bin
22
pkgdesc = Visual Studio Code Insiders (vscode): Editor for building and debugging modern web and cloud applications (official binary version)
3-
pkgver = 1773162433
3+
pkgver = 1773219603
44
pkgrel = 1
55
url = https://code.visualstudio.com/
66
install = visual-studio-code-insiders-bin.install
@@ -29,19 +29,19 @@ pkgbase = visual-studio-code-insiders-bin
2929
provides = vscode-insiders
3030
conflicts = code-insiders
3131
options = !strip
32-
source = code-1773162433.desktop.in::https://raw.githubusercontent.com/microsoft/vscode/master/resources/linux/code.desktop
33-
source = code-1773162433-url-handler.desktop.in::https://raw.githubusercontent.com/microsoft/vscode/master/resources/linux/code-url-handler.desktop
34-
source = code-1773162433-workspace.xml.in::https://raw.githubusercontent.com/microsoft/vscode/master/resources/linux/code-workspace.xml
32+
source = code-1773219603.desktop.in::https://raw.githubusercontent.com/microsoft/vscode/master/resources/linux/code.desktop
33+
source = code-1773219603-url-handler.desktop.in::https://raw.githubusercontent.com/microsoft/vscode/master/resources/linux/code-url-handler.desktop
34+
source = code-1773219603-workspace.xml.in::https://raw.githubusercontent.com/microsoft/vscode/master/resources/linux/code-workspace.xml
3535
source = visual-studio-code-insiders-bin.sh
3636
sha256sums = 2f1782b30c4e040efff655fd9cf477930c5a0c81ddae27749b0cbb922c1d248e
3737
sha256sums = c361efa7e02fcad759ed80d2fbab67877f33219b981578af6fffaf18aeb12d9b
3838
sha256sums = 3af748dd6578a1775e8eb7248ba397b7e11840df2ea6ee234ff76fee3dc306cf
3939
sha256sums = 4ba4e7bb90c05089a2aed7e1fbfade57f6878aebe8c3166c82dcaefc45141372
40-
source_x86_64 = code_x64_1773162433.tar.gz::https://vscode.download.prss.microsoft.com/dbazure/download/insider/c2da2674e13adf7ed0c0ac1a74919a474f303fb2/code-insider-x64-1773162433.tar.gz
41-
sha256sums_x86_64 = 4da7be727758985f42db4cfac2d5bed7fe499cd7e0676cff0a9ed721a1f1ba77
42-
source_aarch64 = code_arm64_1773162432.tar.gz::https://vscode.download.prss.microsoft.com/dbazure/download/insider/c2da2674e13adf7ed0c0ac1a74919a474f303fb2/code-insider-arm64-1773162432.tar.gz
43-
sha256sums_aarch64 = 51a4ca3973fa9b229d74fda8704d1fc037d3684a0f52975145c1766dc1e55463
44-
source_armv7h = code_armhf_1773162482.tar.gz::https://vscode.download.prss.microsoft.com/dbazure/download/insider/c2da2674e13adf7ed0c0ac1a74919a474f303fb2/code-insider-armhf-1773162482.tar.gz
45-
sha256sums_armv7h = e42a9bd020e954eaffbbb8d07e8329e4560ee9d7eeb11288c7b4802f95a38413
40+
source_x86_64 = code_x64_1773219603.tar.gz::https://vscode.download.prss.microsoft.com/dbazure/download/insider/47b668e16dba658ed79c2aeeea102832ff73f34d/code-insider-x64-1773219603.tar.gz
41+
sha256sums_x86_64 = f6cc2d222db3d69cd01d5d7b88baad6750cd78f1ea2d07bbeeab8353dc7127c3
42+
source_aarch64 = code_arm64_1773219579.tar.gz::https://vscode.download.prss.microsoft.com/dbazure/download/insider/47b668e16dba658ed79c2aeeea102832ff73f34d/code-insider-arm64-1773219579.tar.gz
43+
sha256sums_aarch64 = 6f8cd58c57ac90f0955549780d007ee98ad7664c4b4fccef3e14d25ce0c2e18c
44+
source_armv7h = code_armhf_1773219584.tar.gz::https://vscode.download.prss.microsoft.com/dbazure/download/insider/47b668e16dba658ed79c2aeeea102832ff73f34d/code-insider-armhf-1773219584.tar.gz
45+
sha256sums_armv7h = 0ad8d6ddc425e73f77f2c163e456fe1c43b594191c160224e33ed0dc542037fc
4646

4747
pkgname = visual-studio-code-insiders-bin

visual-studio-code-insiders-bin/PKGBUILD

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
pkgname=visual-studio-code-insiders-bin
44
_pkgname=visual-studio-code-insiders
5-
pkgver=1773162433
5+
pkgver=1773219603
66
pkgrel=1
77
pkgdesc="Visual Studio Code Insiders (vscode): Editor for building and debugging modern web and cloud applications (official binary version)"
88
arch=('x86_64' 'aarch64' 'armv7h')
@@ -26,17 +26,17 @@ source=(code-${pkgver}.desktop.in::https://raw.githubusercontent.com/microsoft/v
2626
code-${pkgver}-url-handler.desktop.in::https://raw.githubusercontent.com/microsoft/vscode/master/resources/linux/code-url-handler.desktop
2727
code-${pkgver}-workspace.xml.in::https://raw.githubusercontent.com/microsoft/vscode/master/resources/linux/code-workspace.xml
2828
${_pkgname}-bin.sh)
29-
source_x86_64=(code_x64_1773162433.tar.gz::https://vscode.download.prss.microsoft.com/dbazure/download/insider/c2da2674e13adf7ed0c0ac1a74919a474f303fb2/code-insider-x64-1773162433.tar.gz)
30-
source_aarch64=(code_arm64_1773162432.tar.gz::https://vscode.download.prss.microsoft.com/dbazure/download/insider/c2da2674e13adf7ed0c0ac1a74919a474f303fb2/code-insider-arm64-1773162432.tar.gz)
31-
source_armv7h=(code_armhf_1773162482.tar.gz::https://vscode.download.prss.microsoft.com/dbazure/download/insider/c2da2674e13adf7ed0c0ac1a74919a474f303fb2/code-insider-armhf-1773162482.tar.gz)
29+
source_x86_64=(code_x64_1773219603.tar.gz::https://vscode.download.prss.microsoft.com/dbazure/download/insider/47b668e16dba658ed79c2aeeea102832ff73f34d/code-insider-x64-1773219603.tar.gz)
30+
source_aarch64=(code_arm64_1773219579.tar.gz::https://vscode.download.prss.microsoft.com/dbazure/download/insider/47b668e16dba658ed79c2aeeea102832ff73f34d/code-insider-arm64-1773219579.tar.gz)
31+
source_armv7h=(code_armhf_1773219584.tar.gz::https://vscode.download.prss.microsoft.com/dbazure/download/insider/47b668e16dba658ed79c2aeeea102832ff73f34d/code-insider-armhf-1773219584.tar.gz)
3232

3333
sha256sums=('2f1782b30c4e040efff655fd9cf477930c5a0c81ddae27749b0cbb922c1d248e'
3434
'c361efa7e02fcad759ed80d2fbab67877f33219b981578af6fffaf18aeb12d9b'
3535
'3af748dd6578a1775e8eb7248ba397b7e11840df2ea6ee234ff76fee3dc306cf'
3636
'4ba4e7bb90c05089a2aed7e1fbfade57f6878aebe8c3166c82dcaefc45141372')
37-
sha256sums_x86_64=('4da7be727758985f42db4cfac2d5bed7fe499cd7e0676cff0a9ed721a1f1ba77')
38-
sha256sums_aarch64=('51a4ca3973fa9b229d74fda8704d1fc037d3684a0f52975145c1766dc1e55463')
39-
sha256sums_armv7h=('e42a9bd020e954eaffbbb8d07e8329e4560ee9d7eeb11288c7b4802f95a38413')
37+
sha256sums_x86_64=('f6cc2d222db3d69cd01d5d7b88baad6750cd78f1ea2d07bbeeab8353dc7127c3')
38+
sha256sums_aarch64=('6f8cd58c57ac90f0955549780d007ee98ad7664c4b4fccef3e14d25ce0c2e18c')
39+
sha256sums_armv7h=('0ad8d6ddc425e73f77f2c163e456fe1c43b594191c160224e33ed0dc542037fc')
4040

4141
_set_meta_info() {
4242
sed 's/@@NAME_LONG@@/Visual Studio Code Insiders/g' "$1" |\

0 commit comments

Comments
 (0)