Skip to content

Commit e52c3ff

Browse files
authored
chromium-stable: bump to 115.0.5790.170 (#8)
[skip ci]
1 parent fe1b62e commit e52c3ff

File tree

2 files changed

+4
-22
lines changed

2 files changed

+4
-22
lines changed

tur-chromium/chromium-stable/0001-remove-snapcraft.patch

Lines changed: 0 additions & 20 deletions
This file was deleted.

tur-chromium/chromium-stable/build.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ 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-
_CHROMIUM_VERSION=114.0.5735.198
5+
_CHROMIUM_VERSION=115.0.5790.170
66
TERMUX_PKG_VERSION=$_CHROMIUM_VERSION
77
TERMUX_PKG_SRCURL=(https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$_CHROMIUM_VERSION.tar.xz)
8-
TERMUX_PKG_SHA256=(a9f3440feeab51f56b199797b83b458ca545bf67e114c62b21470fadd5a41dea)
8+
TERMUX_PKG_SHA256=(ff9862d2e748c56940ffc222c2e6b2066a19ea1de0bc3fd99ed81c0b231172c0)
99
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"
1010
# TODO: Split chromium-common and chromium-headless
1111
# TERMUX_PKG_DEPENDS+=", chromium-common"
@@ -197,6 +197,8 @@ enable_nacl = false
197197
is_cfi = false
198198
use_cfi_icall = false
199199
use_thin_lto = false
200+
# Disable rust
201+
enable_rust = false
200202
" > $_common_args_file
201203

202204
if [ "$TERMUX_ARCH" = "arm" ]; then

0 commit comments

Comments
 (0)