Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps fix + bump version #2

Merged
merged 1 commit into from
Jun 26, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 11 additions & 6 deletions Formula/kongctl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@ class Kongctl < Formula

desc "Command-line client for Kong admin api"
homepage "https://github.com/kepkin/kongctl"
url "https://files.pythonhosted.org/packages/d3/30/b109e83a2e92d5a536c32679668449f77fb67366e7841e3871eebb61f650/kongctl-0.3.3.tar.gz"
sha256 "30cc91de828f1db2a915b3d1accd335dfe5c5e43f2f2d0e24b9e1f3b742addc4"
url "https://files.pythonhosted.org/packages/17/7d/a38717b82af29a01ff194aeffc75933561b525390beb4023ef63867f8cb3/kongctl-0.3.4.tar.gz"
sha256 "81c5953f3eefca958ccb5a0f2ad6f8a4759ac272e73048686ba90bb1eb31be55"
head "https://github.com/kepkin/kongctl.git"

depends_on "python"


resource "requests" do
url "https://files.pythonhosted.org/packages/f5/4f/280162d4bd4d8aad241a21aecff7a6e46891b905a4341e7ab549ebaf7915/requests-2.23.0.tar.gz"
sha256 "b3f43d496c6daba4493e7c431722aeb7dbc6288f52a6e04e7b6023b0247817e6"
url "https://files.pythonhosted.org/packages/da/67/672b422d9daf07365259958912ba533a0ecab839d4084c487a5fe9a5405f/requests-2.24.0.tar.gz"
sha256 "b3559a131db72c33ee969480840fff4bb6dd111de7dd27c8ee1f820f4f00231b"
end

resource "certifi" do
url "https://files.pythonhosted.org/packages/b4/19/53433f37a31543364c8676f30b291d128cdf4cd5b31b755b7890f8e89ac8/certifi-2020.4.5.2.tar.gz"
sha256 "5ad7e9a056d25ffa5082862e36f119f7f7cec6457fa07ee2f8c339814b80c9b1"
url "https://files.pythonhosted.org/packages/40/a7/ded59fa294b85ca206082306bba75469a38ea1c7d44ea7e1d64f5443d67a/certifi-2020.6.20.tar.gz"
sha256 "5930595817496dd21bb8dc35dad090f1c2cd0adfaf21204bf6732ca5d8ee34d3"
end

resource "termcolor" do
Expand Down Expand Up @@ -51,6 +51,11 @@ class Kongctl < Formula
sha256 "3f8804571ebe159c380ac6de37643bb4685970655d3bba243530d6558b799aa0"
end

resource "PyYAML" do
url "https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz"
sha256 "b8eac752c5e14d3eca0e6dd9199cd627518cb5ec06add0de9d32baeee6fe645d"
end


def install
virtualenv_install_with_resources
Expand Down