<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, May 30, 2020, 10:24 AM Alexander Verbovetsky <<a href="mailto:alik@ejik.org">alik@ejik.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Sat, 30 May 2020, Jeremy Hansen wrote:<br>
> On Sat, May 30, 2020, 6:32 AM Alexander Verbovetsky <<a href="mailto:alik@ejik.org" target="_blank" rel="noreferrer">alik@ejik.org</a>> wrote:<br>
> > On Fri, 29 May 2020, Jeremy Hansen wrote:<br>
><br>
> > > I know you already got your answer, but I've found the best way to<br>
> > > install an up-to-date chrome is to use ruario's latest-chrome<br>
> > > script.<br>
> > ><br>
> > > <a href="https://gist.github.com/ruario/9672759" rel="noreferrer noreferrer" target="_blank">https://gist.github.com/ruario/9672759</a><br>
<br>
> > I think this is equivalent to the SlackBuild from extra, both install<br>
> > the last stable version.<br>
><br>
> It's close, but ruario's script will check online for the latest<br>
> version and download it (and optionally install/upgrade it<br>
> automatically when finished).  The one from extra/ requires you to go<br>
> and download the latest .deb from Chrome's site and save it in the<br>
> same folder as the SlackBuild.<br>
><br>
> Both give you the same package at the end, but ruario's requires much<br>
> less effort on your end.<br>
<br>
I suppose that every user of SBo has a convenient workflow for running<br>
SlackBuilds. With a trivial <a href="http://google-chrome.info" rel="noreferrer noreferrer" target="_blank">google-chrome.info</a>, for example<br>
-----<br>
PRGNAM="google-chrome"<br>
VERSION="10.0.648.151"<br>
HOMEPAGE="<a href="http://www.google.com/chrome" rel="noreferrer noreferrer" target="_blank">http://www.google.com/chrome</a>"<br>
DOWNLOAD=""<br>
MD5SUM=""<br>
DOWNLOAD_x86_64="<a href="https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb" rel="noreferrer noreferrer" target="_blank">https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb</a>"<br>
MD5SUM_x86_64=""<br>
REQUIRES=""<br>
MAINTAINER="Patrick Volkerding"<br>
EMAIL="<a href="mailto:volkerdi@slackware.com" target="_blank" rel="noreferrer">volkerdi@slackware.com</a>"<br>
-----<br>
one can use the same workflow.<br>
<br>
BTW, I also read the rss<br>
<a href="https://feeds.feedburner.com/GoogleChromeReleases" rel="noreferrer noreferrer" target="_blank">https://feeds.feedburner.com/GoogleChromeReleases</a><br>
to know about new versions.<br>
<br>
Best regards,<br>
Alexander<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Very true. Everyone has their own way of doing things. </div><div dir="auto"><br></div><div dir="auto">Your method does require manually changing the version in the .info and downloading the .deb, whereas the latest-chrome script will check for a newer release than the one you're running, if there is one, it'll download it and repackage it into a .tgz automatically. If you pass the -i option to the script, it'll even install/upgrade it.</div><div dir="auto"><br></div><div dir="auto">I don't keep up with releases at all, but every few weeks, I'll just run latest-chrome.sh -i as root and it'll update my installed chrome if needed.</div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div></div>