summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorD. Can Celasun2017-04-13 22:22:07 +0200
committerD. Can Celasun2017-04-13 22:22:07 +0200
commite2710c4443abd051a725dac4c911b9df5a4cf3ad (patch)
tree8ce85f21cc7af18c32bd43f640f9036253405e51 /PKGBUILD
parente5ef43edef8ab0a473db04c00c1ecc8b181c7f2d (diff)
downloadaur-e2710c4443abd051a725dac4c911b9df5a4cf3ad.tar.gz
Update to 1.11.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2e67a81b4b65..b8c7b73ed69d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: D. Can Celasun <dcelasun[at]gmail[dot]com>
pkgname=visual-studio-code
-pkgver=1.11.1
+pkgver=1.11.2
pkgrel=1
-pkgdesc="Editor for building and debugging modern web and cloud applications (official binary version)"
+pkgdesc="Visual Studio Code: 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=('9bbb463fc3e6cd6bb8e329a7315f3c00'
+md5sums_x86_64=('908e5320feba6aa0cc0507da2b962f15'
'b5d0d40f5f22b4efb0b3d05c287f8704')
-md5sums_i686=('3a527c056e8bcaff220f75780c84c0d5'
+md5sums_i686=('e3aa349ca7ee22599ef4cc0398e0079d'
'b5d0d40f5f22b4efb0b3d05c287f8704')
package() {
_pkg=VSCode-linux-x64