Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] vscode: update to 1.48.1. [ci skip]
@ 2020-08-21  8:36 shizonic
  2020-08-25  6:40 ` [PR PATCH] [Updated] " shizonic
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: shizonic @ 2020-08-21  8:36 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/24399

vscode: update to 1.48.1. [ci skip]


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

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

From affdc1dd18569128137a13a26c5993ad36c4ae33 Mon Sep 17 00:00:00 2001
From: Toby Merz <realtiaz@gmail.com>
Date: Fri, 21 Aug 2020 09:54:35 +0200
Subject: [PATCH] vscode: update to 1.48.1. [ci skip]

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

diff --git a/srcpkgs/vscode/template b/srcpkgs/vscode/template
index a926ffe911a..5aec3c00b8d 100644
--- a/srcpkgs/vscode/template
+++ b/srcpkgs/vscode/template
@@ -1,6 +1,6 @@
 # Template file for 'vscode'
 pkgname=vscode
-version=1.48.0
+version=1.48.1
 revision=1
 _electronver=7.3.2
 hostmakedepends="pkg-config python nodejs-lts-10 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=3983a6807554bc76a233cf215e6e1c936e5ace5c635fe049d019db24ccc0f62d
+checksum=2f82a7fb41d0eb3d846b0c7421249e92beb96942929ada45b5966b16ea93b613
 patch_args="-Np1"
 
 if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then

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

* Re: [PR PATCH] [Updated] vscode: update to 1.48.1. [ci skip]
  2020-08-21  8:36 [PR PATCH] vscode: update to 1.48.1. [ci skip] shizonic
@ 2020-08-25  6:40 ` shizonic
  2020-08-25  6:41 ` vscode: update to 1.48.1 shizonic
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: shizonic @ 2020-08-25  6: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/24399

vscode: update to 1.48.1. [ci skip]


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

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

From 8fc456842166a9fbd98e1ffb989a438c912f09c3 Mon Sep 17 00:00:00 2001
From: Toby Merz <realtiaz@gmail.com>
Date: Fri, 21 Aug 2020 09:54:35 +0200
Subject: [PATCH] vscode: update to 1.48.1.

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

diff --git a/srcpkgs/vscode/template b/srcpkgs/vscode/template
index a926ffe911a..5aec3c00b8d 100644
--- a/srcpkgs/vscode/template
+++ b/srcpkgs/vscode/template
@@ -1,6 +1,6 @@
 # Template file for 'vscode'
 pkgname=vscode
-version=1.48.0
+version=1.48.1
 revision=1
 _electronver=7.3.2
 hostmakedepends="pkg-config python nodejs-lts-10 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=3983a6807554bc76a233cf215e6e1c936e5ace5c635fe049d019db24ccc0f62d
+checksum=2f82a7fb41d0eb3d846b0c7421249e92beb96942929ada45b5966b16ea93b613
 patch_args="-Np1"
 
 if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then

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

* Re: vscode: update to 1.48.1.
  2020-08-21  8:36 [PR PATCH] vscode: update to 1.48.1. [ci skip] shizonic
  2020-08-25  6:40 ` [PR PATCH] [Updated] " shizonic
@ 2020-08-25  6:41 ` shizonic
  2020-08-25 11:01 ` shizonic
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: shizonic @ 2020-08-25  6:41 UTC (permalink / raw)
  To: ml

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

New comment by shizonic on void-packages repository

https://github.com/void-linux/void-packages/pull/24399#issuecomment-679835251

Comment:
Done :)

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

* Re: vscode: update to 1.48.1.
  2020-08-21  8:36 [PR PATCH] vscode: update to 1.48.1. [ci skip] shizonic
  2020-08-25  6:40 ` [PR PATCH] [Updated] " shizonic
  2020-08-25  6:41 ` vscode: update to 1.48.1 shizonic
@ 2020-08-25 11:01 ` shizonic
  2020-08-25 11:18 ` ahesford
  2020-08-25 11:52 ` [PR PATCH] [Closed]: " ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: shizonic @ 2020-08-25 11:01 UTC (permalink / raw)
  To: ml

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

New comment by shizonic on void-packages repository

https://github.com/void-linux/void-packages/pull/24399#issuecomment-679956298

Comment:
> I managed to build this in 5 minutes; CI should run without timing out. Please drop `[ci skip]` to test for all archs.

Guess `[ci skip]` is required. Should I readd it?

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

* Re: vscode: update to 1.48.1.
  2020-08-21  8:36 [PR PATCH] vscode: update to 1.48.1. [ci skip] shizonic
                   ` (2 preceding siblings ...)
  2020-08-25 11:01 ` shizonic
@ 2020-08-25 11:18 ` ahesford
  2020-08-25 11:52 ` [PR PATCH] [Closed]: " ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2020-08-25 11:18 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/24399#issuecomment-679963664

Comment:
No, there's no value in pushing another commit. I'll confirm it builds for musl locally.

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

* Re: [PR PATCH] [Closed]: vscode: update to 1.48.1.
  2020-08-21  8:36 [PR PATCH] vscode: update to 1.48.1. [ci skip] shizonic
                   ` (3 preceding siblings ...)
  2020-08-25 11:18 ` ahesford
@ 2020-08-25 11:52 ` ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2020-08-25 11:52 UTC (permalink / raw)
  To: ml

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

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

vscode: update to 1.48.1.
https://github.com/void-linux/void-packages/pull/24399

Description:


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

end of thread, other threads:[~2020-08-25 11:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-21  8:36 [PR PATCH] vscode: update to 1.48.1. [ci skip] shizonic
2020-08-25  6:40 ` [PR PATCH] [Updated] " shizonic
2020-08-25  6:41 ` vscode: update to 1.48.1 shizonic
2020-08-25 11:01 ` shizonic
2020-08-25 11:18 ` ahesford
2020-08-25 11:52 ` [PR PATCH] [Closed]: " ahesford

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