Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] vscode: update to 1.52.0.
@ 2020-12-14  7:39 shizonic
  2020-12-14  9:37 ` [PR PATCH] [Updated] " shizonic
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: shizonic @ 2020-12-14  7:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 311 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/27141

vscode: update to 1.52.0.


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

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

From 8c777c82270a69f86cf58d8c96cc5ee16e237abb Mon Sep 17 00:00:00 2001
From: Toby Merz <realtiaz@gmail.com>
Date: Mon, 14 Dec 2020 08:39:11 +0100
Subject: [PATCH] vscode: update to 1.52.0.

---
 srcpkgs/vscode/patches/product.patch | 8 ++++----
 srcpkgs/vscode/template              | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/vscode/patches/product.patch b/srcpkgs/vscode/patches/product.patch
index dcee73d6803..feb7f5891ba 100644
--- a/srcpkgs/vscode/patches/product.patch
+++ b/srcpkgs/vscode/patches/product.patch
@@ -1,10 +1,10 @@
 diff --git a/product.json b/product.json
-index 2b884d18f301..601c429e3cdf 100644
+index 207bcf8f512e..572fbfb39b56 100644
 --- a/product.json
 +++ b/product.json
 @@ -22,12 +22,20 @@
  	"licenseFileName": "LICENSE.txt",
- 	"reportIssueUrl": "https://github.com/Microsoft/vscode/issues/new",
+ 	"reportIssueUrl": "https://github.com/microsoft/vscode/issues/new",
  	"urlProtocol": "code-oss",
 +	"quality": "stable",
 +	"documentationUrl": "https://github.com/microsoft/vscode-docs",
@@ -12,8 +12,8 @@ index 2b884d18f301..601c429e3cdf 100644
  	"extensionAllowedProposedApi": [
  		"ms-vscode.vscode-js-profile-flame",
  		"ms-vscode.vscode-js-profile-table",
- 		"ms-vscode.references-view",
- 		"ms-vscode.github-browser"
+ 		"ms-vscode.github-browser",
+ 		"ms-vscode.github-richnav"
  	],
 +	"extensionsGallery": {
 +		"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
diff --git a/srcpkgs/vscode/template b/srcpkgs/vscode/template
index 8c72a514d5b..e1d310a9a11 100644
--- a/srcpkgs/vscode/template
+++ b/srcpkgs/vscode/template
@@ -1,8 +1,8 @@
 # Template file for 'vscode'
 pkgname=vscode
-version=1.51.1
+version=1.52.0
 revision=1
-_electronver=9.3.1
+_electronver=9.3.4
 hostmakedepends="pkg-config python nodejs 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=3a7127983fac7c8e44b5b26b026341b8fd91c65ff34a4664e65ae43ae358d31b
+checksum=ba524bd53e129f23032cc01ab04f1cfe9b84c896c108428a3557350ea368e258
 patch_args="-Np1"
 
 if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then

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

* Re: [PR PATCH] [Updated] vscode: update to 1.52.0.
  2020-12-14  7:39 [PR PATCH] vscode: update to 1.52.0 shizonic
@ 2020-12-14  9:37 ` shizonic
  2020-12-14  9:39 ` shizonic
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: shizonic @ 2020-12-14  9:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 316 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/27141

vscode: update to 1.52.0.


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

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

From e1ad076190377edda02f74a6f02c5328e96872d4 Mon Sep 17 00:00:00 2001
From: Toby Merz <realtiaz@gmail.com>
Date: Mon, 14 Dec 2020 08:39:11 +0100
Subject: [PATCH] vscode: update to 1.52.0. [ci skip]

---
 srcpkgs/vscode/patches/product.patch | 8 ++++----
 srcpkgs/vscode/template              | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/vscode/patches/product.patch b/srcpkgs/vscode/patches/product.patch
index dcee73d6803..feb7f5891ba 100644
--- a/srcpkgs/vscode/patches/product.patch
+++ b/srcpkgs/vscode/patches/product.patch
@@ -1,10 +1,10 @@
 diff --git a/product.json b/product.json
-index 2b884d18f301..601c429e3cdf 100644
+index 207bcf8f512e..572fbfb39b56 100644
 --- a/product.json
 +++ b/product.json
 @@ -22,12 +22,20 @@
  	"licenseFileName": "LICENSE.txt",
- 	"reportIssueUrl": "https://github.com/Microsoft/vscode/issues/new",
+ 	"reportIssueUrl": "https://github.com/microsoft/vscode/issues/new",
  	"urlProtocol": "code-oss",
 +	"quality": "stable",
 +	"documentationUrl": "https://github.com/microsoft/vscode-docs",
@@ -12,8 +12,8 @@ index 2b884d18f301..601c429e3cdf 100644
  	"extensionAllowedProposedApi": [
  		"ms-vscode.vscode-js-profile-flame",
  		"ms-vscode.vscode-js-profile-table",
- 		"ms-vscode.references-view",
- 		"ms-vscode.github-browser"
+ 		"ms-vscode.github-browser",
+ 		"ms-vscode.github-richnav"
  	],
 +	"extensionsGallery": {
 +		"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
diff --git a/srcpkgs/vscode/template b/srcpkgs/vscode/template
index 8c72a514d5b..e1d310a9a11 100644
--- a/srcpkgs/vscode/template
+++ b/srcpkgs/vscode/template
@@ -1,8 +1,8 @@
 # Template file for 'vscode'
 pkgname=vscode
-version=1.51.1
+version=1.52.0
 revision=1
-_electronver=9.3.1
+_electronver=9.3.4
 hostmakedepends="pkg-config python nodejs 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=3a7127983fac7c8e44b5b26b026341b8fd91c65ff34a4664e65ae43ae358d31b
+checksum=ba524bd53e129f23032cc01ab04f1cfe9b84c896c108428a3557350ea368e258
 patch_args="-Np1"
 
 if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then

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

* Re: [PR PATCH] [Updated] vscode: update to 1.52.0.
  2020-12-14  7:39 [PR PATCH] vscode: update to 1.52.0 shizonic
  2020-12-14  9:37 ` [PR PATCH] [Updated] " shizonic
