summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCan Celasun2016-10-13 23:38:02 +0200
committerCan Celasun2016-10-13 23:38:02 +0200
commit2117de9f7ba5ae2f1423c282616e80c85a3895e0 (patch)
tree0ede50af483b1e9a1556c50fabf12fd555652906
parent3156f4012b4e2aeb2e4ac31236e100fc6ab3f383 (diff)
downloadaur-2117de9f7ba5ae2f1423c282616e80c85a3895e0.tar.gz
Update to 1.6.1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78358bbe7f35..c4ec9bb4a2c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Oct 11 16:45:20 UTC 2016
+# Thu Oct 13 21:34:54 UTC 2016
pkgbase = visual-studio-code
pkgdesc = Editor for building and debugging modern web and cloud applications (official binary version)
- pkgver = 1.6.0
- pkgrel = 2
+ pkgver = 1.6.1
+ pkgrel = 1
url = https://code.visualstudio.com/
arch = x86_64
arch = i686
@@ -20,13 +20,13 @@ pkgbase = visual-studio-code
depends = libnotify
depends = libxss
provides = vscode,visualstudiocode
- source_x86_64 = code_x64_1.6.0.tar.gz::https://vscode-update.azurewebsites.net/latest/linux-x64/stable
+ source_x86_64 = code_x64_1.6.1.tar.gz::https://vscode-update.azurewebsites.net/latest/linux-x64/stable
source_x86_64 = visual-studio-code.desktop
- md5sums_x86_64 = 76893ae9581ec4806764f842ec7e5ab8
+ md5sums_x86_64 = 13476e5250cfc49266d7287f67fd315f
md5sums_x86_64 = 89eb024d17221e5c92c99c390eaf92ce
- source_i686 = code_ia32_1.6.0.tar.gz::https://vscode-update.azurewebsites.net/latest/linux-ia32/stable
+ source_i686 = code_ia32_1.6.1.tar.gz::https://vscode-update.azurewebsites.net/latest/linux-ia32/stable
source_i686 = visual-studio-code.desktop
- md5sums_i686 = 345b5cb7ecc851a08134bf53b9dac33a
+ md5sums_i686 = e55d6b79ec3eeee193af404733245a6e
md5sums_i686 = 89eb024d17221e5c92c99c390eaf92ce
pkgname = visual-studio-code
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