Skip to content

Commit 865b6ab

Browse files
committed
[visual-studio-code-insiders-bin] Update to 1773444957
[skip ci]
1 parent 05220e3 commit 865b6ab

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 = 1773421582
3+
pkgver = 1773444957
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-1773421582.desktop.in::https://raw.githubusercontent.com/microsoft/vscode/master/resources/linux/code.desktop
33-
source = code-1773421582-url-handler.desktop.in::https://raw.githubusercontent.com/microsoft/vscode/master/resources/linux/code-url-handler.desktop
34-
source = code-1773421582-workspace.xml.in::https://raw.githubusercontent.com/microsoft/vscode/master/resources/linux/code-workspace.xml
32+
source = code-1773444957.desktop.in::https://raw.githubusercontent.com/microsoft/vscode/master/resources/linux/code.desktop
33+
source = code-1773444957-url-handler.desktop.in::https://raw.githubusercontent.com/microsoft/vscode/master/resources/linux/code-url-handler.desktop
34+
source = code-1773444957-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_1773421582.tar.gz::https://vscode.download.prss.microsoft.com/dbazure/download/insider/5bf5b2ae5d859d7ec9ef4563cafc790a47ad3cc5/code-insider-x64-1773421582.tar.gz
41-
sha256sums_x86_64 = e11b8112a7bf14e6ccea314adbf94c212e7b32d8a14b866a32072ac34aa9b32d
42-
source_aarch64 = code_arm64_1773421625.tar.gz::https://vscode.download.prss.microsoft.com/dbazure/download/insider/5bf5b2ae5d859d7ec9ef4563cafc790a47ad3cc5/code-insider-arm64-1773421625.tar.gz
43-
sha256sums_aarch64 = 11891f1e346ead8f710495f6a8c6dfec0e8b49a9cce52171006b0e50c2604cc3
44-
source_armv7h = code_armhf_1773421635.tar.gz::https://vscode.download.prss.microsoft.com/dbazure/download/insider/5bf5b2ae5d859d7ec9ef4563cafc790a47ad3cc5/code-insider-armhf-1773421635.tar.gz
45-
sha256sums_armv7h = f576e9dacfb81103e0697674f448c319e02058eeaecb3685fff1ff6b3788d31e
40+
source_x86_64 = code_x64_1773444957.tar.gz::https://vscode.download.prss.microsoft.com/dbazure/download/insider/4c822235d64e2486552fd52187d1b2a29fa8f4f1/code-insider-x64-1773444957.tar.gz
41+
sha256sums_x86_64 = d51eaa7b8a0c796938ca441f8705b65df64000468aab6669c573713b8228df17
42+
source_aarch64 = code_arm64_1773444976.tar.gz::https://vscode.download.prss.microsoft.com/dbazure/download/insider/4c822235d64e2486552fd52187d1b2a29fa8f4f1/code-insider-arm64-1773444976.tar.gz
43+
sha256sums_aarch64 = 724ef31c35104f1028278560b2386cd9b90dcd8e8b92957af95449d53b221a93
44+
source_armv7h = code_armhf_1773444962.tar.gz::https://vscode.download.prss.microsoft.com/dbazure/download/insider/4c822235d64e2486552fd52187d1b2a29fa8f4f1/code-insider-armhf-1773444962.tar.gz
45+
sha256sums_armv7h = 88cdb9f526fa2ef8ea9072543a9ae2646e08448fa68581477168ed4b10bf836f
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=1773421582
5+
pkgver=1773444957
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_1773421582.tar.gz::https://vscode.download.prss.microsoft.com/dbazure/download/insider/5bf5b2ae5d859d7ec9ef4563cafc790a47ad3cc5/code-insider-x64-1773421582.tar.gz)
30-
source_aarch64=(code_arm64_1773421625.tar.gz::https://vscode.download.prss.microsoft.com/dbazure/download/insider/5bf5b2ae5d859d7ec9ef4563cafc790a47ad3cc5/code-insider-arm64-1773421625.tar.gz)
31-
source_armv7h=(code_armhf_1773421635.tar.gz::https://vscode.download.prss.microsoft.com/dbazure/download/insider/5bf5b2ae5d859d7ec9ef4563cafc790a47ad3cc5/code-insider-armhf-1773421635.tar.gz)
29+
source_x86_64=(code_x64_1773444957.tar.gz::https://vscode.download.prss.microsoft.com/dbazure/download/insider/4c822235d64e2486552fd52187d1b2a29fa8f4f1/code-insider-x64-1773444957.tar.gz)
30+
source_aarch64=(code_arm64_1773444976.tar.gz::https://vscode.download.prss.microsoft.com/dbazure/download/insider/4c822235d64e2486552fd52187d1b2a29fa8f4f1/code-insider-arm64-1773444976.tar.gz)
31+
source_armv7h=(code_armhf_1773444962.tar.gz::https://vscode.download.prss.microsoft.com/dbazure/download/insider/4c822235d64e2486552fd52187d1b2a29fa8f4f1/code-insider-armhf-1773444962.tar.gz)
3232

3333
sha256sums=('2f1782b30c4e040efff655fd9cf477930c5a0c81ddae27749b0cbb922c1d248e'
3434
'c361efa7e02fcad759ed80d2fbab67877f33219b981578af6fffaf18aeb12d9b'
3535
'3af748dd6578a1775e8eb7248ba397b7e11840df2ea6ee234ff76fee3dc306cf'
3636
'4ba4e7bb90c05089a2aed7e1fbfade57f6878aebe8c3166c82dcaefc45141372')
37-
sha256sums_x86_64=('e11b8112a7bf14e6ccea314adbf94c212e7b32d8a14b866a32072ac34aa9b32d')
38-
sha256sums_aarch64=('11891f1e346ead8f710495f6a8c6dfec0e8b49a9cce52171006b0e50c2604cc3')
39-
sha256sums_armv7h=('f576e9dacfb81103e0697674f448c319e02058eeaecb3685fff1ff6b3788d31e')
37+
sha256sums_x86_64=('d51eaa7b8a0c796938ca441f8705b65df64000468aab6669c573713b8228df17')
38+
sha256sums_aarch64=('724ef31c35104f1028278560b2386cd9b90dcd8e8b92957af95449d53b221a93')
39+
sha256sums_armv7h=('88cdb9f526fa2ef8ea9072543a9ae2646e08448fa68581477168ed4b10bf836f')
4040

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

0 commit comments

Comments
 (0)