@ 2020-12-14  9:39 ` shizonic
  2020-12-16  2:44 ` ericonr
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: shizonic @ 2020-12-14  9:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 316 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/27141

vscode: update to 1.52.0.


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

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

From 698e757b88b8de7ec93f2b2d5b625be6e7a3f277 Mon Sep 17 00:00:00 2001
From: Toby Merz <realtiaz@gmail.com>
Date: Mon, 14 Dec 2020 08:39:11 +0100
Subject: [PATCH] vscode: update to 1.52.0. [ci skip]

---
 srcpkgs/vscode/patches/product.patch | 8 ++++----
 srcpkgs/vscode/template              | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/vscode/patches/product.patch b/srcpkgs/vscode/patches/product.patch
index dcee73d6803..feb7f5891ba 100644
--- a/srcpkgs/vscode/patches/product.patch
+++ b/srcpkgs/vscode/patches/product.patch
@@ -1,10 +1,10 @@
 diff --git a/product.json b/product.json
-index 2b884d18f301..601c429e3cdf 100644
+index 207bcf8f512e..572fbfb39b56 100644
 --- a/product.json
 +++ b/product.json
 @@ -22,12 +22,20 @@
  	"licenseFileName": "LICENSE.txt",
- 	"reportIssueUrl": "https://github.com/Microsoft/vscode/issues/new",
+ 	"reportIssueUrl": "https://github.com/microsoft/vscode/issues/new",
  	"urlProtocol": "code-oss",
 +	"quality": "stable",
 +	"documentationUrl": "https://github.com/microsoft/vscode-docs",
