mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 12:43:11 +01:00
[visual-studio-code-bin] Update to 1.56.1
This commit is contained in:
parent
129e8b4bfa
commit
cdb3a18742
2 changed files with 14 additions and 14 deletions
18
.SRCINFO
18
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
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.0
|
||||
pkgrel = 2
|
||||
pkgver = 1.56.1
|
||||
pkgrel = 1
|
||||
url = https://code.visualstudio.com/
|
||||
arch = x86_64
|
||||
arch = i686
|
||||
|
|
@ -30,14 +30,14 @@ pkgbase = visual-studio-code-bin
|
|||
sha256sums = 07909803b0ce5e3412a92a2303e546c970ab48db505d6bf25fbd55dbb8466982
|
||||
sha256sums = be3d123aacd575d8f836728266eb421ea70399d713d1fc30378dbc5602b519fb
|
||||
sha256sums = 24ba09a6398c9781ed7cb6f1a9f6f38ec204899ba1f33db92638bf6d3cb0aed6
|
||||
source_x86_64 = code_x64_1.56.0.tar.gz::https://update.code.visualstudio.com/1.56.0/linux-x64/stable
|
||||
sha256sums_x86_64 = 4f424d217300911717d61de8b0f9ee030aa783ee684579f2600649818b3c2f6c
|
||||
source_i686 = code_ia32_1.56.0.tar.gz::https://update.code.visualstudio.com/latest/linux-ia32/stable
|
||||
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
|
||||
sha256sums_i686 = 64360439cc2fa596838062f7e6f9757b79d4b775a564f18bad6cbad154bf850c
|
||||
source_aarch64 = code_arm64_1.56.0.tar.gz::https://update.code.visualstudio.com/1.56.0/linux-arm64/stable
|
||||
sha256sums_aarch64 = 07d099d87d1c8706a1c930ffd0ea41f995b96b16774677dc25b9ba7555fad75c
|
||||
source_armv7h = code_armhf_1.56.0.tar.gz::https://update.code.visualstudio.com/1.56.0/linux-armhf/stable
|
||||
sha256sums_armv7h = 06ab8046019e994bcd6eddb2b31dcc635000805cdc5441763d17bfbf6c3937e3
|
||||
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
|
||||
|
||||
pkgname = visual-studio-code-bin
|
||||
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
pkgname=visual-studio-code-bin
|
||||
_pkgname=visual-studio-code
|
||||
pkgver=1.56.0
|
||||
pkgrel=2
|
||||
pkgver=1.56.1
|
||||
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')
|
||||
url="https://code.visualstudio.com/"
|
||||
|
|
@ -26,10 +26,10 @@ source_i686=(code_ia32_${pkgver}.tar.gz::https://update.code.visualstudio.com/la
|
|||
sha256sums=('07909803b0ce5e3412a92a2303e546c970ab48db505d6bf25fbd55dbb8466982'
|
||||
'be3d123aacd575d8f836728266eb421ea70399d713d1fc30378dbc5602b519fb'
|
||||
'24ba09a6398c9781ed7cb6f1a9f6f38ec204899ba1f33db92638bf6d3cb0aed6')
|
||||
sha256sums_x86_64=('4f424d217300911717d61de8b0f9ee030aa783ee684579f2600649818b3c2f6c')
|
||||
sha256sums_x86_64=('442786296e7871cb01261d91447c2f64a11205d6e64f42776189ab2660e99450')
|
||||
sha256sums_i686=('64360439cc2fa596838062f7e6f9757b79d4b775a564f18bad6cbad154bf850c')
|
||||
sha256sums_aarch64=('07d099d87d1c8706a1c930ffd0ea41f995b96b16774677dc25b9ba7555fad75c')
|
||||
sha256sums_armv7h=('06ab8046019e994bcd6eddb2b31dcc635000805cdc5441763d17bfbf6c3937e3')
|
||||
sha256sums_aarch64=('32a03945f13e0b753f16d4cf84ec4496680eb75a6c6fe7d38c6e824ce62cd0be')
|
||||
sha256sums_armv7h=('d66c726ffcb77e19baa74e59c07a1ef1fce68c2e823db8f588a8e06e9375e57f')
|
||||
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue