mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 16:07:46 +01:00
[visual-studio-code-bin] Update to 1.37.0
This commit is contained in:
parent
3199881268
commit
2f4eb1a3a8
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.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.36.1
|
||||
pkgver = 1.37.0
|
||||
pkgrel = 1
|
||||
url = https://code.visualstudio.com/
|
||||
arch = x86_64
|
||||
|
|
@ -21,11 +21,11 @@ pkgbase = visual-studio-code-bin
|
|||
optdepends = libdbusmenu-glib: Needed for KDE global menu
|
||||
provides = code
|
||||
conflicts = code
|
||||
source = code_x64_1.36.1.tar.gz::https://vscode-update.azurewebsites.net/1.36.1/linux-x64/stable
|
||||
source = code_x64_1.37.0.tar.gz::https://vscode-update.azurewebsites.net/1.37.0/linux-x64/stable
|
||||
source = visual-studio-code.desktop
|
||||
source = visual-studio-code-url-handler.desktop
|
||||
source = code.png
|
||||
sha256sums = 8d25f1622d19fe6a8e90b83175bd7ce0329740aba5a12603628e4e676f1f61b2
|
||||
sha256sums = 4244ec75ff4e051c09cd7c0006d7d6eeb08db7099c9d2373a658149554aee79d
|
||||
sha256sums = 488592034dd5f979083bbd80788d33e253bb3ac3e52d50faee80e715a924a212
|
||||
sha256sums = 727adaf263801462744c65bc0fad1b64ab31b3c96ed1a11e5b61bffbd5d71bc7
|
||||
sha256sums = 7537330cec94b308feaa9bb66db45b5554b8379ec7dce83990521d2860bca4b2
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=visual-studio-code-bin
|
||||
_pkgname=visual-studio-code
|
||||
pkgver=1.36.1
|
||||
pkgver=1.37.0
|
||||
pkgrel=1
|
||||
pkgdesc="Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version)"
|
||||
arch=('x86_64')
|
||||
|
|
@ -17,7 +17,7 @@ source=(code_x64_${pkgver}.tar.gz::https://vscode-update.azurewebsites.net/${pkg
|
|||
${_pkgname}.desktop ${_pkgname}-url-handler.desktop
|
||||
code.png
|
||||
)
|
||||
sha256sums=('8d25f1622d19fe6a8e90b83175bd7ce0329740aba5a12603628e4e676f1f61b2'
|
||||
sha256sums=('4244ec75ff4e051c09cd7c0006d7d6eeb08db7099c9d2373a658149554aee79d'
|
||||
'488592034dd5f979083bbd80788d33e253bb3ac3e52d50faee80e715a924a212'
|
||||
'727adaf263801462744c65bc0fad1b64ab31b3c96ed1a11e5b61bffbd5d71bc7'
|
||||
'7537330cec94b308feaa9bb66db45b5554b8379ec7dce83990521d2860bca4b2')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue