diff options
author | Olivier Tilloy <olivier.tilloy@canonical.com> | 2018-06-05 12:42:32 +0200 |
---|---|---|
committer | Olivier Tilloy <olivier.tilloy@canonical.com> | 2018-06-05 12:42:32 +0200 |
commit | c9f993c953b1ba8c7c255a26f159a42c7afc2b54 (patch) | |
tree | f5af87bd9b6451cf6aa1235d63c86642e964ed1a | |
parent | 84215a30a8439fab749e25b0eefabcad727313f0 (diff) |
Dev channel update: 68.0.3440.7.
-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 2692c7a..30b61fb 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: chromium -version: 68.0.3438.3 +version: 68.0.3440.7 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.3438.3-0ubuntu0.16.04.1 + V=68.0.3440.7-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 |