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 Jul 21, 2024
1 parent ca7967f commit d70bd09
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions HomebrewFormula/policy_sentry.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ class PolicySentry < Formula

desc "Shiny new formula"
homepage "https://github.com/salesforce/policy_sentry"
url "https://files.pythonhosted.org/packages/0b/76/52009505879c765ad57c68a9e2a53fc7bcee886b6ccba8f9f981b85a7c18/policy_sentry-0.12.15.tar.gz"
sha256 "93532cdc085d122b090cdd741852a646fd796c3607232a7cc5e8aa9ac5480198"
url "https://files.pythonhosted.org/packages/71/a4/986399deaae82c7991cd0577e4ef1608ddc25bc8542ad7426147eb6afacf/policy_sentry-0.13.0.tar.gz"
sha256 "19234c127e2555a00f61950a2b097c4d86d666a3fb100851e0c4bd06c292bf91"

depends_on "python3"

Expand Down Expand Up @@ -33,6 +33,11 @@ class PolicySentry < Formula
sha256 "028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc"
end

resource "orjson" do
url "https://files.pythonhosted.org/packages/70/24/8be1c9f6d21e3c510c441d6cbb6f3a75f2538b42a45f0c17ffb2182882f1/orjson-3.10.6.tar.gz"
sha256 "e54b63d0a7c6c54a5f5f726bc93a2078111ef060fec4ecbf34c5db800ca3b3a7"
end

resource "PyYAML" do
url "https://files.pythonhosted.org/packages/cd/e5/af35f7ea75cf72f2cd079c95ee16797de7cd71f29ea7c68ae5ce7be1eda0/PyYAML-6.0.1.tar.gz"
sha256 "bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43"
Expand Down

0 comments on commit d70bd09

Please sign in to comment.