diff options
Diffstat (limited to 'development')
-rw-r--r-- | development/vscode/vscode-1.11.1.patch (renamed from development/vscode/vscode-1.10.2.patch) | 6 | ||||
-rw-r--r-- | development/vscode/vscode.SlackBuild | 2 | ||||
-rw-r--r-- | development/vscode/vscode.info | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/development/vscode/vscode-1.10.2.patch b/development/vscode/vscode-1.11.1.patch index 84f63ffda3..5485624b17 100644 --- a/development/vscode/vscode-1.10.2.patch +++ b/development/vscode/vscode-1.11.1.patch @@ -1,6 +1,6 @@ -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 +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", 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" |