From 74a9b75c76be29b7b06edd8de9e84a0cc694924c Mon Sep 17 00:00:00 2001 From: Andre Barboza Date: Fri, 7 Apr 2017 20:38:24 +0100 Subject: development/vscode: Updated for version 1.11.1. Signed-off-by: David Spencer --- development/vscode/vscode-1.10.2.patch | 23 ----------------------- development/vscode/vscode-1.11.1.patch | 23 +++++++++++++++++++++++ development/vscode/vscode.SlackBuild | 2 +- development/vscode/vscode.info | 6 +++--- 4 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 development/vscode/vscode-1.10.2.patch create mode 100644 development/vscode/vscode-1.11.1.patch (limited to 'development/vscode') diff --git a/development/vscode/vscode-1.10.2.patch b/development/vscode/vscode-1.10.2.patch deleted file mode 100644 index 84f63ffda3..0000000000 --- a/development/vscode/vscode-1.10.2.patch +++ /dev/null @@ -1,23 +0,0 @@ -diff -ur vscode-1.10.2.old/product.json vscode-1.10.2/product.json ---- vscode-1.10.2.old/product.json 2017-03-08 07:34:22.000000000 -0300 -+++ vscode-1.10.2/product.json 2017-03-20 08:13:51.308984108 -0300 -@@ -14,5 +14,16 @@ - "win32ShellNameShort": "C&ode - OSS", - "darwinBundleIdentifier": "com.visualstudio.code.oss", - "reportIssueUrl": "https://github.com/Microsoft/vscode/issues/new", -- "urlProtocol": "code-oss" --} -\ No newline at end of file -+ "urlProtocol": "code-oss", -+ "extensionsGallery": { -+ "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery", -+ "cacheUrl": "https://vscode.blob.core.windows.net/gallery/index", -+ "itemUrl": "https://marketplace.visualstudio.com/items" -+ }, -+ "welcomePage": "http://go.microsoft.com/fwlink/?LinkId=723048", -+ "documentationUrl": "http://go.microsoft.com/fwlink/?LinkID=533484#vscode", -+ "releaseNotesUrl": "http://go.microsoft.com/fwlink/?LinkID=533483#vscode", -+ "twitterUrl": "http://go.microsoft.com/fwlink/?LinkID=533687", -+ "requestFeatureUrl": "http://go.microsoft.com/fwlink/?LinkID=533482", -+ "privacyStatementUrl": "http://go.microsoft.com/fwlink/?LinkID=528096&clcid=0x409" -+} diff --git a/development/vscode/vscode-1.11.1.patch b/development/vscode/vscode-1.11.1.patch new file mode 100644 index 0000000000..5485624b17 --- /dev/null +++ b/development/vscode/vscode-1.11.1.patch @@ -0,0 +1,23 @@ +diff -ur vscode-1.11.1.old/product.json vscode-1.11.1/product.json +--- vscode-1.11.1.old/product.json 2017-04-06 10:42:12.000000000 -0300 ++++ vscode-1.11.1/product.json 2017-04-07 06:58:55.098944732 -0300 +@@ -14,5 +14,16 @@ + "win32ShellNameShort": "C&ode - OSS", + "darwinBundleIdentifier": "com.visualstudio.code.oss", + "reportIssueUrl": "https://github.com/Microsoft/vscode/issues/new", +- "urlProtocol": "code-oss" +-} +\ No newline at end of file ++ "urlProtocol": "code-oss", ++ "extensionsGallery": { ++ "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery", ++ "cacheUrl": "https://vscode.blob.core.windows.net/gallery/index", ++ "itemUrl": "https://marketplace.visualstudio.com/items" ++ }, ++ "welcomePage": "http://go.microsoft.com/fwlink/?LinkId=723048", ++ "documentationUrl": "http://go.microsoft.com/fwlink/?LinkID=533484#vscode", ++ "releaseNotesUrl": "http://go.microsoft.com/fwlink/?LinkID=533483#vscode", ++ "twitterUrl": "http://go.microsoft.com/fwlink/?LinkID=533687", ++ "requestFeatureUrl": "http://go.microsoft.com/fwlink/?LinkID=533482", ++ "privacyStatementUrl": "http://go.microsoft.com/fwlink/?LinkID=528096&clcid=0x409" ++} diff --git a/development/vscode/vscode.SlackBuild b/development/vscode/vscode.SlackBuild index 8cf7d08d23..7b9d0022b0 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.10.2} +VERSION=${VERSION:-1.11.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/vscode/vscode.info b/development/vscode/vscode.info index d19f20e2ef..248ac6b4a8 100644 --- a/development/vscode/vscode.info +++ b/development/vscode/vscode.info @@ -1,8 +1,8 @@ PRGNAM="vscode" -VERSION="1.10.2" +VERSION="1.11.1" HOMEPAGE="https://code.visualstudio.com/" -DOWNLOAD="https://github.com/Microsoft/vscode/archive/1.10.2/vscode-1.10.2.tar.gz" -MD5SUM="c983af3be5f57fedbfdf01bf4c1ab0c6" +DOWNLOAD="https://github.com/Microsoft/vscode/archive/1.11.1/vscode-1.11.1.tar.gz" +MD5SUM="31cbd142b2b940c3c1116aca1df163aa" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="nodejs" -- cgit v1.2.3-80-g2a13