mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 10:33:18 +01:00
[visual-studio-code-bin] Update to 1.53.1
This commit is contained in:
parent
21c2840545
commit
0a24653bb2
2 changed files with 10 additions and 10 deletions
14
.SRCINFO
14
.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.53.0
|
||||
pkgver = 1.53.1
|
||||
pkgrel = 1
|
||||
url = https://code.visualstudio.com/
|
||||
arch = x86_64
|
||||
|
|
@ -26,13 +26,13 @@ pkgbase = visual-studio-code-bin
|
|||
source = visual-studio-code-url-handler.desktop
|
||||
sha256sums = 0deefcb638e06c35a52e7e9fb8e19b2dc393f01e5c1c122d2938cddeb22cf8de
|
||||
sha256sums = be3d123aacd575d8f836728266eb421ea70399d713d1fc30378dbc5602b519fb
|
||||
source_x86_64 = code_x64_1.53.0.tar.gz::https://vscode-update.azurewebsites.net/latest/linux-x64/stable
|
||||
sha256sums_x86_64 = 4acade7ae629a271b2a0c3da82c9aa9c5599f15ae80fa0828bbbdaed34818b1f
|
||||
source_i686 = code_ia32_1.53.0.tar.gz::https://vscode-update.azurewebsites.net/latest/linux-ia32/stable
|
||||
source_x86_64 = code_x64_1.53.1.tar.gz::https://vscode-update.azurewebsites.net/latest/linux-x64/stable
|
||||
sha256sums_x86_64 = 1ca01ed57ae47b3bf25eaac185e64102e78810caa2df6d14fc233beb1d8d7103
|
||||
source_i686 = code_ia32_1.53.1.tar.gz::https://vscode-update.azurewebsites.net/latest/linux-ia32/stable
|
||||
sha256sums_i686 = 64360439cc2fa596838062f7e6f9757b79d4b775a564f18bad6cbad154bf850c
|
||||
source_aarch64 = code_arm64_1.53.0.tar.gz::https://vscode-update.azurewebsites.net/latest/linux-arm64/stable
|
||||
sha256sums_aarch64 = f1ca8566079d99740eeb4b07f314bef509b0da9ff9e5d589be24257a05335d9c
|
||||
source_armv7h = code_armhf_1.53.0.tar.gz::https://vscode-update.azurewebsites.net/latest/linux-armhf/stable
|
||||
source_aarch64 = code_arm64_1.53.1.tar.gz::https://vscode-update.azurewebsites.net/latest/linux-arm64/stable
|
||||
sha256sums_aarch64 = 04b52ec73d0e660abbd6d1ec0e281da5a5379f1ed94a41d2bad102b6767bf45f
|
||||
source_armv7h = code_armhf_1.53.1.tar.gz::https://vscode-update.azurewebsites.net/latest/linux-armhf/stable
|
||||
sha256sums_armv7h = ed151cd8eb9735db40ae5660a22b01ef1e6828549d05ca8fb1eb47c7e3710b01
|
||||
|
||||
pkgname = visual-studio-code-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=visual-studio-code-bin
|
||||
_pkgname=visual-studio-code
|
||||
pkgver=1.53.0
|
||||
pkgver=1.53.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')
|
||||
|
|
@ -22,9 +22,9 @@ source_i686=(code_ia32_${pkgver}.tar.gz::https://vscode-update.azurewebsites.net
|
|||
# This generates cleaner checksums
|
||||
sha256sums=('0deefcb638e06c35a52e7e9fb8e19b2dc393f01e5c1c122d2938cddeb22cf8de'
|
||||
'be3d123aacd575d8f836728266eb421ea70399d713d1fc30378dbc5602b519fb')
|
||||
sha256sums_x86_64=('4acade7ae629a271b2a0c3da82c9aa9c5599f15ae80fa0828bbbdaed34818b1f')
|
||||
sha256sums_x86_64=('1ca01ed57ae47b3bf25eaac185e64102e78810caa2df6d14fc233beb1d8d7103')
|
||||
sha256sums_i686=('64360439cc2fa596838062f7e6f9757b79d4b775a564f18bad6cbad154bf850c')
|
||||
sha256sums_aarch64=('f1ca8566079d99740eeb4b07f314bef509b0da9ff9e5d589be24257a05335d9c')
|
||||
sha256sums_aarch64=('04b52ec73d0e660abbd6d1ec0e281da5a5379f1ed94a41d2bad102b6767bf45f')
|
||||
sha256sums_armv7h=('ed151cd8eb9735db40ae5660a22b01ef1e6828549d05ca8fb1eb47c7e3710b01')
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue