Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] google-chrome: update to 91.0.4472.164.1
@ 2021-07-16 12:37 atk
  2021-07-16 14:21 ` sgn
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: atk @ 2021-07-16 12:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atk/void-packages google-91.0.4472.164.1
https://github.com/void-linux/void-packages/pull/32001

google-chrome: update to 91.0.4472.164.1
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/32001.patch is attached

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

From cd5c7eebd1a360d4fa8234dcb434a762dec82a50 Mon Sep 17 00:00:00 2001
From: Alex Lohr <alex.lohr@logmein.com>
Date: Fri, 16 Jul 2021 13:40:47 +0200
Subject: [PATCH] google-chrome: update to 91.0.4472.164.1

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

diff --git a/srcpkgs/google-chrome/template b/srcpkgs/google-chrome/template
index 21c5a2cf8891..d9c503be99ed 100644
--- a/srcpkgs/google-chrome/template
+++ b/srcpkgs/google-chrome/template
@@ -1,6 +1,6 @@
 # Template file for 'google-chrome'
 pkgname=google-chrome
-version=91.0.4472.114.1
+version=91.0.4472.164.1
 revision=1
 _chromeVersion="${version%.*}"
 _chromeRevision="${version##*.}"
@@ -21,7 +21,7 @@ _chromeUrl="${_baseUrl}/${_filename}"
 _licenseUrl="https://www.google.com/intl/en/chrome/terms/"
 
 distfiles="$_chromeUrl"
-checksum=dae70d722430fe27421a945ee1844dc2b0b7ca90856d19820cbedf8e7d0b4c01
+checksum=998be6a49557212eadd561d320e4ba99ca5475336402a2385b51cd48f113d7c8
 
 do_extract() {
 	mkdir -p ${DESTDIR}

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

* Re: google-chrome: update to 91.0.4472.164.1
  2021-07-16 12:37 [PR PATCH] google-chrome: update to 91.0.4472.164.1 atk
@ 2021-07-16 14:21 ` sgn
  2021-07-16 18:58 ` [PR PATCH] [Updated] " atk
  2021-07-17  2:21 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2021-07-16 14:21 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/32001#issuecomment-881487404

Comment:
Could you please help to fix those xlint problems?

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

* Re: [PR PATCH] [Updated] google-chrome: update to 91.0.4472.164.1
  2021-07-16 12:37 [PR PATCH] google-chrome: update to 91.0.4472.164.1 atk
  2021-07-16 14:21 ` sgn
@ 2021-07-16 18:58 ` atk
  2021-07-17  2:21 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: atk @ 2021-07-16 18:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atk/void-packages google-91.0.4472.164.1
https://github.com/void-linux/void-packages/pull/32001

google-chrome: update to 91.0.4472.164.1
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/32001.patch is attached

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

From 9bfecba96b021252e6027421e03943b737e1732d Mon Sep 17 00:00:00 2001
From: Alex Lohr <alex.lohr@logmein.com>
Date: Fri, 16 Jul 2021 13:40:47 +0200
Subject: [PATCH] google-chrome: update to 91.0.4472.164.1

---
 srcpkgs/google-chrome/template | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/google-chrome/template b/srcpkgs/google-chrome/template
index 21c5a2cf8891..598e1e3162f8 100644
--- a/srcpkgs/google-chrome/template
+++ b/srcpkgs/google-chrome/template
@@ -1,19 +1,19 @@
 # Template file for 'google-chrome'
 pkgname=google-chrome
-version=91.0.4472.114.1
+version=91.0.4472.164.1
 revision=1
 _chromeVersion="${version%.*}"
 _chromeRevision="${version##*.}"
 _channel=stable
-maintainer="Michael Aldridge <maldridge@voidlinux.org>"
-homepage="https://www.google.com/chrome/"
-license="custom:chrome"
-short_desc="Attempt at creating a safer, faster, and more stable browser"
 archs="x86_64"
 hostmakedepends="curl tar xz python3 python3-html2text python3-setuptools"
-repository=nonfree
-restricted=yes
+short_desc="Attempt at creating a safer, faster, and more stable browser"
+maintainer="Michael Aldridge <maldridge@voidlinux.org>"
+license="custom:chrome"
+homepage="https://www.google.com/chrome/"
 nostrip=yes
+restricted=yes
+repository=nonfree
 
 _baseUrl="https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable"
 _filename="google-chrome-${_channel}_${_chromeVersion}-${_chromeRevision}_amd64.deb"
@@ -21,7 +21,7 @@ _chromeUrl="${_baseUrl}/${_filename}"
 _licenseUrl="https://www.google.com/intl/en/chrome/terms/"
 
 distfiles="$_chromeUrl"
-checksum=dae70d722430fe27421a945ee1844dc2b0b7ca90856d19820cbedf8e7d0b4c01
+checksum=998be6a49557212eadd561d320e4ba99ca5475336402a2385b51cd48f113d7c8
 
 do_extract() {
 	mkdir -p ${DESTDIR}

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

* Re: [PR PATCH] [Merged]: google-chrome: update to 91.0.4472.164.1
  2021-07-16 12:37 [PR PATCH] google-chrome: update to 91.0.4472.164.1 atk
  2021-07-16 14:21 ` sgn
  2021-07-16 18:58 ` [PR PATCH] [Updated] " atk
@ 2021-07-17  2:21 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-07-17  2:21 UTC (permalink / raw)
  To: ml

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

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

google-chrome: update to 91.0.4472.164.1
https://github.com/void-linux/void-packages/pull/32001

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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] 4+ messages in thread

end of thread, other threads:[~2021-07-17  2:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-16 12:37 [PR PATCH] google-chrome: update to 91.0.4472.164.1 atk
2021-07-16 14:21 ` sgn
2021-07-16 18:58 ` [PR PATCH] [Updated] " atk
2021-07-17  2:21 ` [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).