Skip to content

Commit

Permalink
update brew formula
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 2, 2022
1 parent dfaf5e0 commit 79706da
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions HomebrewFormula/airiam.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ class Airiam < Formula
depends_on "python3"

resource "boto3" do
url "https://files.pythonhosted.org/packages/28/d7/8ee3c2637f37ba3e840a784ae86b3cb30c68c7471006f211e07a3564fd95/boto3-1.24.13.tar.gz"
sha256 "945d49941541a3cbb02710361be64b22f98e68c2e447229f0d51f7c215009e28"
url ""
sha256 ""
end

resource "botocore" do
url "https://files.pythonhosted.org/packages/34/e5/582e80db2f430d0a376d6885d21d0cdf64d2819713f04327c6000c17b3d3/botocore-1.27.13.tar.gz"
sha256 "df75e53576b061818bbce4bd70221749e40cc91d16a2b6c03fbeec8023665734"
url "https://files.pythonhosted.org/packages/70/7d/770cb1662a98671f7e3247b5857243a2f82d1754b7f1e4ddbd93360941d9/botocore-1.27.43.tar.gz"
sha256 "ade148d0e29f633f429ea6c7ea215e173c64e8b155e574950892aa4eade969d0"
end

resource "certifi" do
Expand All @@ -24,8 +24,8 @@ class Airiam < Formula
end

resource "charset-normalizer" do
url "https://files.pythonhosted.org/packages/56/31/7bcaf657fafb3c6db8c787a865434290b726653c912085fbd371e9b92e1c/charset-normalizer-2.0.12.tar.gz"
sha256 "2857e29ff0d34db842cd7ca3230549d1a697f96ee6d3fb071cfa6c7393832597"
url "https://files.pythonhosted.org/packages/93/1d/d9392056df6670ae2a29fcb04cfa5cee9f6fbde7311a1bb511d4115e9b7a/charset-normalizer-2.1.0.tar.gz"
sha256 "575e708016ff3a5e3681541cb9d79312c416835686d054a23accb873b254f413"
end

resource "colorama" do
Expand Down Expand Up @@ -54,8 +54,8 @@ class Airiam < Formula
end

resource "requests" do
url "https://files.pythonhosted.org/packages/e9/23/384d9953bb968731212dc37af87cb75a885dc48e0615bd6a303577c4dc4b/requests-2.28.0.tar.gz"
sha256 "d568723a7ebd25875d8d1eaf5dfa068cd2fc8194b2e483d7b1f7c81918dbec6b"
url "https://files.pythonhosted.org/packages/a5/61/a867851fd5ab77277495a8709ddda0861b28163c4613b011bc00228cc724/requests-2.28.1.tar.gz"
sha256 "7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983"
end

resource "s3transfer" do
Expand All @@ -74,8 +74,8 @@ class Airiam < Formula
end

resource "urllib3" do
url "https://files.pythonhosted.org/packages/1b/a5/4eab74853625505725cefdf168f48661b2cd04e7843ab836f3f63abf81da/urllib3-1.26.9.tar.gz"
sha256 "aabaf16477806a5e1dd19aa41f8c2b7950dd3c746362d7e3223dbe6de6ac448e"
url "https://files.pythonhosted.org/packages/6d/d5/e8258b334c9eb8eb78e31be92ea0d5da83ddd9385dc967dd92737604d239/urllib3-1.26.11.tar.gz"
sha256 "ea6e8fb210b19d950fab93b60c9009226c63a28808bc8386e05301e25883ac0a"
end

def install
Expand Down

0 comments on commit 79706da

Please sign in to comment.