mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 10:33:18 +01:00
[visual-studio-code-bin] Bump pkgver
Upstream changed checksum for x64.
This commit is contained in:
parent
0a24653bb2
commit
17c882bb96
2 changed files with 8 additions and 8 deletions
8
.SRCINFO
8
.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.53.1
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://code.visualstudio.com/
|
||||
arch = x86_64
|
||||
arch = i686
|
||||
|
|
@ -27,13 +27,13 @@ pkgbase = visual-studio-code-bin
|
|||
sha256sums = 0deefcb638e06c35a52e7e9fb8e19b2dc393f01e5c1c122d2938cddeb22cf8de
|
||||
sha256sums = be3d123aacd575d8f836728266eb421ea70399d713d1fc30378dbc5602b519fb
|
||||
source_x86_64 = code_x64_1.53.1.tar.gz::https://vscode-update.azurewebsites.net/latest/linux-x64/stable
|
||||
sha256sums_x86_64 = 1ca01ed57ae47b3bf25eaac185e64102e78810caa2df6d14fc233beb1d8d7103
|
||||
sha256sums_x86_64 = 23c93a7bf6ceed346f9f2034b4630d8d497dcc3f4b9cce6b67f08f8d272e1530
|
||||
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.1.tar.gz::https://vscode-update.azurewebsites.net/latest/linux-arm64/stable
|
||||
sha256sums_aarch64 = 04b52ec73d0e660abbd6d1ec0e281da5a5379f1ed94a41d2bad102b6767bf45f
|
||||
sha256sums_aarch64 = 4480cfff309323ee4ffadfdbc1e5ac3245c1798fa43cc81968e7a5c28c8583e2
|
||||
source_armv7h = code_armhf_1.53.1.tar.gz::https://vscode-update.azurewebsites.net/latest/linux-armhf/stable
|
||||
sha256sums_armv7h = ed151cd8eb9735db40ae5660a22b01ef1e6828549d05ca8fb1eb47c7e3710b01
|
||||
sha256sums_armv7h = 801d83a449ec0b5822c46d8c79b6c7e99df01472f3a0a3fd6ffbf97cf862b85d
|
||||
|
||||
pkgname = visual-studio-code-bin
|
||||
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
pkgname=visual-studio-code-bin
|
||||
_pkgname=visual-studio-code
|
||||
pkgver=1.53.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
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/"
|
||||
|
|
@ -22,10 +22,10 @@ source_i686=(code_ia32_${pkgver}.tar.gz::https://vscode-update.azurewebsites.net
|
|||
# This generates cleaner checksums
|
||||
sha256sums=('0deefcb638e06c35a52e7e9fb8e19b2dc393f01e5c1c122d2938cddeb22cf8de'
|
||||
'be3d123aacd575d8f836728266eb421ea70399d713d1fc30378dbc5602b519fb')
|
||||
sha256sums_x86_64=('1ca01ed57ae47b3bf25eaac185e64102e78810caa2df6d14fc233beb1d8d7103')
|
||||
sha256sums_x86_64=('23c93a7bf6ceed346f9f2034b4630d8d497dcc3f4b9cce6b67f08f8d272e1530')
|
||||
sha256sums_i686=('64360439cc2fa596838062f7e6f9757b79d4b775a564f18bad6cbad154bf850c')
|
||||
sha256sums_aarch64=('04b52ec73d0e660abbd6d1ec0e281da5a5379f1ed94a41d2bad102b6767bf45f')
|
||||
sha256sums_armv7h=('ed151cd8eb9735db40ae5660a22b01ef1e6828549d05ca8fb1eb47c7e3710b01')
|
||||
sha256sums_aarch64=('4480cfff309323ee4ffadfdbc1e5ac3245c1798fa43cc81968e7a5c28c8583e2')
|
||||
sha256sums_armv7h=('801d83a449ec0b5822c46d8c79b6c7e99df01472f3a0a3fd6ffbf97cf862b85d')
|
||||
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue