mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 10:43:44 +01:00
[visual-studio-code-bin] Update to 1.54.3
This commit is contained in:
parent
1f5e73203e
commit
87c8c9f21e
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.54.2
|
||||
pkgrel = 2
|
||||
pkgver = 1.54.3
|
||||
pkgrel = 1
|
||||
url = https://code.visualstudio.com/
|
||||
arch = x86_64
|
||||
arch = i686
|
||||
|
|
@ -26,14 +26,14 @@ pkgbase = visual-studio-code-bin
|
|||
source = visual-studio-code-url-handler.desktop
|
||||
sha256sums = 0deefcb638e06c35a52e7e9fb8e19b2dc393f01e5c1c122d2938cddeb22cf8de
|
||||
sha256sums = be3d123aacd575d8f836728266eb421ea70399d713d1fc30378dbc5602b519fb
|
||||
source_x86_64 = code_x64_1.54.2.tar.gz::https://update.code.visualstudio.com/1.54.2/linux-x64/stable
|
||||
sha256sums_x86_64 = fc516771b84567c47d508559978b740b6445328becede11945cba2cd52eaa6df
|
||||
source_i686 = code_ia32_1.54.2.tar.gz::https://update.code.visualstudio.com/latest/linux-ia32/stable
|
||||
source_x86_64 = code_x64_1.54.3.tar.gz::https://update.code.visualstudio.com/1.54.3/linux-x64/stable
|
||||
sha256sums_x86_64 = 7321623f71206f0b06e658ec19573a427949cd05ba409456e6c3c303d01aea3a
|
||||
source_i686 = code_ia32_1.54.3.tar.gz::https://update.code.visualstudio.com/latest/linux-ia32/stable
|
||||
sha256sums_i686 = 64360439cc2fa596838062f7e6f9757b79d4b775a564f18bad6cbad154bf850c
|
||||
source_aarch64 = code_arm64_1.54.2.tar.gz::https://update.code.visualstudio.com/1.54.2/linux-arm64/stable
|
||||
sha256sums_aarch64 = 9c92ec231866c4486e23440f43d27bf52d1cd88bc14c7ef0ad788ec05ed7155c
|
||||
source_armv7h = code_armhf_1.54.2.tar.gz::https://update.code.visualstudio.com/1.54.2/linux-armhf/stable
|
||||
sha256sums_armv7h = c83992a66243e09d6dc977fd7adbda26e38465ab52045cc3d3df96cc439cf490
|
||||
source_aarch64 = code_arm64_1.54.3.tar.gz::https://update.code.visualstudio.com/1.54.3/linux-arm64/stable
|
||||
sha256sums_aarch64 = 4ce8c38ba12678a8e0e9236976c73ccfb8dd00063f78e5198f1c56e52bc39913
|
||||
source_armv7h = code_armhf_1.54.3.tar.gz::https://update.code.visualstudio.com/1.54.3/linux-armhf/stable
|
||||
sha256sums_armv7h = 1be63412492cc086b59e9b5b06de3071bb7b1748879723ace43208f0494c6cc2
|
||||
|
||||
pkgname = visual-studio-code-bin
|
||||
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
pkgname=visual-studio-code-bin
|
||||
_pkgname=visual-studio-code
|
||||
pkgver=1.54.2
|
||||
pkgrel=2
|
||||
pkgver=1.54.3
|
||||
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/"
|
||||
|
|
@ -24,10 +24,10 @@ source_i686=(code_ia32_${pkgver}.tar.gz::https://update.code.visualstudio.com/la
|
|||
# This generates cleaner checksums
|
||||
sha256sums=('0deefcb638e06c35a52e7e9fb8e19b2dc393f01e5c1c122d2938cddeb22cf8de'
|
||||
'be3d123aacd575d8f836728266eb421ea70399d713d1fc30378dbc5602b519fb')
|
||||
sha256sums_x86_64=('fc516771b84567c47d508559978b740b6445328becede11945cba2cd52eaa6df')
|
||||
sha256sums_x86_64=('7321623f71206f0b06e658ec19573a427949cd05ba409456e6c3c303d01aea3a')
|
||||
sha256sums_i686=('64360439cc2fa596838062f7e6f9757b79d4b775a564f18bad6cbad154bf850c')
|
||||
sha256sums_aarch64=('9c92ec231866c4486e23440f43d27bf52d1cd88bc14c7ef0ad788ec05ed7155c')
|
||||
sha256sums_armv7h=('c83992a66243e09d6dc977fd7adbda26e38465ab52045cc3d3df96cc439cf490')
|
||||
sha256sums_aarch64=('4ce8c38ba12678a8e0e9236976c73ccfb8dd00063f78e5198f1c56e52bc39913')
|
||||
sha256sums_armv7h=('1be63412492cc086b59e9b5b06de3071bb7b1748879723ace43208f0494c6cc2')
|
||||
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue