Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] google-chrome: update to 79.0.3945.117.1 + add missing makedepends.
@ 2020-01-08  7:21 voidlinux-github
  2020-01-08  8:46 ` [PR PATCH] [Updated] " voidlinux-github
  2020-01-08  9:10 ` [PR PATCH] [Merged]: google-chrome: update to 79.0.3945.117.1 + add missing hostmakedepends voidlinux-github
  0 siblings, 2 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-08  7:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/shizonic/void-packages google-chrome
https://github.com/void-linux/void-packages/pull/18102

google-chrome: update to 79.0.3945.117.1 + add missing makedepends.


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

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

From 9a6e9d7a80c1a4ba0261836e42aced4fb21b8588 Mon Sep 17 00:00:00 2001
From: Toby Merz <realtiaz@gmail.com>
Date: Wed, 8 Jan 2020 08:19:58 +0100
Subject: [PATCH] google-chrome: update to 79.0.3945.117.1 + add missing
 makedepends.

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

diff --git a/srcpkgs/google-chrome/template b/srcpkgs/google-chrome/template
index 4b8c9ad927c..93802cb367c 100644
--- a/srcpkgs/google-chrome/template
+++ b/srcpkgs/google-chrome/template
@@ -1,5 +1,5 @@
 # Template file for 'google-chrome'
-_chromeVersion=79.0.3945.88
+_chromeVersion=79.0.3945.117
 _chromeRevision=1
 _channel=stable
 
@@ -11,6 +11,7 @@ homepage="https://www.google.com/chrome/"
 license="chrome"
 short_desc="Attempt at creating a safer, faster, and more stable browser"
 archs="x86_64"
+makedepends="tar xz"
 repository=nonfree
 restricted=yes
 nostrip=yes
@@ -20,7 +21,7 @@ _filename="google-chrome-${_channel}_${_chromeVersion}-${_chromeRevision}_amd64.
 _chromeUrl="${_baseUrl}/${_filename}"
 
 distfiles="$_chromeUrl"
-checksum=9f2ec10cfc313de21ca7c7100b50e088df741cd20812e76890e3d840ac7584cc
+checksum=34596518600230f73a94ce3ae69c23c27814f0636c5c5b519ffbb44e921a84b6
 
 do_extract() {
 	mkdir -p ${DESTDIR}

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

* Re: [PR PATCH] [Updated] google-chrome: update to 79.0.3945.117.1 + add missing makedepends.
  2020-01-08  7:21 [PR PATCH] google-chrome: update to 79.0.3945.117.1 + add missing makedepends voidlinux-github
@ 2020-01-08  8:46 ` voidlinux-github
  2020-01-08  9:10 ` [PR PATCH] [Merged]: google-chrome: update to 79.0.3945.117.1 + add missing hostmakedepends voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-08  8:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/shizonic/void-packages google-chrome
https://github.com/void-linux/void-packages/pull/18102

google-chrome: update to 79.0.3945.117.1 + add missing makedepends.


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

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

From ff1f4e33f3d2f748249ed2f53ebc1db4340a8bbc Mon Sep 17 00:00:00 2001
From: Toby Merz <realtiaz@gmail.com>
Date: Wed, 8 Jan 2020 08:19:58 +0100
Subject: [PATCH] google-chrome: update to 79.0.3945.117.1 + add missing
 hostmakedepends.

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

diff --git a/srcpkgs/google-chrome/template b/srcpkgs/google-chrome/template
index 4b8c9ad927c..bcabc0a6e35 100644
--- a/srcpkgs/google-chrome/template
+++ b/srcpkgs/google-chrome/template
@@ -1,5 +1,5 @@
 # Template file for 'google-chrome'
-_chromeVersion=79.0.3945.88
+_chromeVersion=79.0.3945.117
 _chromeRevision=1
 _channel=stable
 
@@ -11,6 +11,7 @@ homepage="https://www.google.com/chrome/"
 license="chrome"
 short_desc="Attempt at creating a safer, faster, and more stable browser"
 archs="x86_64"
+hostmakedepends="tar xz"
 repository=nonfree
 restricted=yes
 nostrip=yes
@@ -20,7 +21,7 @@ _filename="google-chrome-${_channel}_${_chromeVersion}-${_chromeRevision}_amd64.
 _chromeUrl="${_baseUrl}/${_filename}"
 
 distfiles="$_chromeUrl"
-checksum=9f2ec10cfc313de21ca7c7100b50e088df741cd20812e76890e3d840ac7584cc
+checksum=34596518600230f73a94ce3ae69c23c27814f0636c5c5b519ffbb44e921a84b6
 
 do_extract() {
 	mkdir -p ${DESTDIR}

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

* Re: [PR PATCH] [Merged]: google-chrome: update to 79.0.3945.117.1 + add missing hostmakedepends.
  2020-01-08  7:21 [PR PATCH] google-chrome: update to 79.0.3945.117.1 + add missing makedepends voidlinux-github
  2020-01-08  8:46 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-08  9:10 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-08  9:10 UTC (permalink / raw)
  To: ml

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

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

google-chrome: update to 79.0.3945.117.1 + add missing hostmakedepends.
https://github.com/void-linux/void-packages/pull/18102

Description:


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

end of thread, other threads:[~2020-01-08  9:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-08  7:21 [PR PATCH] google-chrome: update to 79.0.3945.117.1 + add missing makedepends voidlinux-github
2020-01-08  8:46 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-08  9:10 ` [PR PATCH] [Merged]: google-chrome: update to 79.0.3945.117.1 + add missing hostmakedepends voidlinux-github

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