[visual-studio-code-bin] Update to 1.39.0
This commit is contained in:
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.38.1
|
||||
pkgrel = 3
|
||||
pkgver = 1.39.0
|
||||
pkgrel = 1
|
||||
url = https://code.visualstudio.com/
|
||||
arch = x86_64
|
||||
license = custom: commercial
|
||||
@@ -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.38.1.tar.gz::https://vscode-update.azurewebsites.net/1.38.1/linux-x64/stable
|
||||
source = code_x64_1.39.0.tar.gz::https://vscode-update.azurewebsites.net/1.39.0/linux-x64/stable
|
||||
source = visual-studio-code.desktop
|
||||
source = visual-studio-code-url-handler.desktop
|
||||
sha256sums = 589b28d957d811d4b08cbb900270937719af6044ffc6219c813f6282c5efaaf3
|
||||
sha256sums = 485ab43b702d0771452198196458fdceca2bc2414ca83af47320fcff53330b7c
|
||||
sha256sums = 488592034dd5f979083bbd80788d33e253bb3ac3e52d50faee80e715a924a212
|
||||
sha256sums = 727adaf263801462744c65bc0fad1b64ab31b3c96ed1a11e5b61bffbd5d71bc7
|
||||
|
||||
|
||||
6
PKGBUILD
6
PKGBUILD
@@ -2,8 +2,8 @@
|
||||
|
||||
pkgname=visual-studio-code-bin
|
||||
_pkgname=visual-studio-code
|
||||
pkgver=1.38.1
|
||||
pkgrel=3
|
||||
pkgver=1.39.0
|
||||
pkgrel=1
|
||||
pkgdesc="Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version)"
|
||||
arch=('x86_64')
|
||||
url="https://code.visualstudio.com/"
|
||||
@@ -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=('589b28d957d811d4b08cbb900270937719af6044ffc6219c813f6282c5efaaf3'
|
||||
sha256sums=('485ab43b702d0771452198196458fdceca2bc2414ca83af47320fcff53330b7c'
|
||||
'488592034dd5f979083bbd80788d33e253bb3ac3e52d50faee80e715a924a212'
|
||||
'727adaf263801462744c65bc0fad1b64ab31b3c96ed1a11e5b61bffbd5d71bc7')
|
||||
package() {
|
||||
|
||||
Reference in New Issue
Block a user