Skip to content
Merged
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions Formula/g/grafana-alloy.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class GrafanaAlloy < Formula
desc "OpenTelemetry Collector distribution with programmable pipelines"
homepage "https://grafana.com/oss/alloy-opentelemetry-collector/"
url "https://github.com/grafana/alloy/archive/refs/tags/v1.12.0.tar.gz"
sha256 "ace8f5d443b34ad02fe0263755c60edd61fb5da60e0e32ebd6397237f5b33957"
url "https://github.com/grafana/alloy/archive/refs/tags/v1.12.1.tar.gz"
sha256 "ae776da5c410d33c7233f3645119f98866c52f6bfe9f8fcb66593dcd62e3378f"
license "Apache-2.0"
head "https://github.com/grafana/alloy.git", branch: "main"

Expand Down
Loading