Updated reference to msg guile-next
This commit is contained in:
parent
425bc344fc
commit
0b770fcee5
1 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue