Skip to content
Closed
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
9 changes: 8 additions & 1 deletion Formula/r/ratify.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
class Ratify < Formula
desc "Artifact Ratification Framework"
homepage "https://ratify.dev"
url "https://github.com/notaryproject/ratify/archive/refs/tags/v1.4.1.tar.gz"
sha256 "58db052b8a02a7d5cc78dde837530c5d7fe0f525facd84d8aac4ef7ab93f5ce2"
sha256 "fe80cd14f68e69f9ff0951dce74b3954c158aac8608f9fa5fc4508d1e10f23a5"
license "Apache-2.0"
head "https://github.com/notaryproject/ratify.git", branch: "main"

# Upstream moves the tag until a release is finally made and marked as latest,
# so we have to use the `GithubLatest` strategy to avoid picking up a pre-release.
livecheck do
url :stable
strategy :github_latest
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_tahoe: "6fdbdf1f9e1245d66cdb6dfda5362bba5dd3f1b826f76100604b8d94a7e47e17"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b52b32cd9d05985a26682e45778cb96350625b7fb6bbee7b1d9727e9c1a98690"
Expand Down
Loading