Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 678a3f47 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

Bump to 127.0.6533.103

parent 6fd4e2ab
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
FROM ubuntu:20.04

ENV CHROMIUM_DIR "/srv/chromium"
ENV CHROMIUM_VER "127.0.6533.94"
ENV CHROMIUM_VER "127.0.6533.103"

RUN dpkg --add-architecture i386

+2 −2
Original line number Diff line number Diff line
@@ -183,9 +183,9 @@ sync() {
        fi
    fi
    if [ $history -eq 1 ]; then
        gclient sync -D --nohooks -R
        gclient sync -D --nohooks -R --force
    else
        gclient sync --no-history -D --nohooks -R
        gclient sync --no-history -D --nohooks -R --force
    fi
    gclient runhooks
    patch