summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Playfair Cal2022-03-21 09:58:27 +1100
committerDaniel Playfair Cal2022-03-21 09:58:27 +1100
commit45c49ba78dec90bab9f89544de99f2be163c7246 (patch)
tree1e0b39fbf9e1637b7a9af481d1cfe227b61d43f7
parent169a477efd80095b9282313413ca3551215dbabf (diff)
downloadaur-45c49ba78dec90bab9f89544de99f2be163c7246.tar.gz
1.65.2-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52623bc938a5..0e07d458c6be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = code-wayland
pkgdesc = The Open Source build of Visual Studio Code (vscode) editor, with ozone enabled for wayland support
- pkgver = 1.64.2
+ pkgver = 1.65.2
pkgrel = 1
url = https://github.com/microsoft/vscode
arch = x86_64
@@ -22,7 +22,7 @@ pkgbase = code-wayland
optdepends = x11-ssh-askpass: SSH authentication
provides = vscode
conflicts = code
- source = code-wayland::git+https://github.com/microsoft/vscode.git#tag=1.64.2
+ source = code-wayland::git+https://github.com/microsoft/vscode.git#tag=1.65.2
source = code.js
source = code.sh
source = 0001-patch-product.json-to-enable-all-extensions.patch
diff --git a/PKGBUILD b/PKGBUILD
index a55e1f463080..28a3baa485d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc='The Open Source build of Visual Studio Code (vscode) editor, with ozone
# - fermium: 14
# Important: Remember to check https://github.com/microsoft/vscode/blob/master/.yarnrc (choose correct tag) for target electron version
_electron=electron13
-pkgver=1.64.2
+pkgver=1.65.2
pkgrel=1
arch=('x86_64')
url='https://github.com/microsoft/vscode'