summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorD. Can Celasun2017-07-21 06:26:16 +0200
committerD. Can Celasun2017-07-21 06:26:16 +0200
commit3d645b9cb5be6533eec195446f4ba6043c193a8d (patch)
treeae9b91ed2d3d9819422d5096de258566a2844d8b /PKGBUILD
parentdb6d6b4515b29afd6df49bf691ecb3ebb34f906d (diff)
downloadaur-3d645b9cb5be6533eec195446f4ba6043c193a8d.tar.gz
Update to 1.14.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 29d14d994d1a..e16e452a19cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: D. Can Celasun <can[at]dcc[dot]im>
pkgname=visual-studio-code
-pkgver=1.14.1
+pkgver=1.14.2
pkgrel=1
pkgdesc="Visual Studio Code: Editor for building and debugging modern web and cloud applications (official binary version)"
arch=('x86_64' 'i686')
@@ -15,9 +15,9 @@ source_x86_64=(code_x64_${pkgver}.tar.gz::https://vscode-update.azurewebsites.ne
source_i686=(code_ia32_${pkgver}.tar.gz::https://vscode-update.azurewebsites.net/${pkgver}/linux-ia32/stable
${pkgname}.desktop
)
-md5sums_x86_64=('12169a9d91dad4b80fb169db42ebe1be'
+md5sums_x86_64=('d644bc6d2c2da2800cbe91c7af8a4219'
'b5d0d40f5f22b4efb0b3d05c287f8704')
-md5sums_i686=('b1e3bd32f2a31ebf9cd978ab1d826050'
+md5sums_i686=('13dc0b6dafb6fa32fcf99c8eacc728b7'
'b5d0d40f5f22b4efb0b3d05c287f8704')
package() {
_pkg=VSCode-linux-x64