Merge pull request #4600 from the-maldridge/chrome-update

google-chrome: add update check
This commit is contained in:
Toyam Cox 2016-08-12 08:14:11 -04:00 committed by GitHub
commit 599893c68a

View file

@ -0,0 +1,3 @@
# This is the only site I've reliably found the version number on
site=https://www.whatismybrowser.com/guides/the-latest-version/chrome
pattern="\K\d+\.\d+\.\d+\.\d+(?=<\/h2>)"