Skip to content

Commit

Permalink
chromium: bump to 117.0.5938.149
Browse files Browse the repository at this point in the history
  • Loading branch information
licy183 committed Dec 18, 2023
1 parent f5895e5 commit 80afd8b
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions tur-continuous/chromium/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ TERMUX_PKG_HOMEPAGE=https://www.chromium.org/Home
TERMUX_PKG_DESCRIPTION="Chromium web browser"
TERMUX_PKG_LICENSE="BSD 3-Clause"
TERMUX_PKG_MAINTAINER="Chongyun Lee <[email protected]>"
_CHROMIUM_VERSION=116.0.5845.96
_CHROMIUM_VERSION=117.0.5938.149
TERMUX_PKG_VERSION=$_CHROMIUM_VERSION
TERMUX_PKG_SRCURL=(https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$_CHROMIUM_VERSION.tar.xz)
TERMUX_PKG_SHA256=(1ec1052a959abced9642b36482549bc2ebefa428ed136289d8e0c54b4ccd1c81)
TERMUX_PKG_SHA256=(ddd7c852bd191c0917ab800655da341e7583c2377ca220ae077fc5de7fc7d9df)
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"
# TODO: Split chromium-common and chromium-headless
# TERMUX_PKG_DEPENDS+=", chromium-common"
Expand All @@ -28,10 +28,17 @@ termux_step_post_get_source() {

termux_step_configure() {
cd $TERMUX_PKG_SRCDIR
termux_setup_gn
termux_setup_ninja
termux_setup_nodejs

# Fetch depot_tools
export DEPOT_TOOLS_UPDATE=0
if [ ! -f "$TERMUX_PKG_CACHEDIR/.depot_tools-fetched" ];then
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git $TERMUX_PKG_CACHEDIR/depot_tools
touch "$TERMUX_PKG_CACHEDIR/.depot_tools-fetched"
fi
export PATH="$TERMUX_PKG_CACHEDIR/depot_tools:$PATH"

################################################################
# Please dont use these keys outside of Termux User Repository #
# You can create your own at: #
Expand Down

0 comments on commit 80afd8b

Please sign in to comment.