diff options
author | Olivier Tilloy <olivier.tilloy@canonical.com> | 2018-08-09 23:07:33 +0200 |
---|---|---|
committer | Olivier Tilloy <olivier.tilloy@canonical.com> | 2018-08-09 23:07:33 +0200 |
commit | 188b79ff8ff33478830cb97679727cb0dbc49d96 (patch) | |
tree | 1b233a6a24bf8ce5520fdfae531f850eb4e0bf23 | |
parent | 122d3a061faa98435bc28f4c4864fcd6336c4bcb (diff) |
Dev channel update: 70.0.3514.0.
-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 fad3080..a36cdd8 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: chromium -version: 70.0.3510.0 +version: 70.0.3514.0 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=70.0.3510.0-0ubuntu0.16.04.2 + V=70.0.3514.0-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 |