summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Hansen2016-04-06 08:50:08 -0700
committerMichael Hansen2016-04-06 08:50:08 -0700
commit805444d8e012b34826090068c7bd6808d15b6f6b (patch)
tree3bb894b2662109ed1ef48a525d4fd5902325c8ae
parent46485db9578f25cd07c1a93725e2752ab57ab76f (diff)
downloadaur-805444d8e012b34826090068c7bd6808d15b6f6b.tar.gz
MS finally tagged 0.10.11
-rw-r--r--PKGBUILD10
-rw-r--r--product_json.patch2
-rw-r--r--visual-studio-code-oss.desktop2
3 files changed, 7 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f90750af75d..9bd133838237 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=visual-studio-code-oss
pkgdesc='Visual Studio Code for Linux, Open Source version'
-pkgver=0.10.10
-pkgrel=3
+pkgver=0.10.11
+pkgrel=1
arch=('i686' 'x86_64')
url='https://code.visualstudio.com/'
license=('MIT')
@@ -15,9 +15,9 @@ provides=('vscode-oss')
source=("https://github.com/Microsoft/vscode/archive/${pkgver}.tar.gz"
"${pkgname}.desktop"
'product_json.patch')
-sha1sums=('00d50d275d01500f0394662472e78e56a4156046'
- '4a54b85304f6957947a140079b4667f2909201ab'
- '38e605f5491687d670c071ed3fab3eaf9adf05a9')
+sha1sums=('a4ff9ac0cc7b60562b3e296ea52754c16a1d182f'
+ '9c4176c4d99103736df6746ca174b5026bd57e6b'
+ '7a318e807fd2ba145539d8ddcb725e7ecf1d00fa')
case "$CARCH" in
i686)
diff --git a/product_json.patch b/product_json.patch
index f30c3dd8057f..11d013ddc460 100644
--- a/product_json.patch
+++ b/product_json.patch
@@ -27,5 +27,5 @@ diff -rupN a/product.json b/product.json
+ "requestFeatureUrl": "http://go.microsoft.com/fwlink/?LinkID=533482",
+ "reportIssueUrl": "http://go.microsoft.com/fwlink/?LinkId=534872",
+ "privacyStatementUrl": "http://go.microsoft.com/fwlink/?LinkID=528096&clcid=0x409",
-+ "commit": "5b5f4db87c10345b9d5c8d0bed745bcad4533135"
++ "commit": "f291f4ad600767626b24a4b15816b04bee9a3049"
+}
diff --git a/visual-studio-code-oss.desktop b/visual-studio-code-oss.desktop
index d9ac4c5e0855..63ef35c72d9a 100644
--- a/visual-studio-code-oss.desktop
+++ b/visual-studio-code-oss.desktop
@@ -1,7 +1,7 @@
[Desktop Entry]
Encoding=UTF-8
Name=Visual Studio Code (Open Source)
-Version=0.10.10
+Version=1.0
Exec="/opt/VSCode-OSS/code-oss" %F
Icon=/opt/VSCode-OSS/resources/app/resources/linux/code.png
Type=Application