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; 7+ 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] 7+ 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; 7+ 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] 7+ 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; 7+ 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] 7+ 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; 7+ 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] 7+ 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; 7+ 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] 7+ messages in thread

* Re: [PR PATCH] [Updated] vscode: update to 1.51.1
  2020-11-14 18:12 [PR PATCH] " glaulher
  2020-11-15  4:24 ` [PR PATCH] [Updated] " glaulher
@ 2020-11-15  4:29 ` glaulher
  1 sibling, 0 replies; 7+ messages in thread
From: glaulher @ 2020-11-15  4:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/glaulher/void-packages vscode
https://github.com/void-linux/void-packages/pull/26378

vscode: update to 1.51.1


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

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

From a4053b63b49196650b54d77ce960dce5f82d3c6f Mon Sep 17 00:00:00 2001
From: glaulher <glaulher.developer@gmail.com>
Date: Sat, 14 Nov 2020 11:36:36 -0300
Subject: [PATCH 1/5] icewm: update to 1.9.2

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

diff --git a/srcpkgs/icewm/template b/srcpkgs/icewm/template
index 9ab23ea7c0e..e039fc70099 100644
--- a/srcpkgs/icewm/template
+++ b/srcpkgs/icewm/template
@@ -1,6 +1,6 @@
 # Template file for 'icewm'
 pkgname=icewm
-version=1.9.1
+version=1.9.2
 revision=1
 build_style=cmake
 configure_args="-DENABLE_LTO=ON -DCONFIG_LIBRSVG=ON -DENABLE_ALSA=ON
@@ -16,7 +16,7 @@ maintainer="Glaulher <glaulher.developer@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://ice-wm.org/"
 distfiles="https://github.com/ice-wm/icewm/archive/${version}.tar.gz"
-checksum=ad5391d8bfd943169be56471895fae35ab54ef205a1f49510e8f86c2d9a1aa7c
+checksum=d40965a74e001f7c514c6581cec1b6dfed1d4b0d5479dd29a816bce9fe0c75ed
 
 # No c++ warnings for 'One Defintion Rules' and make sure LTO goes ok
 CXXFLAGS="-Wno-odr -fno-strict-aliasing"

From 8a373345bf5cc2f1aca6de7a7ca0191c887229b9 Mon Sep 17 00:00:00 2001
From: glaulher <glaulher.developer@gmail.com>
Date: Sat, 14 Nov 2020 12:57:54 -0300
Subject: [PATCH 2/5] containerd: update to 1.4.1

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

diff --git a/srcpkgs/containerd/template b/srcpkgs/containerd/template
index 528edababcc..c035d23e7a3 100644
--- a/srcpkgs/containerd/template
+++ b/srcpkgs/containerd/template
@@ -1,6 +1,6 @@
 # Template file for 'containerd'
 pkgname=containerd
-version=1.3.7
+version=1.4.1
 revision=1
 build_style=go
 go_import_path=github.com/containerd/containerd
@@ -18,7 +18,7 @@ maintainer="Paul Knopf <pauldotknopf@gmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/containerd/containerd"
 distfiles="https://github.com/containerd/containerd/archive/v${version}.tar.gz"
