summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCan Celasun2016-10-13 23:38:02 +0200
committerCan Celasun2016-10-13 23:38:02 +0200
commit2117de9f7ba5ae2f1423c282616e80c85a3895e0 (patch)
tree0ede50af483b1e9a1556c50fabf12fd555652906 /PKGBUILD
parent3156f4012b4e2aeb2e4ac31236e100fc6ab3f383 (diff)
downloadaur-2117de9f7ba5ae2f1423c282616e80c85a3895e0.tar.gz
Update to 1.6.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a0092ff0312d..52efbff51c3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: D. Can Celasun <dcelasun[at]gmail[dot]com>
pkgname=visual-studio-code
-pkgver=1.6.0
-pkgrel=2
+pkgver=1.6.1
+pkgrel=1
pkgdesc="Editor for building and debugging modern web and cloud applications (official binary version)"
arch=('x86_64' 'i686')
url="https://code.visualstudio.com/"
@@ -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/latest/linux-ia32/stable
${pkgname}.desktop
)
-md5sums_x86_64=('76893ae9581ec4806764f842ec7e5ab8'
+md5sums_x86_64=('13476e5250cfc49266d7287f67fd315f'
'89eb024d17221e5c92c99c390eaf92ce')
-md5sums_i686=('345b5cb7ecc851a08134bf53b9dac33a'
+md5sums_i686=('e55d6b79ec3eeee193af404733245a6e'
'89eb024d17221e5c92c99c390eaf92ce')
package() {
_pkg=VSCode-linux-x64