From cd594c2f349cecb3dd9cef87dccd9607ff58cd67 Mon Sep 17 00:00:00 2001 From: Chad Nelson Date: Sun, 16 Mar 2025 11:08:03 -0600 Subject: [PATCH] Updated with bottles --- Formula/guile-config.rb | 2 +- Formula/guile-hall.rb | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Formula/guile-config.rb b/Formula/guile-config.rb index c4cd339..c447500 100644 --- a/Formula/guile-config.rb +++ b/Formula/guile-config.rb @@ -12,7 +12,7 @@ class GuileConfig < Formula depends_on "msg/apps/guile-next" bottle do - root_url "https://forge.superkamiguru.org/MSG/homebrew-apps/releases/download/guile-hall_main" + root_url "https://forge.superkamiguru.org/MSG/homebrew-apps/releases/download/guile-config_main" sha256 arm64_sequoia: "8c54a47417b8b0f6553928c0363564fa2b38d8bf90bdf60c5b98c1059dc2995e" end diff --git a/Formula/guile-hall.rb b/Formula/guile-hall.rb index d6dea76..39e8a48 100644 --- a/Formula/guile-hall.rb +++ b/Formula/guile-hall.rb @@ -12,6 +12,11 @@ class GuileHall < Formula depends_on "guile-lib" depends_on "msg/apps/guile-config" + bottle do + root_url "https://forge.superkamiguru.org/MSG/homebrew-apps/releases/download/guile-hall_main" + sha256 arm64_sequoia: "59a2f2434d8c3563abaaf3d88bfc9f17753e4fe095dcfddc4247081a1fd828d6" + end + def install ENV["GUILE_AUTO_COMPILE"] = "0"