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

This commit is contained in:
D. Can Celasun
2024-05-10 05:57:54 +01:00
parent 4fbb717009
commit 122adb3319
2 changed files with 13 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
pkgbase = visual-studio-code-bin pkgbase = visual-studio-code-bin
pkgdesc = Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version) pkgdesc = Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version)
pkgver = 1.89.0 pkgver = 1.89.1
pkgrel = 2 pkgrel = 1
url = https://code.visualstudio.com/ url = https://code.visualstudio.com/
install = visual-studio-code-bin.install install = visual-studio-code-bin.install
arch = x86_64 arch = x86_64
@@ -36,11 +36,11 @@ pkgbase = visual-studio-code-bin
sha256sums = 2264dd138b77358709aa49fb3a7fe7d1b05b7ab0715760d66958000107bdd3dc sha256sums = 2264dd138b77358709aa49fb3a7fe7d1b05b7ab0715760d66958000107bdd3dc
sha256sums = 24ba09a6398c9781ed7cb6f1a9f6f38ec204899ba1f33db92638bf6d3cb0aed6 sha256sums = 24ba09a6398c9781ed7cb6f1a9f6f38ec204899ba1f33db92638bf6d3cb0aed6
sha256sums = 8257a5ad82fa1f7dec11dfa064217b80df4cfec24f50cec7ca0ad62cf8295bfe sha256sums = 8257a5ad82fa1f7dec11dfa064217b80df4cfec24f50cec7ca0ad62cf8295bfe
source_x86_64 = code_x64_1.89.0.tar.gz::https://update.code.visualstudio.com/1.89.0/linux-x64/stable source_x86_64 = code_x64_1.89.1.tar.gz::https://update.code.visualstudio.com/1.89.1/linux-x64/stable
sha256sums_x86_64 = bc60d8e7bc4cb8426b989070434b9f9c02add46475ea31032ade7f7ef6bdc143 sha256sums_x86_64 = 5d7bdd5a40f46b06ee2265a2598e3e1c4e53adbe35969f3d9350e66b1e22d0fd
source_aarch64 = code_arm64_1.89.0.tar.gz::https://update.code.visualstudio.com/1.89.0/linux-arm64/stable source_aarch64 = code_arm64_1.89.1.tar.gz::https://update.code.visualstudio.com/1.89.1/linux-arm64/stable
sha256sums_aarch64 = 07f5cad7c995899ceff88fbeb540eeaba66034d34cd86351a92b54772ac6a099 sha256sums_aarch64 = 11bfb95177174980374a9c1e1dfef54433d659319950c90c728b5fd7daff4467
source_armv7h = code_armhf_1.89.0.tar.gz::https://update.code.visualstudio.com/1.89.0/linux-armhf/stable source_armv7h = code_armhf_1.89.1.tar.gz::https://update.code.visualstudio.com/1.89.1/linux-armhf/stable
sha256sums_armv7h = 45e3ae16d79cb252fd55f1a29d6ad6cbfbeb77e83ffa5c88cd08f0474ca510b3 sha256sums_armv7h = 7380d315cc0c8316436237b9cb56a1a130b3033a596acae721f78f5757df4107
pkgname = visual-studio-code-bin pkgname = visual-studio-code-bin

View File

@@ -2,8 +2,8 @@
pkgname=visual-studio-code-bin pkgname=visual-studio-code-bin
_pkgname=visual-studio-code _pkgname=visual-studio-code
pkgver=1.89.0 pkgver=1.89.1
pkgrel=2 pkgrel=1
pkgdesc="Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version)" pkgdesc="Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version)"
arch=('x86_64' 'aarch64' 'armv7h') arch=('x86_64' 'aarch64' 'armv7h')
url="https://code.visualstudio.com/" url="https://code.visualstudio.com/"
@@ -29,9 +29,9 @@ sha256sums=('b8d55bc61c7c974087930168c2ff93e3ff28cf09e023d02db410d6e5723c361a'
'2264dd138b77358709aa49fb3a7fe7d1b05b7ab0715760d66958000107bdd3dc' '2264dd138b77358709aa49fb3a7fe7d1b05b7ab0715760d66958000107bdd3dc'
'24ba09a6398c9781ed7cb6f1a9f6f38ec204899ba1f33db92638bf6d3cb0aed6' '24ba09a6398c9781ed7cb6f1a9f6f38ec204899ba1f33db92638bf6d3cb0aed6'
'8257a5ad82fa1f7dec11dfa064217b80df4cfec24f50cec7ca0ad62cf8295bfe') '8257a5ad82fa1f7dec11dfa064217b80df4cfec24f50cec7ca0ad62cf8295bfe')
sha256sums_x86_64=('bc60d8e7bc4cb8426b989070434b9f9c02add46475ea31032ade7f7ef6bdc143') sha256sums_x86_64=('5d7bdd5a40f46b06ee2265a2598e3e1c4e53adbe35969f3d9350e66b1e22d0fd')
sha256sums_aarch64=('07f5cad7c995899ceff88fbeb540eeaba66034d34cd86351a92b54772ac6a099') sha256sums_aarch64=('11bfb95177174980374a9c1e1dfef54433d659319950c90c728b5fd7daff4467')
sha256sums_armv7h=('45e3ae16d79cb252fd55f1a29d6ad6cbfbeb77e83ffa5c88cd08f0474ca510b3') sha256sums_armv7h=('7380d315cc0c8316436237b9cb56a1a130b3033a596acae721f78f5757df4107')