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

needle 0.25.1 #191124

Merged
merged 2 commits into from
Sep 19, 2024
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
16 changes: 6 additions & 10 deletions Formula/n/needle.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Needle < Formula
desc "Compile-time safe Swift dependency injection framework with real code"
homepage "https://github.com/uber/needle"
url "https://github.com/uber/needle/archive/refs/tags/v0.24.0.tar.gz"
sha256 "61b7259a369d04d24c0c532ecf3295fdff92e79e4d0f96abaed1552b19208478"
url "https://github.com/uber/needle/archive/refs/tags/v0.25.1.tar.gz"
sha256 "b9cf878b0ce9589e862ec5aa8ba3222e181ecbe038369989d2ee9d9c80157fbb"
license "Apache-2.0"

# Upstream creates releases that use a stable tag (e.g., `v1.2.3`) but are
Expand All @@ -14,16 +14,12 @@ class Needle < Formula
end

bottle do
sha256 cellar: :any, arm64_sequoia: "31e25c5db4c404a0ec0d50393e36257bae9a4624753cd1da4c1b95d729ba62f0"
sha256 cellar: :any, arm64_sonoma: "d701a8da8eb60eeb86f034d27f0793e124ba4dac5155b35b95c92042f41cca65"
sha256 cellar: :any, arm64_ventura: "2b953b5225793b663e30652c4dcf15af21883f3161e1424cf3ae4884def4fc85"
sha256 cellar: :any, arm64_monterey: "f5336518cc424b2a5daf3400d9968035966226f1372d75ad4e8d950a5bfced93"
sha256 cellar: :any, sonoma: "f267e4418bd50cdab1cdbf5765f647cb7bde25a46e3e861fc1b337249954de47"
sha256 cellar: :any, ventura: "4a2e37bdcfa6fd09d7a6115ef0d61ed067f6c32ff336513a0e48efc7ce4e502c"
sha256 cellar: :any, monterey: "0a7abfa75a75acf3773fc1bef1ed9e268ddda7da6ceafb2c5f74c6d36a4922c8"
sha256 cellar: :any, arm64_sequoia: "36eefd947c51d41c2aeefa29f104523888e0f61110dcdae01dee53be5726d24e"
sha256 cellar: :any, arm64_sonoma: "ee257a4ef13ec18eda8c54354fc67c2bd78d3b5686cbc0a0e9c9c3607fa7e2cd"
sha256 cellar: :any, sonoma: "60f50b3285a36d440c5af05abf77d61ef2a7b9f8a897099b67a9fc2f8d97d014"
end

depends_on xcode: ["14.0", :build]
depends_on xcode: ["15.3", :build]
depends_on :macos

def install
Expand Down
Loading