diff options
author | Olivier Tilloy <olivier.tilloy@canonical.com> | 2018-05-30 10:13:42 +0200 |
---|---|---|
committer | Olivier Tilloy <olivier.tilloy@canonical.com> | 2018-05-30 10:13:42 +0200 |
commit | 84215a30a8439fab749e25b0eefabcad727313f0 (patch) | |
tree | af3ae867d4ebc82521385df7a107b8a781d25cde | |
parent | fde013644be85579a155e2996c69a98359e62537 (diff) |
Dev channel update: 68.0.3438.3.
-rw-r--r-- | snap/snapcraft.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index c2be2da..2692c7a 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: chromium -version: 68.0.3432.3 +version: 68.0.3438.3 summary: Chromium web browser, open-source version of Chrome description: | An open-source browser project that aims to build a safer, faster, and more @@ -50,7 +50,7 @@ parts: - pulseaudio prepare: | apt install software-properties-common - V=68.0.3432.3-0ubuntu0.16.04.1 + V=68.0.3438.3-0ubuntu0.16.04.1 add-apt-repository -y ppa:chromium-team/dev apt update apt install -y chromium-browser=$V chromium-browser-l10n=$V chromium-codecs-ffmpeg-extra=$V |