diff options
author | Nathan Pratta Teodosio <nathan.teodosio@canonical.com> | 2025-10-20 09:50:31 +0200 |
---|---|---|
committer | Nathan Pratta Teodosio <nathan.teodosio@canonical.com> | 2025-10-20 09:50:31 +0200 |
commit | c264bd6ce769e901193f89936cdff97472dc6fe0 (patch) | |
tree | c2f824f5a83fbd0bdc77b12d466a0facc8cbee03 | |
parent | 807a028a5cee4e2b19f32393f04d2675fe51b1f8 (diff) |
Dev channel release: 143.0.7475.7.dev
-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 |