summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD. Can Celasun2020-08-25 20:33:02 +0100
committerD. Can Celasun2020-08-25 20:33:02 +0100
commit977571bc2fc03c82d3e2fa70fc0013af9f2343e3 (patch)
treeec3749802c12a381680021e719dd1a72b5a00791
parent701691640d7fa128dd914c1a67bdf69b4094b91b (diff)
downloadaur-977571bc2fc03c82d3e2fa70fc0013af9f2343e3.tar.gz
[visual-studio-code-bin] Update to 1.48.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5e7380ac0bb..91e6f5b90dfb 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.48.1
+ pkgver = 1.48.2
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.48.1.tar.gz::https://vscode-update.azurewebsites.net/1.48.1/linux-x64/stable
+ source = code_x64_1.48.2.tar.gz::https://vscode-update.azurewebsites.net/1.48.2/linux-x64/stable
source = visual-studio-code.desktop
source = visual-studio-code-url-handler.desktop
- sha256sums = 4c80ddab99582b6da418ef22f6b429d78c11372bb0eff808b6f7a5018d4459f9
+ sha256sums = 996da390322dd14da046ec881ae5121846ecc1cd484e1c9385fac98014c29bc4
sha256sums = 0deefcb638e06c35a52e7e9fb8e19b2dc393f01e5c1c122d2938cddeb22cf8de
sha256sums = be3d123aacd575d8f836728266eb421ea70399d713d1fc30378dbc5602b519fb
diff --git a/PKGBUILD b/PKGBUILD
index c28b0404fb43..23d68efe01a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=visual-studio-code-bin
_pkgname=visual-studio-code
-pkgver=1.48.1
+pkgver=1.48.2
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=('4c80ddab99582b6da418ef22f6b429d78c11372bb0eff808b6f7a5018d4459f9'
+sha256sums=('996da390322dd14da046ec881ae5121846ecc1cd484e1c9385fac98014c29bc4'
'0deefcb638e06c35a52e7e9fb8e19b2dc393f01e5c1c122d2938cddeb22cf8de'
'be3d123aacd575d8f836728266eb421ea70399d713d1fc30378dbc5602b519fb')
package() {