summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCan Celasun2016-10-10 23:04:20 +0200
committerCan Celasun2016-10-10 23:04:20 +0200
commit88248bcd53afdd74b3109140f32217a73aab9685 (patch)
tree76fe5b1389853920acfcab872cfd90b88f9cdcb1
parent0a2b3b2ae94b22546d82b9df8238d6af95ba801d (diff)
downloadaur-88248bcd53afdd74b3109140f32217a73aab9685.tar.gz
Update to 1.6.0
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD10
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f54af08cd80..2ba4f88259b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Sep 27 09:35:39 UTC 2016
+# Mon Oct 10 21:04:15 UTC 2016
pkgbase = visual-studio-code
- pkgdesc = Editor for building and debugging modern web and cloud applications
- pkgver = 1.5.3
- pkgrel = 2
+ pkgdesc = Editor for building and debugging modern web and cloud applications (official binary version)
+ pkgver = 1.6.0
+ pkgrel = 1
url = https://code.visualstudio.com/
arch = x86_64
arch = i686
@@ -19,13 +19,13 @@ pkgbase = visual-studio-code
depends = gcc-libs
depends = libnotify
provides = vscode,visualstudiocode
- source_x86_64 = code_x64_1.5.3.tar.gz::https://vscode-update.azurewebsites.net/latest/linux-x64/stable
+ source_x86_64 = code_x64_1.6.0.tar.gz::https://vscode-update.azurewebsites.net/latest/linux-x64/stable
source_x86_64 = visual-studio-code.desktop
- md5sums_x86_64 = e564b2d717b0481ae100ad5f8d81e05d
+ md5sums_x86_64 = 76893ae9581ec4806764f842ec7e5ab8
md5sums_x86_64 = 89eb024d17221e5c92c99c390eaf92ce
- source_i686 = code_ia32_1.5.3.tar.gz::https://vscode-update.azurewebsites.net/latest/linux-ia32/stable
+ source_i686 = code_ia32_1.6.0.tar.gz::https://vscode-update.azurewebsites.net/latest/linux-ia32/stable
source_i686 = visual-studio-code.desktop
- md5sums_i686 = 3003500c128ed229e0be9683433f2984
+ md5sums_i686 = 345b5cb7ecc851a08134bf53b9dac33a
md5sums_i686 = 89eb024d17221e5c92c99c390eaf92ce
pkgname = visual-studio-code
diff --git a/PKGBUILD b/PKGBUILD
index d97103bdeb2e..a00fdaaca2c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: D. Can Celasun <dcelasun[at]gmail[dot]com>
pkgname=visual-studio-code
-pkgver=1.5.3
-pkgrel=2
-pkgdesc="Editor for building and debugging modern web and cloud applications"
+pkgver=1.6.0
+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/"
license=('custom: commercial')
@@ -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=('e564b2d717b0481ae100ad5f8d81e05d'
+md5sums_x86_64=('76893ae9581ec4806764f842ec7e5ab8'
'89eb024d17221e5c92c99c390eaf92ce')
-md5sums_i686=('3003500c128ed229e0be9683433f2984'
+md5sums_i686=('345b5cb7ecc851a08134bf53b9dac33a'
'89eb024d17221e5c92c99c390eaf92ce')
package() {
_pkg=VSCode-linux-x64