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

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

vscode: update to 1.51.0.
[ci skip]

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

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

From b316d562a7e13799efab5cdb7feb0706e98aafaf Mon Sep 17 00:00:00 2001
From: Toby Merz <realtiaz@gmail.com>
Date: Fri, 6 Nov 2020 11:40:22 +0100
Subject: [PATCH] vscode: update to 1.51.0. [ci skip]

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

diff --git a/srcpkgs/vscode/template b/srcpkgs/vscode/template
index 96a0c349229..6c909fd8338 100644
--- a/srcpkgs/vscode/template
+++ b/srcpkgs/vscode/template
@@ -1,9 +1,9 @@
 # Template file for 'vscode'
 pkgname=vscode
-version=1.50.1
+version=1.51.0
 revision=1
 _electronver=9.3.1
-hostmakedepends="pkg-config python nodejs-lts-10 yarn tar git"
+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"
 short_desc="Microsoft Code for Linux"
@@ -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=7d874637055e2425fe981f387165b7c7949db0821b1135f9cd7ccd5c70903af7
+checksum=82f271b74be1d6c4624e3cfcd5fb3de78506f2a3a6accf9d659a90e5ecd44a21
 patch_args="-Np1"
 
 if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then

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

* Re: [PR PATCH] [Updated] vscode: update to 1.51.0.
  2020-11-06 10:43 [PR PATCH] vscode: update to 1.51.0 shizonic
@ 2020-11-12  7:38 ` shizonic
  2020-11-12  7:43 ` [PR PATCH] [Updated] vscode: update to 1.51.1 shizonic
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: shizonic @ 2020-11-12  7:38 UTC (permalink / raw)
  To: ml

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

vscode: update to 1.51.0.
[ci skip]

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

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

From 54a9941841e0cbf9f37a25fc01388a2b3889a25f Mon Sep 17 00:00:00 2001
From: Toby Merz <realtiaz@gmail.com>
Date: Fri, 6 Nov 2020 11:40:22 +0100
Subject: [PATCH 1/2] vscode: update to 1.51.0. [ci skip]

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

diff --git a/srcpkgs/vscode/template b/srcpkgs/vscode/template
index 96a0c349229..6c909fd8338 100644
--- a/srcpkgs/vscode/template
+++ b/srcpkgs/vscode/template
@@ -1,9 +1,9 @@
 # Template file for 'vscode'
 pkgname=vscode
-version=1.50.1
+version=1.51.0
 revision=1
 _electronver=9.3.1
-hostmakedepends="pkg-config python nodejs-lts-10 yarn tar git"
+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"
 short_desc="Microsoft Code for Linux"
@@ -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=7d874637055e2425fe981f387165b7c7949db0821b1135f9cd7ccd5c70903af7
+checksum=82f271b74be1d6c4624e3cfcd5fb3de78506f2a3a6accf9d659a90e5ecd44a21
 patch_args="-Np1"
 
 if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then

From 3d2bdcc733a52f616e95f142b4ffad1e7d5734d6 Mon Sep 17 00:00:00 2001
From: Toby Merz <realtiaz@gmail.com>
Date: Thu, 12 Nov 2020 08:38:26 +0100
Subject: [PATCH 2/2] vscode: update to 1.51.1.

---
 srcpkgs/vscode/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/vscode/template b/srcpkgs/vscode/template
index 6c909fd8338..8c72a514d5b 100644
--- a/srcpkgs/vscode/template
+++ b/srcpkgs/vscode/template
@@ -1,6 +1,6 @@
 # Template file for 'vscode'
 pkgname=vscode
-version=1.51.0
+version=1.51.1
 revision=1
 _electronver=9.3.1
 hostmakedepends="pkg-config python nodejs yarn tar git"
@@ -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=82f271b74be1d6c4624e3cfcd5fb3de78506f2a3a6accf9d659a90e5ecd44a21
+checksum=3a7127983fac7c8e44b5b26b026341b8fd91c65ff34a4664e65ae43ae358d31b
 patch_args="-Np1"
 
 if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then

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

* Re: [PR PATCH] [Updated] vscode: update to 1.51.1.
  2020-11-06 10:43 [PR PATCH] vscode: update to 1.51.0 shizonic
  2020-11-12  7:38 ` [PR PATCH] [Updated] " shizonic
@ 2020-11-12  7:43 ` shizonic
  2020-11-12  7:44 ` shizonic
  2020-11-23  5:50 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: shizonic @ 2020-11-12  7:43 UTC (permalink / raw)
  To: ml

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

vscode: update to 1.51.1.
[ci skip]

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

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

From 896b836c3ff6571418eb5b1f6d8ee03ea18c22d6 Mon Sep 17 00:00:00 2001
From: Toby Merz <realtiaz@gmail.com>
Date: Fri, 6 Nov 2020 11:40:22 +0100
Subject: [PATCH] vscode: update to 1.51.1. [ci skip]

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

diff --git a/srcpkgs/vscode/template b/srcpkgs/vscode/template
index 96a0c349229..8c72a514d5b 100644
--- a/srcpkgs/vscode/template
+++ b/srcpkgs/vscode/template
@@ -1,9 +1,9 @@
 # Template file for 'vscode'
 pkgname=vscode
-version=1.50.1
+version=1.51.1
 revision=1
 _electronver=9.3.1
-hostmakedepends="pkg-config python nodejs-lts-10 yarn tar git"
+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"
 short_desc="Microsoft Code for Linux"
@@ -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=7d874637055e2425fe981f387165b7c7949db0821b1135f9cd7ccd5c70903af7
+checksum=3a7127983fac7c8e44b5b26b026341b8fd91c65ff34a4664e65ae43ae358d31b
 patch_args="-Np1"
 
 if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then

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

* Re: vscode: update to 1.51.1.
  2020-11-06 10:43 [PR PATCH] vscode: update to 1.51.0 shizonic
  2020-11-12  7:38 ` [PR PATCH] [Updated] " shizonic
  2020-11-12  7:43 ` [PR PATCH] [Updated] vscode: update to 1.51.1 shizonic
@ 2020-11-12  7:44 ` shizonic
  2020-11-23  5:50 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: shizonic @ 2020-11-12  7:44 UTC (permalink / raw)
  To: ml

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

New comment by shizonic on void-packages repository

https://github.com/void-linux/void-packages/pull/26165#issuecomment-725901355

Comment:
Bump version.

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

* Re: [PR PATCH] [Merged]: vscode: update to 1.51.1.
  2020-11-06 10:43 [PR PATCH] vscode: update to 1.51.0 shizonic
                   ` (2 preceding siblings ...)
  2020-11-12  7:44 ` shizonic
@ 2020-11-23  5:50 ` ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2020-11-23  5:50 UTC (permalink / raw)
  To: ml

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

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

vscode: update to 1.51.1.
https://github.com/void-linux/void-packages/pull/26165

Description:
[ci skip]

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

end of thread, other threads:[~2020-11-23  5:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-06 10:43 [PR PATCH] vscode: update to 1.51.0 shizonic
2020-11-12  7:38 ` [PR PATCH] [Updated] " shizonic
2020-11-12  7:43 ` [PR PATCH] [Updated] vscode: update to 1.51.1 shizonic
2020-11-12  7:44 ` shizonic
2020-11-23  5:50 ` [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).