summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD. Can Celasun2020-05-14 20:40:58 +0100
committerD. Can Celasun2020-05-14 20:40:58 +0100
commit5f1a62ada8ac9ac42e0131ba6824cabd120136b7 (patch)
treeeaa0498e0a0e735d8c331e3bc723484b29002e9b
parentad8dd5f0b886331bca9b9e6afbf7de2b6e061eba (diff)
downloadaur-5f1a62ada8ac9ac42e0131ba6824cabd120136b7.tar.gz
[visual-studio-code-bin] Update to 1.45.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99cead62f772..4fa3009f92bd 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.45.0
+ pkgver = 1.45.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.45.0.tar.gz::https://vscode-update.azurewebsites.net/1.45.0/linux-x64/stable
+ source = code_x64_1.45.1.tar.gz::https://vscode-update.azurewebsites.net/1.45.1/linux-x64/stable
source = visual-studio-code.desktop
source = visual-studio-code-url-handler.desktop
- sha256sums = f8e8ada3305eace59e6902017aac93b7e8d095b0b34c45d437d65471ae84ec9b
+ sha256sums = f89700b5d4277d78606387af6ef6d581ccb8cc691c469b1bdf1b4100cd37af7d
sha256sums = 0deefcb638e06c35a52e7e9fb8e19b2dc393f01e5c1c122d2938cddeb22cf8de
sha256sums = be3d123aacd575d8f836728266eb421ea70399d713d1fc30378dbc5602b519fb
diff --git a/PKGBUILD b/PKGBUILD
index 753e621afb20..d2cff760fdcd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=visual-studio-code-bin
_pkgname=visual-studio-code
-pkgver=1.45.0
+pkgver=1.45.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=('f8e8ada3305eace59e6902017aac93b7e8d095b0b34c45d437d65471ae84ec9b'
+sha256sums=('f89700b5d4277d78606387af6ef6d581ccb8cc691c469b1bdf1b4100cd37af7d'
'0deefcb638e06c35a52e7e9fb8e19b2dc393f01e5c1c122d2938cddeb22cf8de'
'be3d123aacd575d8f836728266eb421ea70399d713d1fc30378dbc5602b519fb')
package() {