chromium: update to 90.0.4430.212.
- Built for x86_64, x86_64-musl. - Tested on x86_64.
This commit is contained in:
parent
6e5418536a
commit
3f575325dc
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'chromium'
|
# Template file for 'chromium'
|
||||||
pkgname=chromium
|
pkgname=chromium
|
||||||
# See http://www.chromium.org/developers/calendar for the latest version
|
# See http://www.chromium.org/developers/calendar for the latest version
|
||||||
version=90.0.4430.85
|
version=90.0.4430.212
|
||||||
revision=1
|
revision=1
|
||||||
archs="i686* x86_64* aarch64* armv7l* ppc64le*"
|
archs="i686* x86_64* aarch64* armv7l* ppc64le*"
|
||||||
short_desc="Google's attempt at creating a safer, faster, and more stable browser"
|
short_desc="Google's attempt at creating a safer, faster, and more stable browser"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://www.chromium.org/"
|
homepage="https://www.chromium.org/"
|
||||||
distfiles="https://commondatastorage.googleapis.com/chromium-browser-official/${pkgname}-${version}.tar.xz"
|
distfiles="https://commondatastorage.googleapis.com/chromium-browser-official/${pkgname}-${version}.tar.xz"
|
||||||
checksum=01c5594d4b7eaa67e00b4fa16ae0c9d35ec5917467abd387ba1b5cc332d44922
|
checksum=abe11d0cb1ff21278aad2eec1a1e279d59176b15331804d7df1807446786d59e
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
@ -191,7 +191,6 @@ do_configure() {
|
||||||
|
|
||||||
conf+=(
|
conf+=(
|
||||||
"rtc_use_pipewire=$(vopt_if pipewire true false)"
|
"rtc_use_pipewire=$(vopt_if pipewire true false)"
|
||||||
'rtc_pipewire_version="0.3"'
|
|
||||||
)
|
)
|
||||||
|
|
||||||
# Use explicit library dependencies instead of dlopen.
|
# Use explicit library dependencies instead of dlopen.
|
||||||
|
|
Loading…
Reference in New Issue