From e4df546e29804d8d85a960d695c3f11fd12d7818 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 21 Jan 2025 08:04:51 +0000 Subject: [PATCH 1/2] notation 1.3.0 --- Formula/n/notation.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/notation.rb b/Formula/n/notation.rb index cd642061d136..5cd2a73e8566 100644 --- a/Formula/n/notation.rb +++ b/Formula/n/notation.rb @@ -1,8 +1,8 @@ class Notation < Formula desc "CLI tool to sign and verify OCI artifacts and container images" homepage "https://notaryproject.dev/" - url "https://github.com/notaryproject/notation/archive/refs/tags/v1.2.0.tar.gz" - sha256 "e792c8991e2fa03bbe65623f4232345c369cd91107014c36ec67f5666b8e0041" + url "https://github.com/notaryproject/notation/archive/refs/tags/v1.3.0.tar.gz" + sha256 "ed3f59b96470de1d53da64283a0b81000e3d3193f1b8c80f764834d8124a697c" license "Apache-2.0" head "https://github.com/notaryproject/notation.git", branch: "main" From 837b646677675337f5777f9454c147186e5e4547 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 21 Jan 2025 09:08:42 +0000 Subject: [PATCH 2/2] notation: update 1.3.0 bottle. --- Formula/n/notation.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/n/notation.rb b/Formula/n/notation.rb index 5cd2a73e8566..ee06214c2f34 100644 --- a/Formula/n/notation.rb +++ b/Formula/n/notation.rb @@ -7,14 +7,12 @@ class Notation < Formula head "https://github.com/notaryproject/notation.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8f154bacbf4da75dab08520d7a574bb1dbf271960290d83200b4d44260c2fbd2" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8257d351a65fd2ad5b0d66c99b4bf332a067c49cb0d581b1a0b81b96c90c3af2" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8257d351a65fd2ad5b0d66c99b4bf332a067c49cb0d581b1a0b81b96c90c3af2" - sha256 cellar: :any_skip_relocation, arm64_monterey: "8257d351a65fd2ad5b0d66c99b4bf332a067c49cb0d581b1a0b81b96c90c3af2" - sha256 cellar: :any_skip_relocation, sonoma: "94198be627dfa4aa0bc197a41901491b9ee5ac9de28c2f1ea17fdc5a48805469" - sha256 cellar: :any_skip_relocation, ventura: "94198be627dfa4aa0bc197a41901491b9ee5ac9de28c2f1ea17fdc5a48805469" - sha256 cellar: :any_skip_relocation, monterey: "94198be627dfa4aa0bc197a41901491b9ee5ac9de28c2f1ea17fdc5a48805469" - sha256 cellar: :any_skip_relocation, x86_64_linux: "24561723cc8e33f7f5b97d051e1187683ad46f312734e98f36a3eb479a126706" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "93c93fda8136ff9f88209e2ccc520e4557edad0d5006f6c70d2e7da4b26f27bf" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "93c93fda8136ff9f88209e2ccc520e4557edad0d5006f6c70d2e7da4b26f27bf" + sha256 cellar: :any_skip_relocation, arm64_ventura: "93c93fda8136ff9f88209e2ccc520e4557edad0d5006f6c70d2e7da4b26f27bf" + sha256 cellar: :any_skip_relocation, sonoma: "5bc38bf0a9afe139774c69c796856069c5474bd22b687b5d82bf48300babe7d9" + sha256 cellar: :any_skip_relocation, ventura: "5bc38bf0a9afe139774c69c796856069c5474bd22b687b5d82bf48300babe7d9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "051c86bc0519f990ade4cdc6c8b60ee5110bffffc19dac693552e80c9f419884" end depends_on "go" => :build