From 7a914f5b6457f0684b027f80b243b740116a282a Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 7 Nov 2023 08:33:15 -0500 Subject: [PATCH 1/2] crun 1.11.2 --- Formula/c/crun.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/crun.rb b/Formula/c/crun.rb index 8f405e80ba207..a367d8c5954e8 100644 --- a/Formula/c/crun.rb +++ b/Formula/c/crun.rb @@ -1,8 +1,8 @@ class Crun < Formula desc "Fast and lightweight fully featured OCI runtime and C library" homepage "https://github.com/containers/crun" - url "https://github.com/containers/crun/releases/download/1.11.1/crun-1.11.1.tar.xz" - sha256 "9543b6fb097f4c9adab6818d4fdac6fcfbafda23a8052013c6ee9d599ef7675f" + url "https://github.com/containers/crun/releases/download/1.11.2/crun-1.11.2.tar.xz" + sha256 "208da963a9c8dcebad63e284d6af4e569ec798ef37380e9b5b38dbbbccd5f0cd" license any_of: ["GPL-2.0-or-later", "LGPL-2.1-or-later"] bottle do From de811d5e8cd5d66149d1a2103a5ad3943d371409 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 7 Nov 2023 13:53:50 +0000 Subject: [PATCH 2/2] crun: update 1.11.2 bottle. --- Formula/c/crun.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/c/crun.rb b/Formula/c/crun.rb index a367d8c5954e8..e9c632d3ad4dd 100644 --- a/Formula/c/crun.rb +++ b/Formula/c/crun.rb @@ -6,7 +6,7 @@ class Crun < Formula license any_of: ["GPL-2.0-or-later", "LGPL-2.1-or-later"] bottle do - sha256 cellar: :any_skip_relocation, x86_64_linux: "84c31709cd9a3d0c2a694eeb88d0396681bb21d61f19f2b666fa845e775230a0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f7931854574e5b3a407081549af47b0c7dc945f244b3ee3d6099919511d3a131" end depends_on "autoconf" => :build