diff options
author | Olivier Tilloy <olivier.tilloy@canonical.com> | 2018-08-10 08:19:00 +0200 |
---|---|---|
committer | Olivier Tilloy <olivier.tilloy@canonical.com> | 2018-08-10 08:19:00 +0200 |
commit | 36cc81b670875da1e6fd2b2b7aae697ae04aa1cb (patch) | |
tree | f386e552d5114dd5e1d92fbe9c984922303c4c37 | |
parent | 8939526aca033ba9fcb8dfcae7013616bdfb6d7d (diff) |
Stable channel update: 68.0.3440.106.
-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 d40b09c..ceb2622 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: chromium -version: 68.0.3440.84 +version: 68.0.3440.106 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.3440.84-0ubuntu0.16.04.1 + V=68.0.3440.106-0ubuntu0.16.04.1 add-apt-repository -y ppa:chromium-team/stable apt update apt install -y chromium-browser=$V chromium-browser-l10n=$V chromium-codecs-ffmpeg-extra=$V |