-checksum=d30d59e143697aa4f0960205b3f5ac59c573b332f20507740ef2dc0fb5ae8ded
+checksum=d410b8efc94e4124990f01de7107223971be8c9258fc651decf9e0ba648485b5
 make_dirs="/var/lib/containerd 0755 root root"
 
 post_build() {

From 0a53c9510f1c2c2c32624a0355158d38d1cb929a Mon Sep 17 00:00:00 2001
From: glaulher <glaulher.developer@gmail.com>
Date: Sat, 14 Nov 2020 13:17:39 -0300
Subject: [PATCH 3/5] vscode: update to 1.51.1

---
 srcpkgs/vscode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vscode/template b/srcpkgs/vscode/template
index 96a0c349229..5948f7fd1eb 100644
--- a/srcpkgs/vscode/template
+++ b/srcpkgs/vscode/template
@@ -1,6 +1,6 @@
 # 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"

From 6800e7bee0d19f5703794198c27274bd551d7b6e Mon Sep 17 00:00:00 2001
From: glaulher <glaulher.developer@gmail.com>
Date: Sat, 14 Nov 2020 14:56:10 -0300
Subject: [PATCH 4/5] vscode: update to 1.51.1

---
 srcpkgs/vscode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vscode/template b/srcpkgs/vscode/template
index 5948f7fd1eb..37d1c6c5dc8 100644
--- a/srcpkgs/vscode/template
+++ b/srcpkgs/vscode/template
@@ -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

From 83e5d8b6409b292a9fb018f735babd96b8f715df Mon Sep 17 00:00:00 2001
From: glaulher <glaulher.developer@gmail.com>
Date: Sat, 14 Nov 2020 15:06:44 -0300
Subject: [PATCH 5/5] vscode: update to 1.51.1

---
 srcpkgs/vscode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vscode/template b/srcpkgs/vscode/template
index 37d1c6c5dc8..ae1ad7f1618 100644
--- a/srcpkgs/vscode/template
+++ b/srcpkgs/vscode/template
@@ -1,7 +1,7 @@
 # Template file for 'vscode'
 pkgname=vscode
 version=1.51.1
-revision=1
+revision=2
 _electronver=9.3.1
 hostmakedepends="pkg-config python nodejs-lts-10 yarn tar git"
 makedepends="libxkbfile-devel libsecret-devel electron9"

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

* Re: [PR PATCH] [Updated] vscode: update to 1.51.1
  2020-11-14 18:12 [PR PATCH] " glaulher
@ 2020-11-15  4:24 ` glaulher
  2020-11-15  4:29 ` glaulher
  1 sibling, 0 replies; 7+ messages in thread
From: glaulher @ 2020-11-15  4:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/glaulher/void-packages vscode
https://github.com/void-linux/void-packages/pull/26378

vscode: update to 1.51.1


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

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

From a4053b63b49196650b54d77ce960dce5f82d3c6f Mon Sep 17 00:00:00 2001
From: glaulher <glaulher.developer@gmail.com>
Date: Sat, 14 Nov 2020 11:36:36 -0300
Subject: [PATCH 1/5] icewm: update to 1.9.2

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

diff --git a/srcpkgs/icewm/template b/srcpkgs/icewm/template
index 9ab23ea7c0e..e039fc70099 100644
--- a/srcpkgs/icewm/template
+++ b/srcpkgs/icewm/template
@@ -1,6 +1,6 @@
 # Template file for 'icewm'
 pkgname=icewm
-version=1.9.1
+version=1.9.2
 revision=1
 build_style=cmake
 configure_args="-DENABLE_LTO=ON -DCONFIG_LIBRSVG=ON -DENABLE_ALSA=ON
@@ -16,7 +16,7 @@ maintainer="Glaulher <glaulher.developer@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://ice-wm.org/"
 distfiles="https://github.com/ice-wm/icewm/archive/${version}.tar.gz"
-checksum=ad5391d8bfd943169be56471895fae35ab54ef205a1f49510e8f86c2d9a1aa7c
+checksum=d40965a74e001f7c514c6581cec1b6dfed1d4b0d5479dd29a816bce9fe0c75ed
 
 # No c++ warnings for 'One Defintion Rules' and make sure LTO goes ok
 CXXFLAGS="-Wno-odr -fno-strict-aliasing"

From 8a373345bf5cc2f1aca6de7a7ca0191c887229b9 Mon Sep 17 00:00:00 2001
From: glaulher <glaulher.developer@gmail.com>
Date: Sat, 14 Nov 2020 12:57:54 -0300
Subject: [PATCH 2/5] containerd: update to 1.4.1

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

diff --git a/srcpkgs/containerd/template b/srcpkgs/containerd/template
index 528edababcc..c035d23e7a3 100644
--- a/srcpkgs/containerd/template
+++ b/srcpkgs/containerd/template
@@ -1,6 +1,6 @@
 # Template file for 'containerd'
 pkgname=containerd
-version=1.3.7
+version=1.4.1
 revision=1
 build_style=go
 go_import_path=github.com/containerd/containerd
@@ -18,7 +18,7 @@ maintainer="Paul Knopf <pauldotknopf@gmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/containerd/containerd"
 distfiles="https://github.com/containerd/containerd/archive/v${version}.tar.gz"
-checksum=d30d59e143697aa4f0960205b3f5ac59c573b332f20507740ef2dc0fb5ae8ded
+checksum=d410b8efc94e4124990f01de7107223971be8c9258fc651decf9e0ba648485b5
 make_dirs="/var/lib/containerd 0755 root root"
 
 post_build() {

From 0a53c9510f1c2c2c32624a0355158d38d1cb929a Mon Sep 17 00:00:00 2001
From: glaulher <glaulher.developer@gmail.com>
Date: Sat, 14 Nov 2020 13:17:39 -0300
Subject: [PATCH 3/5] vscode: update to 1.51.1

---
 srcpkgs/vscode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vscode/template b/srcpkgs/vscode/template
index 96a0c349229..5948f7fd1eb 100644
--- a/srcpkgs/vscode/template
+++ b/srcpkgs/vscode/template
@@ -1,6 +1,6 @@
 # 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"

From 6800e7bee0d19f5703794198c27274bd551d7b6e Mon Sep 17 00:00:00 2001
From: glaulher <glaulher.developer@gmail.com>
Date: Sat, 14 Nov 2020 14:56:10 -0300
Subject: [PATCH 4/5] vscode: update to 1.51.1

---
 srcpkgs/vscode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vscode/template b/srcpkgs/vscode/template
index 5948f7fd1eb..37d1c6c5dc8 100644
--- a/srcpkgs/vscode/template
+++ b/srcpkgs/vscode/template
@@ -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

From 5f786573624c5a1d58c13a6e9cf73955920f2123 Mon Sep 17 00:00:00 2001
From: glaulher <glaulher.developer@gmail.com>
Date: Sat, 14 Nov 2020 15:06:44 -0300
Subject: [PATCH 5/5] vscode: update to 1.51.1

---
 srcpkgs/vscode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vscode/template b/srcpkgs/vscode/template
index 37d1c6c5dc8..2730abbf43f 100644
--- a/srcpkgs/vscode/template
+++ b/srcpkgs/vscode/template
@@ -1,7 +1,7 @@
 # Template file for 'vscode'
 pkgname=vscode
 version=1.51.1
-revision=1
+revision=1 
 _electronver=9.3.1
 hostmakedepends="pkg-config python nodejs-lts-10 yarn tar git"
 makedepends="libxkbfile-devel libsecret-devel electron9"

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

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

Thread overview: 7+ 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
2020-11-14 18:12 [PR PATCH] " glaulher
2020-11-15  4:24 ` [PR PATCH] [Updated] " glaulher
2020-11-15  4:29 ` glaulher

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