chrome: update changelog

This commit is contained in:
Guillaume LECERF 2021-10-24 19:31:40 +02:00
parent 7b4cdb060b
commit 3ccf883146
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
110
- fix dark mode toggle
- versions >=91 use new flags to enable hardware accelerated video decode
- allow setting a custom user-agent
- use pulseaudio when available
109
- chrome: update to 95.0.4638.54
- at-spi2-core: update to 2.42.0

View File

@ -5,7 +5,7 @@ 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="95.0.4638.54"
PKG_REV="109"
PKG_REV="110"
PKG_ARCH="x86_64"
PKG_LICENSE="Custom"
PKG_SITE="http://www.google.com/chrome"