diff --git a/development/vscode/vscode-1.9.0.patch b/development/vscode/vscode-1.9.1.patch similarity index 73% rename from development/vscode/vscode-1.9.0.patch rename to development/vscode/vscode-1.9.1.patch index d36de8fbea..a340985a78 100644 --- a/development/vscode/vscode-1.9.0.patch +++ b/development/vscode/vscode-1.9.1.patch @@ -1,6 +1,6 @@ -diff -ur vscode-1.9.0.old/product.json vscode-1.9.0/product.json ---- vscode-1.9.0.old/product.json 2017-02-02 07:40:40.000000000 -0200 -+++ vscode-1.9.0/product.json 2017-02-05 07:09:30.829967716 -0200 +diff -ur vscode-1.9.1.old/product.json vscode-1.9.1/product.json +--- vscode-1.9.1.old/product.json 2017-02-08 21:18:43.000000000 -0200 ++++ vscode-1.9.1/product.json 2017-02-14 19:23:55.023044320 -0200 @@ -13,5 +13,10 @@ "win32AppUserModelId": "Microsoft.CodeOSS", "darwinBundleIdentifier": "com.visualstudio.code.oss", diff --git a/development/vscode/vscode.SlackBuild b/development/vscode/vscode.SlackBuild index fb98787bed..da8768233e 100644 --- a/development/vscode/vscode.SlackBuild +++ b/development/vscode/vscode.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=vscode -VERSION=${VERSION:-1.9.0} +VERSION=${VERSION:-1.9.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/vscode/vscode.info b/development/vscode/vscode.info index ca0e5c7109..bd24a1143b 100644 --- a/development/vscode/vscode.info +++ b/development/vscode/vscode.info @@ -1,8 +1,8 @@ PRGNAM="vscode" -VERSION="1.9.0" +VERSION="1.9.1" HOMEPAGE="https://code.visualstudio.com/" -DOWNLOAD="https://github.com/Microsoft/vscode/archive/1.9.0/vscode-1.9.0.tar.gz" -MD5SUM="4828d28827dca7c05e65b883eb631a70" +DOWNLOAD="https://github.com/Microsoft/vscode/archive/1.9.1/vscode-1.9.1.tar.gz" +MD5SUM="5542d60e05a356584483d02d1e4a4819" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="nodejs"