Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] vivaldi: update to 6.0.2979.15.
@ 2023-04-19 15:46 tororutsu
  2023-04-19 18:37 ` classabbyamp
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: tororutsu @ 2023-04-19 15:46 UTC (permalink / raw)
  To: ml

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

There is a new pull request by tororutsu against master on the void-packages repository

https://github.com/tororutsu/void-packages vivaldi
https://github.com/void-linux/void-packages/pull/43527

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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/43527.patch is attached

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

From 7a6c206d72ba1a4c943622be286695f35b697906 Mon Sep 17 00:00:00 2001
From: tororutsu <rjahrj@gmail.com>
Date: Wed, 19 Apr 2023 11:37:54 -0400
Subject: [PATCH] vivaldi: update to 6.0.2979.15.

---
 srcpkgs/vivaldi/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/vivaldi/template b/srcpkgs/vivaldi/template
index 736417fcfa19..7e4d4e8ab554 100644
--- a/srcpkgs/vivaldi/template
+++ b/srcpkgs/vivaldi/template
@@ -1,6 +1,6 @@
 # Template file for 'vivaldi'
 pkgname=vivaldi
-version=5.7.2921.65
+version=6.0.2979.15
 revision=1
 _release=1
 archs="x86_64 aarch64 armv7l"
@@ -16,15 +16,15 @@ skiprdeps="/opt/vivaldi/libqt5_shim.so"
 case "$XBPS_TARGET_MACHINE" in
 x86_64)
 	distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_amd64.deb"
-	checksum=ee49100956047f33ae703eed1d048a581ae7d7f0608c5ee7f18e2cfa117f44be
+	checksum=bef374031acaa2da61608a64c8e28706010e42d1782ef601575701e7dd4809b7
 	;;
 aarch64)
 	distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_arm64.deb"
-	checksum=30c3c6c13088a4281f79609f9fc3ea7c062b904585a3240505e617f624c2f0f3
+	checksum=eab113c5e131b47c56aca14ed0c1f38cb82768751e44456ab0e07ddbae2366bf
 	;;
 armv7l)
 	distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_armhf.deb"
-	checksum=42791913580081b447631f5a1666ada6b9a8260adcbee5489a4ed93ef5965cd9
+	checksum=da92a980b0b8c7c6f96f5a56204e3bff72d333c17131c6f8f3c990a9ba84c9d3
 	;;
 *)
 	broken="No distfiles available for this target"

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

* Re: vivaldi: update to 6.0.2979.15.
  2023-04-19 15:46 [PR PATCH] vivaldi: update to 6.0.2979.15 tororutsu
@ 2023-04-19 18:37 ` classabbyamp
  2023-04-19 18:54 ` rafeyu
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2023-04-19 18:37 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43527#issuecomment-1515195138

Comment:
@rafeyu thoughts on bumping to 6.0?

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

* Re: vivaldi: update to 6.0.2979.15.
  2023-04-19 15:46 [PR PATCH] vivaldi: update to 6.0.2979.15 tororutsu
  2023-04-19 18:37 ` classabbyamp
@ 2023-04-19 18:54 ` rafeyu
  2023-04-19 18:55 ` classabbyamp
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: rafeyu @ 2023-04-19 18:54 UTC (permalink / raw)
  To: ml

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

New comment by rafeyu on void-packages repository

https://github.com/void-linux/void-packages/pull/43527#issuecomment-1515216342

Comment:
@classabbyamp yes please! :+1:  Should I update my PR or should you just merge this?

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

* Re: vivaldi: update to 6.0.2979.15.
  2023-04-19 15:46 [PR PATCH] vivaldi: update to 6.0.2979.15 tororutsu
  2023-04-19 18:37 ` classabbyamp
  2023-04-19 18:54 ` rafeyu
@ 2023-04-19 18:55 ` classabbyamp
  2023-04-19 19:33 ` [PR PATCH] [Merged]: " classabbyamp
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2023-04-19 18:55 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43527#issuecomment-1515217334

Comment:
I'll merge this

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

* Re: [PR PATCH] [Merged]: vivaldi: update to 6.0.2979.15.
  2023-04-19 15:46 [PR PATCH] vivaldi: update to 6.0.2979.15 tororutsu
                   ` (2 preceding siblings ...)
  2023-04-19 18:55 ` classabbyamp
