diff options
-rw-r--r-- | build/patches/chromedriver-snap-compatibility.patch | 2 | ||||
-rw-r--r-- | snapcraft.yaml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/build/patches/chromedriver-snap-compatibility.patch b/build/patches/chromedriver-snap-compatibility.patch index 501a8ed..c9ef646 100644 --- a/build/patches/chromedriver-snap-compatibility.patch +++ b/build/patches/chromedriver-snap-compatibility.patch @@ -9,7 +9,7 @@ Author: Olivier Tilloy <olivier.tilloy@canonical.com> --- a/chrome/test/chromedriver/chrome_launcher.cc +++ b/chrome/test/chromedriver/chrome_launcher.cc -@@ -123,6 +123,8 @@ Status PrepareDesktopCommandLine(const C +@@ -131,6 +131,8 @@ Status PrepareDesktopCommandLine(const C std::vector<std::string>* extension_bg_pages, base::FilePath* user_data_dir) { base::FilePath program = capabilities.binary; diff --git a/snapcraft.yaml b/snapcraft.yaml index 67b9abd..00a00f2 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -121,8 +121,8 @@ parts: chromium: plugin: nil - source: https://commondatastorage.googleapis.com/chromium-browser-official/chromium-87.0.4280.66.tar.xz - source-checksum: sha512/8bf31b012166fb1fd35107020608cf77e6a31038a583423541c64aaf1c91bca0767ca111dcb4dd0f57c9c19c347375bde6b6488c56e309bd2871998c26b8b32a + source: https://commondatastorage.googleapis.com/chromium-browser-official/chromium-87.0.4280.88.tar.xz + source-checksum: sha512/ac3903b598bd69f4ee3065845eac3c85cb5524715b9ce629c9c2bd017f2ebd168b7ee8111bccc2e6b6cfd12ad07add834cb2cd3bf0e27a8a5076bb7842fca897 after: [chromium-build, gtk3-locales, launcher, manpage, gtk-key-themes] build-packages: - quilt |