[visual-studio-code-bin] Update to 1.93.1

This commit is contained in:
D. Can Celasun
2024-09-12 18:25:37 +01:00
parent ce1c9b4d21
commit 2a6ac3ddf2
2 changed files with 14 additions and 14 deletions

View File

@@ -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.93.0
pkgver = 1.93.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.93.0/resources/linux/code.desktop
source = code-url-handler.desktop.in::https://raw.githubusercontent.com/microsoft/vscode/1.93.0/resources/linux/code-url-handler.desktop
source = code-workspace.xml.in::https://raw.githubusercontent.com/microsoft/vscode/1.93.0/resources/linux/code-workspace.xml
source = code.desktop.in::https://raw.githubusercontent.com/microsoft/vscode/1.93.1/resources/linux/code.desktop
source = code-url-handler.desktop.in::https://raw.githubusercontent.com/microsoft/vscode/1.93.1/resources/linux/code-url-handler.desktop
source = code-workspace.xml.in::https://raw.githubusercontent.com/microsoft/vscode/1.93.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.93.0.tar.gz::https://update.code.visualstudio.com/1.93.0/linux-x64/stable
sha256sums_x86_64 = db8044ccb0e0e502ee0781b538607e96a11a1fe5f2f9650b6ea69e3c91c4963e
source_aarch64 = code_arm64_1.93.0.tar.gz::https://update.code.visualstudio.com/1.93.0/linux-arm64/stable
sha256sums_aarch64 = 82fbeae0dfd8ed8360ec6769b28cd1a757f46e8b5e6ad7d0919af976a5abb2c1
source_armv7h = code_armhf_1.93.0.tar.gz::https://update.code.visualstudio.com/1.93.0/linux-armhf/stable
sha256sums_armv7h = 325224f2bbb83632daa393fda61a0c7225315ab653c5089ae26853e1b99e361f
source_x86_64 = code_x64_1.93.1.tar.gz::https://update.code.visualstudio.com/1.93.1/linux-x64/stable
sha256sums_x86_64 = 4a8598a8016630229f26f243b653bc14b0cc28795038f55ea224543f149fe510
source_aarch64 = code_arm64_1.93.1.tar.gz::https://update.code.visualstudio.com/1.93.1/linux-arm64/stable
sha256sums_aarch64 = e0bba475bb227f0b25b3b79aec3cc623f3603307db2ce34abc37f44dccb9a591
source_armv7h = code_armhf_1.93.1.tar.gz::https://update.code.visualstudio.com/1.93.1/linux-armhf/stable
sha256sums_armv7h = 6cd89823ecd48074164945d2a2f271a1089bf5a10b7bfb41c5c665f97dbf14ab
pkgname = visual-studio-code-bin

View File

@@ -2,7 +2,7 @@
pkgname=visual-studio-code-bin
_pkgname=visual-studio-code
pkgver=1.93.0
pkgver=1.93.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=('db8044ccb0e0e502ee0781b538607e96a11a1fe5f2f9650b6ea69e3c91c4963e')
sha256sums_aarch64=('82fbeae0dfd8ed8360ec6769b28cd1a757f46e8b5e6ad7d0919af976a5abb2c1')
sha256sums_armv7h=('325224f2bbb83632daa393fda61a0c7225315ab653c5089ae26853e1b99e361f')
sha256sums_x86_64=('4a8598a8016630229f26f243b653bc14b0cc28795038f55ea224543f149fe510')
sha256sums_aarch64=('e0bba475bb227f0b25b3b79aec3cc623f3603307db2ce34abc37f44dccb9a591')
sha256sums_armv7h=('6cd89823ecd48074164945d2a2f271a1089bf5a10b7bfb41c5c665f97dbf14ab')
_set_meta_info() {
sed 's/@@NAME_LONG@@/Visual Studio Code/g' "$1" |\