google-chrome: update to 77.0.3865.75.
This commit is contained in:
parent
3b14b56d67
commit
1cb48f67d0
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
# Template file for 'google-chrome'
|
# Template file for 'google-chrome'
|
||||||
_chromeVersion=76.0.3809.132
|
_chromeVersion=77.0.3865.75
|
||||||
_chromeRevision=1
|
_chromeRevision=1
|
||||||
_channel=stable
|
_channel=stable
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ _filename="google-chrome-${_channel}_${_chromeVersion}-${_chromeRevision}_amd64.
|
||||||
_chromeUrl="${_baseUrl}/${_filename}"
|
_chromeUrl="${_baseUrl}/${_filename}"
|
||||||
|
|
||||||
distfiles="$_chromeUrl"
|
distfiles="$_chromeUrl"
|
||||||
checksum=73f64cf3e8886c1d3ad4b1f53018a30a08e234868f18153f5b1fe01191a2ba41
|
checksum=6dc0fbf76a17bef71480483e9def059fb9eed2b80bdac1e19c54fbcf1278e5f2
|
||||||
|
|
||||||
do_extract() {
|
do_extract() {
|
||||||
mkdir -p ${DESTDIR}
|
mkdir -p ${DESTDIR}
|
||||||
|
@ -31,7 +31,7 @@ do_install() {
|
||||||
tar xf data.tar.xz -C ${DESTDIR}
|
tar xf data.tar.xz -C ${DESTDIR}
|
||||||
|
|
||||||
# Install the icons
|
# Install the icons
|
||||||
for size in 16 22 24 32 48 64 128 256; do
|
for size in 16 24 32 48 64 128 256; do
|
||||||
# Create the google chrome xdg directory
|
# Create the google chrome xdg directory
|
||||||
mkdir -p ${DESTDIR}/usr/share/icons/hicolor/${size}x${size}/apps
|
mkdir -p ${DESTDIR}/usr/share/icons/hicolor/${size}x${size}/apps
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue