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.1.tar.gz"
sha256 "ae776da5c410d33c7233f3645119f98866c52f6bfe9f8fcb66593dcd62e3378f"
url "https://github.com/grafana/alloy/archive/refs/tags/v1.12.2.tar.gz"
sha256 "9e686f6d61b899b900f90ff796827cccde49b28cceb10cda9c4c0b1775613be7"
license "Apache-2.0"
head "https://github.com/grafana/alloy.git", branch: "main"

Expand Down
Loading