@@ -12,8 +12,8 @@ index 2b884d18f301..601c429e3cdf 100644
  	"extensionAllowedProposedApi": [
  		"ms-vscode.vscode-js-profile-flame",
  		"ms-vscode.vscode-js-profile-table",
- 		"ms-vscode.references-view",
- 		"ms-vscode.github-browser"
+ 		"ms-vscode.github-browser",
+ 		"ms-vscode.github-richnav"
  	],
 +	"extensionsGallery": {
 +		"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
diff --git a/srcpkgs/vscode/template b/srcpkgs/vscode/template
index 8c72a514d5b..e1d310a9a11 100644
--- a/srcpkgs/vscode/template
+++ b/srcpkgs/vscode/template
@@ -1,8 +1,8 @@
 # Template file for 'vscode'
 pkgname=vscode
-version=1.51.1
+version=1.52.0
 revision=1
-_electronver=9.3.1
+_electronver=9.3.4
 hostmakedepends="pkg-config python nodejs 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=3a7127983fac7c8e44b5b26b026341b8fd91c65ff34a4664e65ae43ae358d31b
+checksum=ba524bd53e129f23032cc01ab04f1cfe9b84c896c108428a3557350ea368e258
 patch_args="-Np1"
 
 if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then

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

* Re: vscode: update to 1.52.0.
  2020-12-14  7:39 [PR PATCH] vscode: update to 1.52.0 shizonic
  2020-12-14  9:37 ` [PR PATCH] [Updated] " shizonic
  2020-12-14  9:39 ` shizonic
@ 2020-12-16  2:44 ` ericonr
  2020-12-16  3:45 ` shizonic
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2020-12-16  2:44 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27141#issuecomment-745727094

Comment:
Please don't include `[ci skip]` in the commit message, it isn't necessary any more.

I assume this failure is in CI only? I can try to build locally to be sure.

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

* Re: vscode: update to 1.52.0.
  2020-12-14  7:39 [PR PATCH] vscode: update to 1.52.0 shizonic
                   ` (2 preceding siblings ...)
  2020-12-16  2:44 ` ericonr
@ 2020-12-16  3:45 ` shizonic
  2020-12-16  4:01 ` q66
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: shizonic @ 2020-12-16  3:45 UTC (permalink / raw)
  To: ml

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

New comment by shizonic on void-packages repository

https://github.com/void-linux/void-packages/pull/27141#issuecomment-745744942

Comment:
Alright.

> I assume this failure is in CI only? I can try to build locally to be sure.

Guess so since it was always only CI but I only tested it on x86_64

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

* Re: vscode: update to 1.52.0.
  2020-12-14  7:39 [PR PATCH] vscode: update to 1.52.0 shizonic
                   ` (3 preceding siblings ...)
  2020-12-16  3:45 ` shizonic
@ 2020-12-16  4:01 ` q66
  2020-12-16  4:53 ` shizonic
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: q66 @ 2020-12-16  4:01 UTC (permalink / raw)
  To: ml

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

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/27141#issuecomment-745748860

Comment:
looks like an OOM condition, i guess the CI does not have enough memory in it to build...

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

* Re: vscode: update to 1.52.0.
  2020-12-14  7:39 [PR PATCH] vscode: update to 1.52.0 shizonic
                   ` (4 preceding siblings ...)
  2020-12-16  4:01 ` q66
@ 2020-12-16  4:53 ` shizonic
  2020-12-16  7:23 ` [PR PATCH] [Updated] " shizonic
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: shizonic @ 2020-12-16  4:53 UTC (permalink / raw)
  To: ml

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

New comment by shizonic on void-packages repository

https://github.com/void-linux/void-packages/pull/27141#issuecomment-745763156

Comment:
> looks like an OOM condition, i guess the CI does not have enough memory in it to build...

Yeah this was always the case. Guess this could get merged safely.

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

* Re: [PR PATCH] [Updated] vscode: update to 1.52.0.
  2020-12-14  7:39 [PR PATCH] vscode: update to 1.52.0 shizonic
                   ` (5 preceding siblings ...)
  2020-12-16  4:53 ` shizonic
@ 2020-12-16  7:23 ` shizonic
  2020-12-17  7:21 ` shizonic
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: shizonic @ 2020-12-16  7:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 316 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/27141

vscode: update to 1.52.0.


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

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

From ca36709ebe9e9d974c423f1898f5e7f99f675221 Mon Sep 17 00:00:00 2001
From: Toby Merz <realtiaz@gmail.com>
Date: Mon, 14 Dec 2020 08:39:11 +0100
Subject: [PATCH] vscode: update to 1.52.0.

---
 srcpkgs/vscode/patches/product.patch | 8 ++++----
 srcpkgs/vscode/template              | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/vscode/patches/product.patch b/srcpkgs/vscode/patches/product.patch
index dcee73d6803..feb7f5891ba 100644
--- a/srcpkgs/vscode/patches/product.patch
+++ b/srcpkgs/vscode/patches/product.patch
@@ -1,10 +1,10 @@
 diff --git a/product.json b/product.json
-index 2b884d18f301..601c429e3cdf 100644
+index 207bcf8f512e..572fbfb39b56 100644
 --- a/product.json
 +++ b/product.json
 @@ -22,12 +22,20 @@
  	"licenseFileName": "LICENSE.txt",
- 	"reportIssueUrl": "https://github.com/Microsoft/vscode/issues/new",
+ 	"reportIssueUrl": "https://github.com/microsoft/vscode/issues/new",
  	"urlProtocol": "code-oss",
 +	"quality": "stable",
 +	"documentationUrl": "https://github.com/microsoft/vscode-docs",
@@ -12,8 +12,8 @@ index 2b884d18f301..601c429e3cdf 100644
  	"extensionAllowedProposedApi": [
  		"ms-vscode.vscode-js-profile-flame",
  		"ms-vscode.vscode-js-profile-table",
- 		"ms-vscode.references-view",
- 		"ms-vscode.github-browser"
+ 		"ms-vscode.github-browser",
+ 		"ms-vscode.github-richnav"
  	],
 +	"extensionsGallery": {
 +		"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
diff --git a/srcpkgs/vscode/template b/srcpkgs/vscode/template
index 8c72a514d5b..e1d310a9a11 100644
--- a/srcpkgs/vscode/template
+++ b/srcpkgs/vscode/template
@@ -1,8 +1,8 @@
 # Template file for 'vscode'
 pkgname=vscode
-version=1.51.1
+version=1.52.0
 revision=1
-_electronver=9.3.1
+_electronver=9.3.4
 hostmakedepends="pkg-config python nodejs 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=3a7127983fac7c8e44b5b26b026341b8fd91c65ff34a4664e65ae43ae358d31b
+checksum=ba524bd53e129f23032cc01ab04f1cfe9b84c896c108428a3557350ea368e258
 patch_args="-Np1"
 
 if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then

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

* Re: [PR PATCH] [Updated] vscode: update to 1.52.0.
  2020-12-14  7:39 [PR PATCH] vscode: update to 1.52.0 shizonic
                   ` (6 preceding siblings ...)
  2020-12-16  7:23 ` [PR PATCH] [Updated] " shizonic
@ 2020-12-17  7:21 ` shizonic
  2020-12-17  7:22 ` vscode: update to 1.52.1 shizonic
  2020-12-17 18:32 ` [PR PATCH] [Merged]: " ericonr
  9 siblings, 0 replies; 11+ messages in thread
From: shizonic @ 2020-12-17  7:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 316 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/27141

vscode: update to 1.52.0.


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

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

From b06a5c9f76fcf3942ca21a611ba85561b135f9f5 Mon Sep 17 00:00:00 2001
From: Toby Merz <realtiaz@gmail.com>
Date: Mon, 14 Dec 2020 08:39:11 +0100
Subject: [PATCH] vscode: update to 1.52.1.

---
 srcpkgs/vscode/patches/product.patch | 8 ++++----
 srcpkgs/vscode/template              | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/vscode/patches/product.patch b/srcpkgs/vscode/patches/product.patch
index dcee73d6803..feb7f5891ba 100644
--- a/srcpkgs/vscode/patches/product.patch
+++ b/srcpkgs/vscode/patches/product.patch
@@ -1,10 +1,10 @@
 diff --git a/product.json b/product.json
-index 2b884d18f301..601c429e3cdf 100644
+index 207bcf8f512e..572fbfb39b56 100644
 --- a/product.json
 +++ b/product.json
 @@ -22,12 +22,20 @@
  	"licenseFileName": "LICENSE.txt",
- 	"reportIssueUrl": "https://github.com/Microsoft/vscode/issues/new",
+ 	"reportIssueUrl": "https://github.com/microsoft/vscode/issues/new",
  	"urlProtocol": "code-oss",
 +	"quality": "stable",
 +	"documentationUrl": "https://github.com/microsoft/vscode-docs",
@@ -12,8 +12,8 @@ index 2b884d18f301..601c429e3cdf 100644
  	"extensionAllowedProposedApi": [
  		"ms-vscode.vscode-js-profile-flame",
  		"ms-vscode.vscode-js-profile-table",
- 		"ms-vscode.references-view",
- 		"ms-vscode.github-browser"
+ 		"ms-vscode.github-browser",
+ 		"ms-vscode.github-richnav"
  	],
 +	"extensionsGallery": {
 +		"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
diff --git a/srcpkgs/vscode/template b/srcpkgs/vscode/template
index 8c72a514d5b..639a812a738 100644
--- a/srcpkgs/vscode/template
+++ b/srcpkgs/vscode/template
@@ -1,8 +1,8 @@
 # Template file for 'vscode'
 pkgname=vscode
-version=1.51.1
+version=1.52.1
 revision=1
-_electronver=9.3.1
+_electronver=9.3.4
 hostmakedepends="pkg-config python nodejs 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=3a7127983fac7c8e44b5b26b026341b8fd91c65ff34a4664e65ae43ae358d31b
+checksum=4a2b4e3500bff73503322fc3a68099ec4151d3e800cf2bb6e9478f2e94637b6a
 patch_args="-Np1"
 
 if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then

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

* Re: vscode: update to 1.52.1.
  2020-12-14  7:39 [PR PATCH] vscode: update to 1.52.0 shizonic
                   ` (7 preceding siblings ...)
  2020-12-17  7:21 ` shizonic
@ 2020-12-17  7:22 ` shizonic
  2020-12-17 18:32 ` [PR PATCH] [Merged]: " ericonr
  9 siblings, 0 replies; 11+ messages in thread
From: shizonic @ 2020-12-17  7:22 UTC (permalink / raw)
  To: ml

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

New comment by shizonic on void-packages repository

https://github.com/void-linux/void-packages/pull/27141#issuecomment-747262746

Comment:
Bump to version 1.52.1.

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

* Re: [PR PATCH] [Merged]: vscode: update to 1.52.1.
  2020-12-14  7:39 [PR PATCH] vscode: update to 1.52.0 shizonic
                   ` (8 preceding siblings ...)
  2020-12-17  7:22 ` vscode: update to 1.52.1 shizonic
@ 2020-12-17 18:32 ` ericonr
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2020-12-17 18:32 UTC (permalink / raw)
  To: ml

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

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

vscode: update to 1.52.1.
https://github.com/void-linux/void-packages/pull/27141

Description:


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

end of thread, other threads:[~2020-12-17 18:32 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-14  7:39 [PR PATCH] vscode: update to 1.52.0 shizonic
2020-12-14  9:37 ` [PR PATCH] [Updated] " shizonic
2020-12-14  9:39 ` shizonic
2020-12-16  2:44 ` ericonr
2020-12-16  3:45 ` shizonic
2020-12-16  4:01 ` q66
2020-12-16  4:53 ` shizonic
2020-12-16  7:23 ` [PR PATCH] [Updated] " shizonic
2020-12-17  7:21 ` shizonic
2020-12-17  7:22 ` vscode: update to 1.52.1 shizonic
2020-12-17 18:32 ` [PR PATCH] [Merged]: " ericonr

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).