@ 2023-04-19 19:33 ` classabbyamp
  2023-04-20 11:24 ` tororutsu
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2023-04-19 19:33 UTC (permalink / raw)
  To: ml

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

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

vivaldi: update to 6.0.2979.15.
https://github.com/void-linux/void-packages/pull/43527

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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] 9+ messages in thread

* Re: vivaldi: update to 6.0.2979.15.
  2023-04-19 15:46 [PR PATCH] vivaldi: update to 6.0.2979.15 tororutsu
                   ` (3 preceding siblings ...)
  2023-04-19 19:33 ` [PR PATCH] [Merged]: " classabbyamp
@ 2023-04-20 11:24 ` tororutsu
  2023-04-20 11:25 ` tororutsu
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: tororutsu @ 2023-04-20 11:24 UTC (permalink / raw)
  To: ml

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

New comment by tororutsu on void-packages repository

https://github.com/void-linux/void-packages/pull/43527#issuecomment-1516157732

Comment:
thanks guys

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

* Re: vivaldi: update to 6.0.2979.15.
  2023-04-19 15:46 [PR PATCH] vivaldi: update to 6.0.2979.15 tororutsu
                   ` (4 preceding siblings ...)
  2023-04-20 11:24 ` tororutsu
@ 2023-04-20 11:25 ` tororutsu
  2023-04-21  6:15 ` rafeyu
  2023-04-21  9:35 ` tororutsu
  7 siblings, 0 replies; 9+ messages in thread
From: tororutsu @ 2023-04-20 11:25 UTC (permalink / raw)
  To: ml

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

New comment by tororutsu on void-packages repository

https://github.com/void-linux/void-packages/pull/43527#issuecomment-1516159838

Comment:
@rafeyu can I get some advice on how you update the checksums for this, i had to run all three builds wait for them to fail with the checksum mismatch and then get the new ones. Im sure this is not the proper method?


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

* Re: vivaldi: update to 6.0.2979.15.
  2023-04-19 15:46 [PR PATCH] vivaldi: update to 6.0.2979.15 tororutsu
                   ` (5 preceding siblings ...)
  2023-04-20 11:25 ` tororutsu
@ 2023-04-21  6:15 ` rafeyu
  2023-04-21  9:35 ` tororutsu
  7 siblings, 0 replies; 9+ messages in thread
From: rafeyu @ 2023-04-21  6:15 UTC (permalink / raw)
  To: ml

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

New comment by rafeyu on void-packages repository

https://github.com/void-linux/void-packages/pull/43527#issuecomment-1517318982

Comment:
@tororutsu What I ofently did is download directly from their site, and check with `sha256sum`. Sometime, I check if it work normally by extract it, and run the binary (amd64 only).

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

* Re: vivaldi: update to 6.0.2979.15.
  2023-04-19 15:46 [PR PATCH] vivaldi: update to 6.0.2979.15 tororutsu
                   ` (6 preceding siblings ...)
  2023-04-21  6:15 ` rafeyu
@ 2023-04-21  9:35 ` tororutsu
  7 siblings, 0 replies; 9+ messages in thread
From: tororutsu @ 2023-04-21  9:35 UTC (permalink / raw)
  To: ml

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

New comment by tororutsu on void-packages repository

https://github.com/void-linux/void-packages/pull/43527#issuecomment-1517554454

Comment:
> @tororutsu What I ofently did is download directly from their site, and check with `sha256sum`. Sometime, I check if it work normally by extract it, and run the binary (amd64 only).

Ok thanks for that! I'll keep that in mind 

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

end of thread, other threads:[~2023-04-21  9:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-19 15:46 [PR PATCH] vivaldi: update to 6.0.2979.15 tororutsu
2023-04-19 18:37 ` classabbyamp
2023-04-19 18:54 ` rafeyu
2023-04-19 18:55 ` classabbyamp
2023-04-19 19:33 ` [PR PATCH] [Merged]: " classabbyamp
2023-04-20 11:24 ` tororutsu
2023-04-20 11:25 ` tororutsu
2023-04-21  6:15 ` rafeyu
2023-04-21  9:35 ` tororutsu

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