summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD. Can Celasun2021-02-11 21:34:34 +0000
committerD. Can Celasun2021-02-11 21:34:34 +0000
commitb5475be87007d7b6b6d686d13c813dcdfa10d4de (patch)
tree125b084a5536ad6531ef4537ee2e793ebfa25b16
parent17c882bb9651566281310219fbff8ad13db7a500 (diff)
downloadaur-b5475be87007d7b6b6d686d13c813dcdfa10d4de.tar.gz
[visual-studio-code-bin] Update to 1.53.2
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
2 files changed, 13 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e77a04f5d754..d8d32f32092b 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.53.1
- pkgrel = 2
+ pkgver = 1.53.2
+ pkgrel = 1
url = https://code.visualstudio.com/
arch = x86_64
arch = i686
@@ -26,13 +26,13 @@ pkgbase = visual-studio-code-bin
source = visual-studio-code-url-handler.desktop
sha256sums = 0deefcb638e06c35a52e7e9fb8e19b2dc393f01e5c1c122d2938cddeb22cf8de
sha256sums = be3d123aacd575d8f836728266eb421ea70399d713d1fc30378dbc5602b519fb
- source_x86_64 = code_x64_1.53.1.tar.gz::https://vscode-update.azurewebsites.net/latest/linux-x64/stable
+ source_x86_64 = code_x64_1.53.2.tar.gz::https://vscode-update.azurewebsites.net/1.53.2/linux-x64/stable
sha256sums_x86_64 = 23c93a7bf6ceed346f9f2034b4630d8d497dcc3f4b9cce6b67f08f8d272e1530
- source_i686 = code_ia32_1.53.1.tar.gz::https://vscode-update.azurewebsites.net/latest/linux-ia32/stable
+ source_i686 = code_ia32_1.53.2.tar.gz::https://vscode-update.azurewebsites.net/latest/linux-ia32/stable
sha256sums_i686 = 64360439cc2fa596838062f7e6f9757b79d4b775a564f18bad6cbad154bf850c
- source_aarch64 = code_arm64_1.53.1.tar.gz::https://vscode-update.azurewebsites.net/latest/linux-arm64/stable
+ source_aarch64 = code_arm64_1.53.2.tar.gz::https://vscode-update.azurewebsites.net/1.53.2/linux-arm64/stable
sha256sums_aarch64 = 4480cfff309323ee4ffadfdbc1e5ac3245c1798fa43cc81968e7a5c28c8583e2
- source_armv7h = code_armhf_1.53.1.tar.gz::https://vscode-update.azurewebsites.net/latest/linux-armhf/stable
+ source_armv7h = code_armhf_1.53.2.tar.gz::https://vscode-update.azurewebsites.net/1.53.2/linux-armhf/stable
sha256sums_armv7h = 801d83a449ec0b5822c46d8c79b6c7e99df01472f3a0a3fd6ffbf97cf862b85d
pkgname = visual-studio-code-bin
diff --git a/PKGBUILD b/PKGBUILD
index cd2aa947cbce..3f6812d0a959 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=visual-studio-code-bin
_pkgname=visual-studio-code
-pkgver=1.53.1
-pkgrel=2
+pkgver=1.53.2
+pkgrel=1
pkgdesc="Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version)"
arch=('x86_64' 'i686' 'aarch64' 'armv7h')
url="https://code.visualstudio.com/"
@@ -15,9 +15,11 @@ depends=(libxkbfile gnupg gtk3 libsecret nss gcc-libs libnotify libxss glibc lso
optdepends=('glib2: Needed for move to trash functionality'
'libdbusmenu-glib: Needed for KDE global menu')
source=(${_pkgname}.desktop ${_pkgname}-url-handler.desktop)
-source_x86_64=(code_x64_${pkgver}.tar.gz::https://vscode-update.azurewebsites.net/latest/linux-x64/stable)
-source_aarch64=(code_arm64_${pkgver}.tar.gz::https://vscode-update.azurewebsites.net/latest/linux-arm64/stable)
-source_armv7h=(code_armhf_${pkgver}.tar.gz::https://vscode-update.azurewebsites.net/latest/linux-armhf/stable)
+source_x86_64=(code_x64_${pkgver}.tar.gz::https://vscode-update.azurewebsites.net/${pkgver}/linux-x64/stable)
+source_aarch64=(code_arm64_${pkgver}.tar.gz::https://vscode-update.azurewebsites.net/${pkgver}/linux-arm64/stable)
+source_armv7h=(code_armhf_${pkgver}.tar.gz::https://vscode-update.azurewebsites.net/${pkgver}/linux-armhf/stable)
+
+# i686 uses "latest" instead of a specific version as it's not always updated in a timely manner
source_i686=(code_ia32_${pkgver}.tar.gz::https://vscode-update.azurewebsites.net/latest/linux-ia32/stable)
# This generates cleaner checksums
sha256sums=('0deefcb638e06c35a52e7e9fb8e19b2dc393f01e5c1c122d2938cddeb22cf8de'