mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 16:07:46 +01:00
[visual-studio-code-bin] Update to 1.39.2
This commit is contained in:
parent
5c59050fc0
commit
accb54e850
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.39.1
|
||||
pkgver = 1.39.2
|
||||
pkgrel = 1
|
||||
url = https://code.visualstudio.com/
|
||||
arch = x86_64
|
||||
|
|
@ -22,10 +22,10 @@ pkgbase = visual-studio-code-bin
|
|||
optdepends = libdbusmenu-glib: Needed for KDE global menu
|
||||
provides = code
|
||||
conflicts = code
|
||||
source = code_x64_1.39.1.tar.gz::https://vscode-update.azurewebsites.net/1.39.1/linux-x64/stable
|
||||
source = code_x64_1.39.2.tar.gz::https://vscode-update.azurewebsites.net/1.39.2/linux-x64/stable
|
||||
source = visual-studio-code.desktop
|
||||
source = visual-studio-code-url-handler.desktop
|
||||
sha256sums = 53d95a825412a8441e8e4dd490412442ac2b9691d001c9770bdc9d828e65d91b
|
||||
sha256sums = 5526a1563e609b20ecccf0e362d455dff5177ec16fa03397a0d282bf56808a5c
|
||||
sha256sums = 488592034dd5f979083bbd80788d33e253bb3ac3e52d50faee80e715a924a212
|
||||
sha256sums = 727adaf263801462744c65bc0fad1b64ab31b3c96ed1a11e5b61bffbd5d71bc7
|
||||
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=visual-studio-code-bin
|
||||
_pkgname=visual-studio-code
|
||||
pkgver=1.39.1
|
||||
pkgver=1.39.2
|
||||
pkgrel=1
|
||||
pkgdesc="Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version)"
|
||||
arch=('x86_64')
|
||||
|
|
@ -15,7 +15,7 @@ optdepends=('glib2: Needed for move to trash functionality'
|
|||
'libdbusmenu-glib: Needed for KDE global menu')
|
||||
source=(code_x64_${pkgver}.tar.gz::https://vscode-update.azurewebsites.net/${pkgver}/linux-x64/stable
|
||||
${_pkgname}.desktop ${_pkgname}-url-handler.desktop)
|
||||
sha256sums=('53d95a825412a8441e8e4dd490412442ac2b9691d001c9770bdc9d828e65d91b'
|
||||
sha256sums=('5526a1563e609b20ecccf0e362d455dff5177ec16fa03397a0d282bf56808a5c'
|
||||
'488592034dd5f979083bbd80788d33e253bb3ac3e52d50faee80e715a924a212'
|
||||
'727adaf263801462744c65bc0fad1b64ab31b3c96ed1a11e5b61bffbd5d71bc7')
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue