diff --git a/Formula/snowcli.rb b/Formula/snowcli.rb index 21df3e3..5c2449b 100644 --- a/Formula/snowcli.rb +++ b/Formula/snowcli.rb @@ -2,8 +2,8 @@ class Snowcli < Formula include Language::Python::Virtualenv desc "A CLI for Snowflake development" homepage "https://github.com/snowflake-labs/snowflake-cli" - url "https://files.pythonhosted.org/packages/82/6a/20d9f3c122ce008e1ede32795e30fb05486ea4cee6ea15f6b41edfd556ab/snowflake_cli_labs-2.5.0.tar.gz" - sha256 "02a55aabf207264bcc0df23e12f6b54b2133322d181c3d9a4445191bd98b1dda" + url "https://files.pythonhosted.org/packages/d4/0a/fecd104c5bcce762024a672784a30f0357b28f68ef429b76746c5a211422/snowflake_cli_labs-2.6.0.tar.gz" + sha256 "1037a85ad07b223f57ee86ac96f2f3278b9b876686e2ce3eeb6c64a4c5c6686c" depends_on "python3" @@ -13,7 +13,7 @@ def install venv.instance_variable_get(:@formula).system venv.instance_variable_get(:@venv_root)/"bin/python", "-m", "ensurepip", "--upgrade" venv.instance_variable_get(:@formula).system venv.instance_variable_get(:@venv_root)/"bin/python", - "-m", "pip", "install", "snowflake-cli-labs==2.5.0" + "-m", "pip", "install", "snowflake-cli-labs==2.6.0" bin.install_symlink "#{libexec}/bin/snow" => "snow" end diff --git a/Formula/snowflake-cli.rb b/Formula/snowflake-cli.rb index d880a43..dde41d5 100644 --- a/Formula/snowflake-cli.rb +++ b/Formula/snowflake-cli.rb @@ -2,8 +2,8 @@ class SnowflakeCli < Formula include Language::Python::Virtualenv desc "A CLI for Snowflake development" homepage "https://github.com/snowflake-labs/snowflake-cli" - url "https://files.pythonhosted.org/packages/82/6a/20d9f3c122ce008e1ede32795e30fb05486ea4cee6ea15f6b41edfd556ab/snowflake_cli_labs-2.5.0.tar.gz" - sha256 "02a55aabf207264bcc0df23e12f6b54b2133322d181c3d9a4445191bd98b1dda" + url "https://files.pythonhosted.org/packages/d4/0a/fecd104c5bcce762024a672784a30f0357b28f68ef429b76746c5a211422/snowflake_cli_labs-2.6.0.tar.gz" + sha256 "1037a85ad07b223f57ee86ac96f2f3278b9b876686e2ce3eeb6c64a4c5c6686c" depends_on "python3" @@ -13,7 +13,7 @@ def install venv.instance_variable_get(:@formula).system venv.instance_variable_get(:@venv_root)/"bin/python", "-m", "ensurepip", "--upgrade" venv.instance_variable_get(:@formula).system venv.instance_variable_get(:@venv_root)/"bin/python", - "-m", "pip", "install", "snowflake-cli-labs==2.5.0" + "-m", "pip", "install", "snowflake-cli-labs==2.6.0" bin.install_symlink "#{libexec}/bin/snow" => "snow" end