summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD. Can Celasun2019-10-09 22:12:47 +0100
committerD. Can Celasun2019-10-09 22:12:47 +0100
commit434335d4c79b56c03cadf07923d2f5fb13678c36 (patch)
treeef1dfb619f51ddbc7bb66f50d4571d117f6ffed6
parent0a0ddf61a5bb95f4c3239bdc8fb5f59d095f3989 (diff)
downloadaur-434335d4c79b56c03cadf07923d2f5fb13678c36.tar.gz
[visual-studio-code-bin] Update to 1.39.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb99930a33bb..0c05455ee1a7 100644
--- a/.SRCINFO
+++ b/.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
diff --git a/PKGBUILD b/PKGBUILD
index be08b9f28961..df348faacea5 100644
--- a/PKGBUILD
+++ b/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() {