Skip to content

Commit

Permalink
Update formula to v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-pczajka committed Jul 11, 2024
1 parent 6a13434 commit f3bd90c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Formula/snowcli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions Formula/snowflake-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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

Expand Down

0 comments on commit f3bd90c

Please sign in to comment.