From fcfc096dbb58ced7cdb932829b35774946253709 Mon Sep 17 00:00:00 2001 From: "D. Can Celasun" Date: Tue, 11 Feb 2025 23:03:00 +0000 Subject: [PATCH] [visual-studio-code-bin] Update to 1.97.1 --- .SRCINFO | 20 ++++++++++---------- PKGBUILD | 8 ++++---- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index cc10e87..71d3c01 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = visual-studio-code-bin pkgdesc = Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version) - pkgver = 1.97.0 + pkgver = 1.97.1 pkgrel = 1 url = https://code.visualstudio.com/ install = visual-studio-code-bin.install @@ -28,19 +28,19 @@ pkgbase = visual-studio-code-bin provides = code provides = vscode conflicts = code - source = code.desktop.in::https://raw.githubusercontent.com/microsoft/vscode/1.97.0/resources/linux/code.desktop - source = code-url-handler.desktop.in::https://raw.githubusercontent.com/microsoft/vscode/1.97.0/resources/linux/code-url-handler.desktop - source = code-workspace.xml.in::https://raw.githubusercontent.com/microsoft/vscode/1.97.0/resources/linux/code-workspace.xml + source = code.desktop.in::https://raw.githubusercontent.com/microsoft/vscode/1.97.1/resources/linux/code.desktop + source = code-url-handler.desktop.in::https://raw.githubusercontent.com/microsoft/vscode/1.97.1/resources/linux/code-url-handler.desktop + source = code-workspace.xml.in::https://raw.githubusercontent.com/microsoft/vscode/1.97.1/resources/linux/code-workspace.xml source = visual-studio-code-bin.sh sha256sums = dc64d1c6bb4a0cb2aae24dcd2d742178428f2849dab60074194e5603d32be745 sha256sums = c361efa7e02fcad759ed80d2fbab67877f33219b981578af6fffaf18aeb12d9b sha256sums = 3af748dd6578a1775e8eb7248ba397b7e11840df2ea6ee234ff76fee3dc306cf sha256sums = 8257a5ad82fa1f7dec11dfa064217b80df4cfec24f50cec7ca0ad62cf8295bfe - source_x86_64 = code_x64_1.97.0.tar.gz::https://update.code.visualstudio.com/1.97.0/linux-x64/stable - sha256sums_x86_64 = 95bdc52f059393042222d703b164f7612f259ba0c42908eb5f7f251d878f9a28 - source_aarch64 = code_arm64_1.97.0.tar.gz::https://update.code.visualstudio.com/1.97.0/linux-arm64/stable - sha256sums_aarch64 = ae20dbc779a9b6741f76277c550a3d09bbe9d1fc2888b6f11906cfd7e3795874 - source_armv7h = code_armhf_1.97.0.tar.gz::https://update.code.visualstudio.com/1.97.0/linux-armhf/stable - sha256sums_armv7h = 086937950594169d928b3ebd3c17e08971d5fe60aa711ec83e0f184463d0478d + source_x86_64 = code_x64_1.97.1.tar.gz::https://update.code.visualstudio.com/1.97.1/linux-x64/stable + sha256sums_x86_64 = 7ca38fa81d9158c17ec8ae7dab152cebda38e861bf21c626d9cee8fa37f9223f + source_aarch64 = code_arm64_1.97.1.tar.gz::https://update.code.visualstudio.com/1.97.1/linux-arm64/stable + sha256sums_aarch64 = e9e836ed01065528119ae50eecdb59e241589a9f65e8ec1e869bff6e33af19ca + source_armv7h = code_armhf_1.97.1.tar.gz::https://update.code.visualstudio.com/1.97.1/linux-armhf/stable + sha256sums_armv7h = ad64ceff143364ae4199e1ebbe89b20642382176cc453445be3712bcc4817b19 pkgname = visual-studio-code-bin diff --git a/PKGBUILD b/PKGBUILD index 606b90e..88dcc7e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=visual-studio-code-bin _pkgname=visual-studio-code -pkgver=1.97.0 +pkgver=1.97.1 pkgrel=1 pkgdesc="Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version)" arch=('x86_64' 'aarch64' 'armv7h') @@ -31,9 +31,9 @@ sha256sums=('dc64d1c6bb4a0cb2aae24dcd2d742178428f2849dab60074194e5603d32be745' 'c361efa7e02fcad759ed80d2fbab67877f33219b981578af6fffaf18aeb12d9b' '3af748dd6578a1775e8eb7248ba397b7e11840df2ea6ee234ff76fee3dc306cf' '8257a5ad82fa1f7dec11dfa064217b80df4cfec24f50cec7ca0ad62cf8295bfe') -sha256sums_x86_64=('95bdc52f059393042222d703b164f7612f259ba0c42908eb5f7f251d878f9a28') -sha256sums_aarch64=('ae20dbc779a9b6741f76277c550a3d09bbe9d1fc2888b6f11906cfd7e3795874') -sha256sums_armv7h=('086937950594169d928b3ebd3c17e08971d5fe60aa711ec83e0f184463d0478d') +sha256sums_x86_64=('7ca38fa81d9158c17ec8ae7dab152cebda38e861bf21c626d9cee8fa37f9223f') +sha256sums_aarch64=('e9e836ed01065528119ae50eecdb59e241589a9f65e8ec1e869bff6e33af19ca') +sha256sums_armv7h=('ad64ceff143364ae4199e1ebbe89b20642382176cc453445be3712bcc4817b19') _set_meta_info() { sed 's/@@NAME_LONG@@/Visual Studio Code/g' "$1" |\