From 0b770fcee50412c061ed96f16865fe4df3b3ec65 Mon Sep 17 00:00:00 2001 From: Chad Nelson Date: Tue, 4 Mar 2025 13:19:45 -0700 Subject: [PATCH] Updated reference to msg guile-next --- Formula/msg-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/msg-cli.rb b/Formula/msg-cli.rb index 85c94da..755b256 100644 --- a/Formula/msg-cli.rb +++ b/Formula/msg-cli.rb @@ -4,14 +4,14 @@ class MsgCli < Formula desc "MacOS Subsystem for Guix - Creates a virtual machine for running a local guix environment on your mac" homepage "https://superkamiguru.org/projects/msg.html" - url "https://forge.superkamiguru.org/MSG/msg-cli/archive/v0.1.0.tar.gz" - sha256 "5fdc36313d8903f705a6ba012dbd09326c103709f722135f0f72b1191ca8940a" + url "https://forge.superkamiguru.org/MSG/msg-cli/archive/v0.1.1.tar.gz" + sha256 "5c543e46e3ac9c0c387fc70dbe660f6ea4318ecf187ae8ff573b8da5bfd0ff11" license "AGPL-3.0-or-later" - bottle do - root_url "https://forge.superkamiguru.org/MSG/homebrew-apps/releases/download/msg-cli_v0.1.0" - sha256 arm64_sequoia: "e143f7bc4a551676c538125c527fbf5dec6acb17bf46ca704686ed18fff83114" - end + # bottle do + # root_url "https://forge.superkamiguru.org/MSG/homebrew-apps/releases/download/msg-cli_v0.1.0" + # sha256 arm64_sequoia: "e143f7bc4a551676c538125c527fbf5dec6acb17bf46ca704686ed18fff83114" + # end # depends_on "cmake" => :build depends_on "wget" @@ -19,7 +19,7 @@ class MsgCli < Formula depends_on "autoconf" => :build depends_on "automake" => :build depends_on "libtool" => :build - depends_on "guile-next" + depends_on "msg/apps/guile-next" depends_on "texinfo" # Additional dependency # resource "" do