Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] vscode: update to 1.49.2. [ci skip]
@ 2020-09-28  7:40 shizonic
  2020-10-03  8:40 ` [PR PATCH] [Updated] " shizonic
  2020-10-08  4:36 ` [PR PATCH] [Merged]: vscode: update to 1.49.3. " Johnnynator
  0 siblings, 2 replies; 3+ messages in thread
From: shizonic @ 2020-09-28  7:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 321 bytes --]

There is a new pull request by shizonic against master on the void-packages repository

https://github.com/shizonic/void-packages vscode
https://github.com/void-linux/void-packages/pull/25146

vscode: update to 1.49.2. [ci skip]


A patch file from https://github.com/void-linux/void-packages/pull/25146.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vscode-25146.patch --]
[-- Type: text/x-diff, Size: 1208 bytes --]

From d6ce50c638126e85d180dcebd01a318f6a8b3e61 Mon Sep 17 00:00:00 2001
From: Toby Merz <realtiaz@gmail.com>
Date: Mon, 28 Sep 2020 09:39:32 +0200
Subject: [PATCH] vscode: update to 1.49.2. [ci skip]

---
 srcpkgs/vscode/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/vscode/template b/srcpkgs/vscode/template
index 267433ca6f3..382c6ee2779 100644
--- a/srcpkgs/vscode/template
+++ b/srcpkgs/vscode/template
@@ -1,8 +1,8 @@
 # Template file for 'vscode'
 pkgname=vscode
-version=1.49.1
+version=1.49.2
 revision=1
-_electronver=9.2.1
+_electronver=9.3.1
 hostmakedepends="pkg-config python nodejs-lts-10 yarn tar git"
 makedepends="libxkbfile-devel libsecret-devel electron9"
 depends="libXtst libxkbfile nss dejavu-fonts-ttf xdg-utils ripgrep electron9"
@@ -11,7 +11,7 @@ maintainer="shizonic <realtiaz@gmail.com>"
 license="MIT"
 homepage="https://code.visualstudio.com/"
 distfiles="https://github.com/Microsoft/vscode/archive/${version}.tar.gz"
-checksum=0fb3829c19db0bea17cf0fd83859ff8f9aef0d092cad4abe2a4d1b26c985b628
+checksum=632c45c088ffec827ca3375b1caab530b8f605ca049a0410183d32513db0146c
 patch_args="-Np1"
 
 if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] vscode: update to 1.49.2. [ci skip]
  2020-09-28  7:40 [PR PATCH] vscode: update to 1.49.2. [ci skip] shizonic
@ 2020-10-03  8:40 ` shizonic
  2020-10-08  4:36 ` [PR PATCH] [Merged]: vscode: update to 1.49.3. " Johnnynator
  1 sibling, 0 replies; 3+ messages in thread
From: shizonic @ 2020-10-03  8:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 326 bytes --]

There is an updated pull request by shizonic against master on the void-packages repository

https://github.com/shizonic/void-packages vscode
https://github.com/void-linux/void-packages/pull/25146

vscode: update to 1.49.2. [ci skip]


A patch file from https://github.com/void-linux/void-packages/pull/25146.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vscode-25146.patch --]
[-- Type: text/x-diff, Size: 1207 bytes --]

From 42ca66c1b0c7ab02880e39d525202ce3023a71f2 Mon Sep 17 00:00:00 2001
From: Toby Merz <realtiaz@gmail.com>
Date: Sat, 3 Oct 2020 10:39:34 +0200
Subject: [PATCH] vscode: update to 1.49.3. [ci skip]

---
 srcpkgs/vscode/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/vscode/template b/srcpkgs/vscode/template
index 267433ca6f3..4037f6db359 100644
--- a/srcpkgs/vscode/template
+++ b/srcpkgs/vscode/template
@@ -1,8 +1,8 @@
 # Template file for 'vscode'
 pkgname=vscode
-version=1.49.1
+version=1.49.3
 revision=1
-_electronver=9.2.1
+_electronver=9.3.1
 hostmakedepends="pkg-config python nodejs-lts-10 yarn tar git"
 makedepends="libxkbfile-devel libsecret-devel electron9"
 depends="libXtst libxkbfile nss dejavu-fonts-ttf xdg-utils ripgrep electron9"
@@ -11,7 +11,7 @@ maintainer="shizonic <realtiaz@gmail.com>"
 license="MIT"
 homepage="https://code.visualstudio.com/"
 distfiles="https://github.com/Microsoft/vscode/archive/${version}.tar.gz"
-checksum=0fb3829c19db0bea17cf0fd83859ff8f9aef0d092cad4abe2a4d1b26c985b628
+checksum=d3d8531515ea2b73531ab5067970c610aff18d2f61e57ce0f724ef8cc9f341dc
 patch_args="-Np1"
 
 if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: vscode: update to 1.49.3. [ci skip]
  2020-09-28  7:40 [PR PATCH] vscode: update to 1.49.2. [ci skip] shizonic
  2020-10-03  8:40 ` [PR PATCH] [Updated] " shizonic
@ 2020-10-08  4:36 ` Johnnynator
  1 sibling, 0 replies; 3+ messages in thread
From: Johnnynator @ 2020-10-08  4:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 169 bytes --]

There's a merged pull request on the void-packages repository

vscode: update to 1.49.3. [ci skip]
https://github.com/void-linux/void-packages/pull/25146

Description:


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-10-08  4:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-28  7:40 [PR PATCH] vscode: update to 1.49.2. [ci skip] shizonic
2020-10-03  8:40 ` [PR PATCH] [Updated] " shizonic
2020-10-08  4:36 ` [PR PATCH] [Merged]: vscode: update to 1.49.3. " Johnnynator

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).