Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] vscode: update to 1.70.0.
@ 2022-08-05  9:38 shizonic
  2022-08-05  9:57 ` paper42
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: shizonic @ 2022-08-05  9:38 UTC (permalink / raw)
  To: ml

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

vscode: update to 1.70.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 943aa8d7917efe4454158033243ce62d0d5fadb1 Mon Sep 17 00:00:00 2001
From: Toby Merz <realtiaz@gmail.com>
Date: Fri, 5 Aug 2022 11:37:57 +0200
Subject: [PATCH] vscode: update to 1.70.0.

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

diff --git a/srcpkgs/vscode/template b/srcpkgs/vscode/template
index 88b72a18bb5d..9c40386a8abe 100644
--- a/srcpkgs/vscode/template
+++ b/srcpkgs/vscode/template
@@ -1,6 +1,6 @@
 # Template file for 'vscode'
 pkgname=vscode
-version=1.69.2
+version=1.70.0
 revision=1
 _electronver=19.0.8
 _npmver=8.6.0
@@ -12,7 +12,7 @@ maintainer="shizonic <realtiaz@gmail.com>, Alex Lohr <alex.lohr@logmein.com>"
 license="MIT"
 homepage="https://code.visualstudio.com/"
 distfiles="https://github.com/microsoft/vscode/archive/refs/tags/${version}.tar.gz"
-checksum=da73d5c322a6a8cbc8ac77fb68720327a3d42df592712248b63f86f9633618a0
+checksum=7a4a228a641f58780c4afa298277f226ef05661d1a08df9d4ca25d3200bc27b7
 nocross=yes # x64 build does not cut it, it contains native code
 
 if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then

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

* Re: vscode: update to 1.70.0.
  2022-08-05  9:38 [PR PATCH] vscode: update to 1.70.0 shizonic
@ 2022-08-05  9:57 ` paper42
  2022-08-06 16:05 ` paper42
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-08-05  9:57 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/38479#issuecomment-1206269669

Comment:
cc @atk

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

* Re: vscode: update to 1.70.0.
  2022-08-05  9:38 [PR PATCH] vscode: update to 1.70.0 shizonic
  2022-08-05  9:57 ` paper42
@ 2022-08-06 16:05 ` paper42
  2022-08-06 16:05 ` [PR PATCH] [Merged]: " paper42
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-08-06 16:05 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/38479#issuecomment-1207239385

Comment:
@atk I don't get a notification when you only upvote a comment, could you approve this PR next time instead?

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

* Re: [PR PATCH] [Merged]: vscode: update to 1.70.0.
  2022-08-05  9:38 [PR PATCH] vscode: update to 1.70.0 shizonic
  2022-08-05  9:57 ` paper42
  2022-08-06 16:05 ` paper42
@ 2022-08-06 16:05 ` paper42
  2022-08-06 16:06 ` atk
  2022-08-06 16:13 ` paper42
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-08-06 16:05 UTC (permalink / raw)
  To: ml

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

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

vscode: update to 1.70.0.
https://github.com/void-linux/void-packages/pull/38479

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

* Re: vscode: update to 1.70.0.
  2022-08-05  9:38 [PR PATCH] vscode: update to 1.70.0 shizonic
                   ` (2 preceding siblings ...)
  2022-08-06 16:05 ` [PR PATCH] [Merged]: " paper42
@ 2022-08-06 16:06 ` atk
  2022-08-06 16:13 ` paper42
  4 siblings, 0 replies; 6+ messages in thread
From: atk @ 2022-08-06 16:06 UTC (permalink / raw)
  To: ml

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

New comment by atk on void-packages repository

https://github.com/void-linux/void-packages/pull/38479#issuecomment-1207239715

Comment:
Sorry, will do next time.

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

* Re: vscode: update to 1.70.0.
  2022-08-05  9:38 [PR PATCH] vscode: update to 1.70.0 shizonic
                   ` (3 preceding siblings ...)
  2022-08-06 16:06 ` atk
@ 2022-08-06 16:13 ` paper42
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-08-06 16:13 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/38479#issuecomment-1207240713

Comment:
> Sorry, will do next time.

It's not a problem at all, just that I could easily miss it.

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

end of thread, other threads:[~2022-08-06 16:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-05  9:38 [PR PATCH] vscode: update to 1.70.0 shizonic
2022-08-05  9:57 ` paper42
2022-08-06 16:05 ` paper42
2022-08-06 16:05 ` [PR PATCH] [Merged]: " paper42
2022-08-06 16:06 ` atk
2022-08-06 16:13 ` paper42

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