Skip to content

Commit

Permalink
Snowflake CLI 3.2.0 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-pjob authored Nov 26, 2024
1 parent f1f3562 commit 89525a3
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/snowflakedb/snowflake-cli"
url "https://files.pythonhosted.org/packages/22/33/fcca760c683ecdcb9b046491fbcd4a55ade65e69878f5e7851774f9ca1cc/snowflake_cli-3.1.0.tar.gz"
sha256 "88cb6face57aa8edffd4b35a112671ac206dbf1cf6eee4eeaa0f1e85676cc969"
url "https://files.pythonhosted.org/packages/5d/c5/6d0752471fca1426059471f23cf3eadfc3276ed158dc57da4934d7d8b1f8/snowflake_cli-3.2.0.tar.gz"
sha256 "a1a1a1e2876e6dfb12aa78c6adc6c67d0b2c91a7dd5a412bdadac37d30d553bd"

depends_on "[email protected]"

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==3.1.0"
"-m", "pip", "install", "snowflake-cli==3.2.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/snowflakedb/snowflake-cli"
url "https://files.pythonhosted.org/packages/22/33/fcca760c683ecdcb9b046491fbcd4a55ade65e69878f5e7851774f9ca1cc/snowflake_cli-3.1.0.tar.gz"
sha256 "88cb6face57aa8edffd4b35a112671ac206dbf1cf6eee4eeaa0f1e85676cc969"
url "https://files.pythonhosted.org/packages/5d/c5/6d0752471fca1426059471f23cf3eadfc3276ed158dc57da4934d7d8b1f8/snowflake_cli-3.2.0.tar.gz"
sha256 "a1a1a1e2876e6dfb12aa78c6adc6c67d0b2c91a7dd5a412bdadac37d30d553bd"

depends_on "[email protected]"

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==3.1.0"
"-m", "pip", "install", "snowflake-cli==3.2.0"
bin.install_symlink "#{libexec}/bin/snow" => "snow"
end

Expand Down

0 comments on commit 89525a3

Please sign in to comment.