Skip to content

Commit

Permalink
release v2.7.0 (#32)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Stus <[email protected]>
  • Loading branch information
sfc-gh-pczajka and sfc-gh-astus authored Aug 2, 2024
1 parent 10f3213 commit a22b0e0
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/c1/b3/3171ae37f521da405461cc1c2bb0e172b1a9e3d072b50157e13cbb9e5de4/snowflake_cli_labs-2.6.1.tar.gz"
sha256 "c8daa400466d7e401b291f41dc1f991afcdf582b2902e8f5ba91fc3d00f9bd70"
url "https://files.pythonhosted.org/packages/e7/bb/31bda15a7c5ace34ff8d074aad817d7ecdc8ec21e26982f6092081c8d391/snowflake_cli_labs-2.7.0.tar.gz"
sha256 "11e431ddd06f304c6a3ca1f829f16e889fd4a9c0506a3f67aa0bff6b917ff84b"

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.6.1"
"-m", "pip", "install", "snowflake-cli-labs==2.7.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/c1/b3/3171ae37f521da405461cc1c2bb0e172b1a9e3d072b50157e13cbb9e5de4/snowflake_cli_labs-2.6.1.tar.gz"
sha256 "c8daa400466d7e401b291f41dc1f991afcdf582b2902e8f5ba91fc3d00f9bd70"
url "https://files.pythonhosted.org/packages/e7/bb/31bda15a7c5ace34ff8d074aad817d7ecdc8ec21e26982f6092081c8d391/snowflake_cli_labs-2.7.0.tar.gz"
sha256 "11e431ddd06f304c6a3ca1f829f16e889fd4a9c0506a3f67aa0bff6b917ff84b"

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

Expand Down

0 comments on commit a22b0e0

Please sign in to comment.