summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD. Can Celasun2020-02-13 22:00:50 +0000
committerD. Can Celasun2020-02-13 22:00:50 +0000
commit5e5cdf8e2ccdf569e8d0aa82c2084751254b54b3 (patch)
tree6e4e4482810f632b3a2e39fcaa467f2b83e7f11d
parent36028a6db77d046e3ed2e69d9eb7279260c4bc6f (diff)
downloadaur-5e5cdf8e2ccdf569e8d0aa82c2084751254b54b3.tar.gz
[visual-studio-code-bin] Update to 1.42.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d565cb08a3a5..db7dbb02cd88 100644
--- a/.SRCINFO
+++ b/.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.42.0
+ pkgver = 1.42.1
pkgrel = 1
url = https://code.visualstudio.com/
arch = x86_64
@@ -19,10 +19,10 @@ pkgbase = visual-studio-code-bin
optdepends = libdbusmenu-glib: Needed for KDE global menu
provides = code
conflicts = code
- source = code_x64_1.42.0.tar.gz::https://vscode-update.azurewebsites.net/1.42.0/linux-x64/stable
+ source = code_x64_1.42.1.tar.gz::https://vscode-update.azurewebsites.net/1.42.1/linux-x64/stable
source = visual-studio-code.desktop
source = visual-studio-code-url-handler.desktop
- sha256sums = d6c5459cf71f8eb5b75a43e7a1972e0e8f1b2a3a048b4e69d739df2f1b8b67ad
+ sha256sums = 7ac1f43745803abba26ee9ca077f744a7fbf5962ff223f94c7b328352e3e0630
sha256sums = 488592034dd5f979083bbd80788d33e253bb3ac3e52d50faee80e715a924a212
sha256sums = 727adaf263801462744c65bc0fad1b64ab31b3c96ed1a11e5b61bffbd5d71bc7
diff --git a/PKGBUILD b/PKGBUILD
index 8c745d9585c9..a9f7c7c22652 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=visual-studio-code-bin
_pkgname=visual-studio-code
-pkgver=1.42.0
+pkgver=1.42.1
pkgrel=1
pkgdesc="Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version)"
arch=('x86_64')
@@ -16,7 +16,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=('d6c5459cf71f8eb5b75a43e7a1972e0e8f1b2a3a048b4e69d739df2f1b8b67ad'
+sha256sums=('7ac1f43745803abba26ee9ca077f744a7fbf5962ff223f94c7b328352e3e0630'
'488592034dd5f979083bbd80788d33e253bb3ac3e52d50faee80e715a924a212'
'727adaf263801462744c65bc0fad1b64ab31b3c96ed1a11e5b61bffbd5d71bc7')
package() {