mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 10:33:18 +01:00
[visual-studio-code-bin] Update to 1.56.2
This commit is contained in:
parent
cdb3a18742
commit
82f10194ff
2 changed files with 12 additions and 12 deletions
16
.SRCINFO
16
.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.56.1
|
||||
pkgver = 1.56.2
|
||||
pkgrel = 1
|
||||
url = https://code.visualstudio.com/
|
||||
arch = x86_64
|
||||
|
|
@ -30,14 +30,14 @@ pkgbase = visual-studio-code-bin
|
|||
sha256sums = 07909803b0ce5e3412a92a2303e546c970ab48db505d6bf25fbd55dbb8466982
|
||||
sha256sums = be3d123aacd575d8f836728266eb421ea70399d713d1fc30378dbc5602b519fb
|
||||
sha256sums = 24ba09a6398c9781ed7cb6f1a9f6f38ec204899ba1f33db92638bf6d3cb0aed6
|
||||
source_x86_64 = code_x64_1.56.1.tar.gz::https://update.code.visualstudio.com/1.56.1/linux-x64/stable
|
||||
sha256sums_x86_64 = 442786296e7871cb01261d91447c2f64a11205d6e64f42776189ab2660e99450
|
||||
source_i686 = code_ia32_1.56.1.tar.gz::https://update.code.visualstudio.com/latest/linux-ia32/stable
|
||||
source_x86_64 = code_x64_1.56.2.tar.gz::https://update.code.visualstudio.com/1.56.2/linux-x64/stable
|
||||
sha256sums_x86_64 = 7b3decb6cc6c372315437ba060f94c8bf6ff09abeb31a1f7ffcfd66fd3531923
|
||||
source_i686 = code_ia32_1.56.2.tar.gz::https://update.code.visualstudio.com/latest/linux-ia32/stable
|
||||
sha256sums_i686 = 64360439cc2fa596838062f7e6f9757b79d4b775a564f18bad6cbad154bf850c
|
||||
source_aarch64 = code_arm64_1.56.1.tar.gz::https://update.code.visualstudio.com/1.56.1/linux-arm64/stable
|
||||
sha256sums_aarch64 = 32a03945f13e0b753f16d4cf84ec4496680eb75a6c6fe7d38c6e824ce62cd0be
|
||||
source_armv7h = code_armhf_1.56.1.tar.gz::https://update.code.visualstudio.com/1.56.1/linux-armhf/stable
|
||||
sha256sums_armv7h = d66c726ffcb77e19baa74e59c07a1ef1fce68c2e823db8f588a8e06e9375e57f
|
||||
source_aarch64 = code_arm64_1.56.2.tar.gz::https://update.code.visualstudio.com/1.56.2/linux-arm64/stable
|
||||
sha256sums_aarch64 = 0123d9447eb9c7e5fe076a0e0a654a4b699c7b011aa14898c25ae90e483a47d4
|
||||
source_armv7h = code_armhf_1.56.2.tar.gz::https://update.code.visualstudio.com/1.56.2/linux-armhf/stable
|
||||
sha256sums_armv7h = 3397f110d7ab49b6351542e5662180508dff40401d11d4b36d1b1429df63a4e2
|
||||
|
||||
pkgname = visual-studio-code-bin
|
||||
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=visual-studio-code-bin
|
||||
_pkgname=visual-studio-code
|
||||
pkgver=1.56.1
|
||||
pkgver=1.56.2
|
||||
pkgrel=1
|
||||
pkgdesc="Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version)"
|
||||
arch=('x86_64' 'i686' 'aarch64' 'armv7h')
|
||||
|
|
@ -26,10 +26,10 @@ source_i686=(code_ia32_${pkgver}.tar.gz::https://update.code.visualstudio.com/la
|
|||
sha256sums=('07909803b0ce5e3412a92a2303e546c970ab48db505d6bf25fbd55dbb8466982'
|
||||
'be3d123aacd575d8f836728266eb421ea70399d713d1fc30378dbc5602b519fb'
|
||||
'24ba09a6398c9781ed7cb6f1a9f6f38ec204899ba1f33db92638bf6d3cb0aed6')
|
||||
sha256sums_x86_64=('442786296e7871cb01261d91447c2f64a11205d6e64f42776189ab2660e99450')
|
||||
sha256sums_x86_64=('7b3decb6cc6c372315437ba060f94c8bf6ff09abeb31a1f7ffcfd66fd3531923')
|
||||
sha256sums_i686=('64360439cc2fa596838062f7e6f9757b79d4b775a564f18bad6cbad154bf850c')
|
||||
sha256sums_aarch64=('32a03945f13e0b753f16d4cf84ec4496680eb75a6c6fe7d38c6e824ce62cd0be')
|
||||
sha256sums_armv7h=('d66c726ffcb77e19baa74e59c07a1ef1fce68c2e823db8f588a8e06e9375e57f')
|
||||
sha256sums_aarch64=('0123d9447eb9c7e5fe076a0e0a654a4b699c7b011aa14898c25ae90e483a47d4')
|
||||
sha256sums_armv7h=('3397f110d7ab49b6351542e5662180508dff40401d11d4b36d1b1429df63a4e2')
|
||||
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue