chrome: update to 89.0.4389.114 and fix gtk3 compile issues and addon (105)

This commit is contained in:
heitbaum 2021-04-04 00:43:33 +00:00
parent ffe688ca30
commit 3f11a26d56
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,11 @@
105
- at-spi2-core: update to 2.40.0
- chrome: update to 89.0.4389.114
- gdk-pixbuf: update to 2.42.4
- gtk3: disable use of to-pixdata during build
- gtk3: update to 3.24.28
- pango: update to 1.48.4
104
- updated to 87.0.4280

View File

@ -4,8 +4,8 @@
PKG_NAME="chrome"
PKG_VERSION="1.0"
# curl -s http://dl.google.com/linux/chrome/deb/dists/stable/main/binary-amd64/Packages | grep -B 1 Version
PKG_VERSION_NUMBER="87.0.4280.66"
PKG_REV="104"
PKG_VERSION_NUMBER="89.0.4389.114"
PKG_REV="105"
PKG_ARCH="x86_64"
PKG_LICENSE="Custom"
PKG_SITE="http://www.google.com/chrome"