From b338d203fd61394f9288e480101cd4bcdd115f93 Mon Sep 17 00:00:00 2001 From: Porkepix Date: Fri, 27 Oct 2023 10:14:06 +0200 Subject: [PATCH 1/3] apko 0.11.1 --- Formula/a/apko.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/apko.rb b/Formula/a/apko.rb index 081086d45532c..70e29ed347b21 100644 --- a/Formula/a/apko.rb +++ b/Formula/a/apko.rb @@ -1,8 +1,8 @@ class Apko < Formula desc "Build OCI images from APK packages directly without Dockerfile" homepage "https://github.com/chainguard-dev/apko" - url "https://github.com/chainguard-dev/apko/archive/refs/tags/v0.11.0.tar.gz" - sha256 "63449084f0556abb4d0796e5aec73710a082db1feab782b1b9126cb32478606c" + url "https://github.com/chainguard-dev/apko/archive/refs/tags/v0.11.1.tar.gz" + sha256 "1ebc6897c92fe3bf3d0e6f6c258f9bc859171feebcb936008f53fe6d0bef0a2e" license "Apache-2.0" head "https://github.com/chainguard-dev/apko.git", branch: "main" From ef309bb893ca7a473722833e31ac433c992957ca Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 27 Oct 2023 09:32:12 -0400 Subject: [PATCH 2/3] github_prerelease_allowlist: allow apko pre-releases Signed-off-by: Rui Chen --- audit_exceptions/github_prerelease_allowlist.json | 1 + 1 file changed, 1 insertion(+) diff --git a/audit_exceptions/github_prerelease_allowlist.json b/audit_exceptions/github_prerelease_allowlist.json index 91b0935b21090..2de2d3dc4df24 100644 --- a/audit_exceptions/github_prerelease_allowlist.json +++ b/audit_exceptions/github_prerelease_allowlist.json @@ -1,4 +1,5 @@ { + "apko": "all", "get-flash-videos": "1.25.99.03", "gitless": "0.8.8", "grt": "0.2.4", From 73e985f2ccd7863dbc70570b79b3d74bdeaa25e4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 27 Oct 2023 16:28:30 +0000 Subject: [PATCH 3/3] apko: update 0.11.1 bottle. --- Formula/a/apko.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/apko.rb b/Formula/a/apko.rb index 70e29ed347b21..e875263070ab9 100644 --- a/Formula/a/apko.rb +++ b/Formula/a/apko.rb @@ -7,13 +7,13 @@ class Apko < Formula head "https://github.com/chainguard-dev/apko.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "24d2726a577f9bc7cab218064a6c9319dae5bde9c9fd17471f499fbede78166f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "13512683596774b7e232298b76eb1d190a055740801a998bee1c621f8ae7425a" - sha256 cellar: :any_skip_relocation, arm64_monterey: "b14a2276b94293c2de997dd91c1d459f72863b3561d0e4c33f5e5611ee6d8bff" - sha256 cellar: :any_skip_relocation, sonoma: "ab0ecd6d8acdfac3e577e7b1eff609c008cf806e4bd5b179b4d42fc7bdcaaef9" - sha256 cellar: :any_skip_relocation, ventura: "f30b741c81f5fe7bfe14305bf454e35773dc6c10f717acb514546744b68f9513" - sha256 cellar: :any_skip_relocation, monterey: "10440bf0ec1eedf3a401ec770fc1fbcfd2ba5dddbef8ed8a3c3db5007fe37b35" - sha256 cellar: :any_skip_relocation, x86_64_linux: "aaa57c9a19a4fd1fbf4e49d9c6c50bc23053d5656a13059abe3e35c4aeaad450" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "65b793a6d7adf48fc1f24de17873472b1b5f8c3bf012747c597196dfac779d68" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f36d97d3cdafeaf771da0567c91bd5e2f64926bfad6ec46983ddc4e8ccc96457" + sha256 cellar: :any_skip_relocation, arm64_monterey: "56d51fa38b30e5fab9534cd5bdf4237755fb02f745122baa9332d12bd0050837" + sha256 cellar: :any_skip_relocation, sonoma: "70f69cc2626b1603276810edefe39168f498ca75866995a884562b74d6afa9b6" + sha256 cellar: :any_skip_relocation, ventura: "cdea733c4cec16b8094119c3f3317ac766460c02ff5ca4f15769de7402c38c04" + sha256 cellar: :any_skip_relocation, monterey: "eaea9a434dfc047d68c519c3f9ada6bf63d53af741bcd7eee2eb19c3000a5c4b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "73d01b0b5b7c130e832d0c6aaa90311ce52291ce1fe6f42a852530b93bb826e1" end depends_on "go" => :build