From 66c4d45d21439a4da0dc8215ba33244c3ddf784b Mon Sep 17 00:00:00 2001 From: Patrick Linnane Date: Wed, 8 Nov 2023 08:49:32 -0800 Subject: [PATCH 1/2] notation 1.0.1 --- 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 91ad3615a858..a84e3d2249fe 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.0.0.tar.gz" - sha256 "c7e3a154cb132d17c72c9954e2c2144b5dd1781af69e9bfe25ec29916e2f01be" + url "https://github.com/notaryproject/notation/archive/refs/tags/v1.0.1.tar.gz" + sha256 "f3f9df6fbd717cc169030d6527591d56fd37f0469a4a3b4c4e3d4c1ee0264299" license "Apache-2.0" head "https://github.com/notaryproject/notation.git", branch: "main" From 6532b29fb07a31c3eb30ffed67cbce792389007b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 8 Nov 2023 18:22:02 +0000 Subject: [PATCH 2/2] notation: update 1.0.1 bottle. --- Formula/n/notation.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/n/notation.rb b/Formula/n/notation.rb index a84e3d2249fe..b95fd11dd81d 100644 --- a/Formula/n/notation.rb +++ b/Formula/n/notation.rb @@ -7,14 +7,13 @@ class Notation < Formula head "https://github.com/notaryproject/notation.git", branch: "main" bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b967a2f4c05b38392b9a589371ed1d48315b877de2aa22c7f09876161d1aed76" - sha256 cellar: :any_skip_relocation, arm64_ventura: "95356462886bde10123d40640a23a135bd059ab77d92add6a0cc7442ee32379f" - sha256 cellar: :any_skip_relocation, arm64_monterey: "d93eaf9dffeba4f93a98ec1b7e42d0d17fe779215afe301dbe5cec7dd301381f" - sha256 cellar: :any_skip_relocation, sonoma: "c7b03137db89f3c8457e7eabf24fb3db1cd9f377867f9e168547de5eb621bd05" - sha256 cellar: :any_skip_relocation, ventura: "6d115251f1f18f2b4746224ced357fbd74efecad21b57cf67e490d2b745a6d9f" - sha256 cellar: :any_skip_relocation, monterey: "456df15807ea7ec10a5a6bafb089cb39f32a1fda1f14107d0447e5d4aab64bf4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e251f61207de5067228fc4bfe045711953f983419feae855394bbf24eb48d371" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "dca353ae6bc14a90bf43293e91b8ffcacb44eaa22863ff9839a111f40fab35d8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a4a1867f5c77d519b2baef9325cdf30f6bf09c598821bfd7e50d9c6068684634" + sha256 cellar: :any_skip_relocation, arm64_monterey: "a81b706bfd194cba45eac778add9c55286b440517221890984030d722f112013" + sha256 cellar: :any_skip_relocation, sonoma: "f966bfbfca323c9de79c3605bc468d6c7149125f7859b28c5172877737117025" + sha256 cellar: :any_skip_relocation, ventura: "b13b1bf7642e40c45ee40e55888f5620dbd422147eff1e3d6dee5da418a83bf0" + sha256 cellar: :any_skip_relocation, monterey: "24f6f8118514b61e095c208aedd5e516aa366413142aca9c8ffd8a0ccc92c4eb" + sha256 cellar: :any_skip_relocation, x86_64_linux: "631eb1a05d62397ceead6f41106d12b32a1c9af70085437d9d26a2d2340af229" end depends_on "go" => :build