Skip to content

Commit

Permalink
release v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-pczajka committed Mar 27, 2024
1 parent daeeb99 commit 9075ad2
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/6f/82/57a490b8b63f52bcc5b342e808d39a8b2fedc74501fa54426a9d59e33025/snowflake_cli_labs-2.1.1.tar.gz"
sha256 "ba0baa784d91242f0c79b914d2dedb51996cb7c4224d6f202fcdfa4a78869160"
url "https://files.pythonhosted.org/packages/0f/39/7ac3590bca2eaa3fa079339733988e1d3ef1143aa6e40032dbcf5f641be6/snowflake_cli_labs-2.1.2.tar.gz"
sha256 "23eb0023c9d38c9e8ae02cfc1adcae757b5d068641a43b63b0b25dd4bfdf0bc0"

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.1.1"
"-m", "pip", "install", "snowflake-cli-labs==2.1.2"
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/6f/82/57a490b8b63f52bcc5b342e808d39a8b2fedc74501fa54426a9d59e33025/snowflake_cli_labs-2.1.1.tar.gz"
sha256 "ba0baa784d91242f0c79b914d2dedb51996cb7c4224d6f202fcdfa4a78869160"
url "https://files.pythonhosted.org/packages/0f/39/7ac3590bca2eaa3fa079339733988e1d3ef1143aa6e40032dbcf5f641be6/snowflake_cli_labs-2.1.2.tar.gz"
sha256 "23eb0023c9d38c9e8ae02cfc1adcae757b5d068641a43b63b0b25dd4bfdf0bc0"

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

Expand Down

0 comments on commit 9075ad2

Please sign in to comment.