diff options
-rw-r--r-- | snapcraft.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml index 9ac4194..10ee513 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -220,7 +220,7 @@ parts: # First option: Build with local source if ! tar -x --strip-components=1 -f $CRAFT_PROJECT_DIR/chromium-*; then # Second option: Pull source directly from the Internet - wget -nv -O- https://commondatastorage.googleapis.com/chromium-browser-official/chromium-143.0.7461.2.tar.xz \ + wget -nv -O- https://commondatastorage.googleapis.com/chromium-browser-official/chromium-143.0.7475.7.tar.xz \ | xz -dT0 | tar -x --strip-components=1 fi . chrome/VERSION |