mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 13:53:16 +01:00
[visual-studio-code-bin] Update to 1.62.2
This commit is contained in:
parent
39c880a4c8
commit
08587fd94e
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.62.1
|
||||
pkgver = 1.62.2
|
||||
pkgrel = 1
|
||||
url = https://code.visualstudio.com/
|
||||
arch = x86_64
|
||||
|
|
@ -32,13 +32,13 @@ pkgbase = visual-studio-code-bin
|
|||
sha256sums = 07909803b0ce5e3412a92a2303e546c970ab48db505d6bf25fbd55dbb8466982
|
||||
sha256sums = be3d123aacd575d8f836728266eb421ea70399d713d1fc30378dbc5602b519fb
|
||||
sha256sums = 24ba09a6398c9781ed7cb6f1a9f6f38ec204899ba1f33db92638bf6d3cb0aed6
|
||||
source_x86_64 = code_x64_1.62.1.tar.gz::https://update.code.visualstudio.com/1.62.1/linux-x64/stable
|
||||
sha256sums_x86_64 = 2a422cbdd2d03cc371dc1be6bcb984b31b0142a0265590fc2ce718b45b09e882
|
||||
source_i686 = code_ia32_1.62.1.tar.gz::https://update.code.visualstudio.com/latest/linux-ia32/stable
|
||||
source_x86_64 = code_x64_1.62.2.tar.gz::https://update.code.visualstudio.com/1.62.2/linux-x64/stable
|
||||
sha256sums_x86_64 = 3dc548967358f4acec0fce76ccc5635f0e6d36ae53c5962fd67978dcd7679737
|
||||
source_i686 = code_ia32_1.62.2.tar.gz::https://update.code.visualstudio.com/latest/linux-ia32/stable
|
||||
sha256sums_i686 = 64360439cc2fa596838062f7e6f9757b79d4b775a564f18bad6cbad154bf850c
|
||||
source_aarch64 = code_arm64_1.62.1.tar.gz::https://update.code.visualstudio.com/1.62.1/linux-arm64/stable
|
||||
sha256sums_aarch64 = 3bf437aebff8b55a01f10f7abcdaa10466351740f53d35ff84df5e65ab5eba94
|
||||
source_armv7h = code_armhf_1.62.1.tar.gz::https://update.code.visualstudio.com/1.62.1/linux-armhf/stable
|
||||
sha256sums_armv7h = 7181d13820b47d9a6d904b939f55352e0c80b5c9db7896a077e8eab563756202
|
||||
source_aarch64 = code_arm64_1.62.2.tar.gz::https://update.code.visualstudio.com/1.62.2/linux-arm64/stable
|
||||
sha256sums_aarch64 = c44ff62fd2eb5503ca38b502d0649b3f7282c02acf0aedc5c902d2a5f76e8f5b
|
||||
source_armv7h = code_armhf_1.62.2.tar.gz::https://update.code.visualstudio.com/1.62.2/linux-armhf/stable
|
||||
sha256sums_armv7h = 4e382398d0c0207e6def0f5f74c7ced15db17dbd19fc0db8a5f4b61db449ce57
|
||||
|
||||
pkgname = visual-studio-code-bin
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=visual-studio-code-bin
|
||||
_pkgname=visual-studio-code
|
||||
pkgver=1.62.1
|
||||
pkgver=1.62.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')
|
||||
|
|
@ -27,10 +27,10 @@ source_i686=(code_ia32_${pkgver}.tar.gz::https://update.code.visualstudio.com/la
|
|||
sha256sums=('07909803b0ce5e3412a92a2303e546c970ab48db505d6bf25fbd55dbb8466982'
|
||||
'be3d123aacd575d8f836728266eb421ea70399d713d1fc30378dbc5602b519fb'
|
||||
'24ba09a6398c9781ed7cb6f1a9f6f38ec204899ba1f33db92638bf6d3cb0aed6')
|
||||
sha256sums_x86_64=('2a422cbdd2d03cc371dc1be6bcb984b31b0142a0265590fc2ce718b45b09e882')
|
||||
sha256sums_x86_64=('3dc548967358f4acec0fce76ccc5635f0e6d36ae53c5962fd67978dcd7679737')
|
||||
sha256sums_i686=('64360439cc2fa596838062f7e6f9757b79d4b775a564f18bad6cbad154bf850c')
|
||||
sha256sums_aarch64=('3bf437aebff8b55a01f10f7abcdaa10466351740f53d35ff84df5e65ab5eba94')
|
||||
sha256sums_armv7h=('7181d13820b47d9a6d904b939f55352e0c80b5c9db7896a077e8eab563756202')
|
||||
sha256sums_aarch64=('c44ff62fd2eb5503ca38b502d0649b3f7282c02acf0aedc5c902d2a5f76e8f5b')
|
||||
sha256sums_armv7h=('4e382398d0c0207e6def0f5f74c7ced15db17dbd19fc0db8a5f4b61db449ce57')
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue