Skip to content

Commit f494ff2

Browse files
authored
chromium-stable: bump to 125.0.6422.76 (#28)
[skip ci]
1 parent bf8962c commit f494ff2

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
--- a/build/config/compiler/BUILD.gn
2+
+++ b/build/config/compiler/BUILD.gn
3+
@@ -1913,6 +1913,11 @@
4+
}
5+
}
6+
7+
+ cflags += [
8+
+ "-Wno-unknown-warning-option",
9+
+ "-Wno-unknown-pragmas",
10+
+ ]
11+
+
12+
# Rust warnings
13+
14+
# Require `unsafe` blocks even in `unsafe` fns. This is intended to become

tur-chromium/chromium-stable/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://www.chromium.org/Home
22
TERMUX_PKG_DESCRIPTION="Chromium web browser"
33
TERMUX_PKG_LICENSE="BSD 3-Clause"
44
TERMUX_PKG_MAINTAINER="Chongyun Lee <[email protected]>"
5-
TERMUX_PKG_VERSION=125.0.6422.60
5+
TERMUX_PKG_VERSION=125.0.6422.76
66
TERMUX_PKG_SRCURL=https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$TERMUX_PKG_VERSION.tar.xz
7-
TERMUX_PKG_SHA256=93f5850101225945d7ec80959b38460e6a63777055bf2d9e893860c33cb60080
7+
TERMUX_PKG_SHA256=4167218463d2848f4a0fe35f60d062a8e7e5c7ce5bc8c8c2260a80186b1deccf
88
TERMUX_PKG_DEPENDS="atk, cups, dbus, gtk3, krb5, libc++, libevdev, libxkbcommon, libminizip, libnss, libwayland, libx11, mesa, openssl, pango, pulseaudio, libdrm, libjpeg-turbo, libpng, libwebp, libflac, fontconfig, freetype, zlib, libxml2, libxslt, libopus, libsnappy"
99
TERMUX_PKG_SUGGESTS="qt5-qtbase"
1010
TERMUX_PKG_BUILD_DEPENDS="qt5-qtbase, qt5-qtbase-cross-tools"

0 commit comments

Comments
 (0)