File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 55set -o pipefail
66
77# To get the latest version, see <https://www.ubuntuupdates.org/ppa/google_chrome?dist=stable>
8- CHROME_VERSION=' 102 .0.5005.61 -1'
8+ CHROME_VERSION=' 103 .0.5060.53 -1'
99CHROME_BINARY=" google-chrome-stable_${CHROME_VERSION} _amd64.deb"
1010CHROME_BINARY_URL=" https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/${CHROME_BINARY} "
1111
1212# To retrieve this checksum, run the `wget` and `shasum` commands below
13- CHROME_BINARY_SHA512SUM=' dd701b99febf7d927657f38716d90f3a0b967ae75dac5f6e8fbf9df632c8a531ccb9f37ee09340ad730b4fe40d0564c1b64201121d2d3e4e503f3f167ca632cd '
13+ CHROME_BINARY_SHA512SUM=' 36f4e79f46cb71c1431dccf1489f5f8e89d35204a717a4618c7f6f638123ddc2b37bd5cbd00498be8f84c7713149f2faa447cb6da3518be1cb9703e99d110e1a '
1414
1515wget -O " ${CHROME_BINARY} " -t 5 " ${CHROME_BINARY_URL} "
1616
You can’t perform that action at this time.
0 commit comments