diff options
author | Olivier Tilloy <olivier.tilloy@canonical.com> | 2018-08-21 15:10:13 +0200 |
---|---|---|
committer | Olivier Tilloy <olivier.tilloy@canonical.com> | 2018-08-21 15:10:13 +0200 |
commit | 02ce03cca7c44f2f1aebcffd3882247a33750472 (patch) | |
tree | 71307f4b319cc5c0676f0a3d23de77381e460108 | |
parent | 188b79ff8ff33478830cb97679727cb0dbc49d96 (diff) |
Dev channel update: 70.0.3521.2.
-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 a36cdd8..e159a7a 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: chromium -version: 70.0.3514.0 +version: 70.0.3521.2 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.3514.0-0ubuntu0.16.04.1 + V=70.0.3521.2-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 |