Compare commits

..

No commits in common. "main" and "guile-next_v3.0.10" have entirely different histories.

4 changed files with 4 additions and 28 deletions

View file

@ -1,14 +0,0 @@
cask "msg-desktop" do
arch arm: "aarch64"
version "0.1.0"
sha256 arm: "2888260f69bb00a7fe14b07e5a311cb69eb31cb40f4e6f3e414c75c6d07d08a7"
url "https://forge.superkamiguru.org/MSG/msg-desktop/releases/download/msg-desktop_v0.1.0/MSG%20Desktop.dmg.zip"
name "MSG Desktop"
desc "MSG Frontend app"
homepage "https://forge.superkamiguru.org/MSG/msg-desktop"
depends_on formula: "msg-cli"
app "MSG Desktop.app"
end

View file

@ -11,11 +11,6 @@ class GuileConfig < Formula
depends_on "texinfo" => :build depends_on "texinfo" => :build
depends_on "msg/apps/guile-next" depends_on "msg/apps/guile-next"
bottle do
root_url "https://forge.superkamiguru.org/MSG/homebrew-apps/releases/download/guile-config_main"
sha256 arm64_sequoia: "8c54a47417b8b0f6553928c0363564fa2b38d8bf90bdf60c5b98c1059dc2995e"
end
def install def install
ENV["GUILE_AUTO_COMPILE"] = "0" ENV["GUILE_AUTO_COMPILE"] = "0"
# We need this so we can find other modules. # We need this so we can find other modules.

View file

@ -12,11 +12,6 @@ class GuileHall < Formula
depends_on "guile-lib" depends_on "guile-lib"
depends_on "msg/apps/guile-config" 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 def install
ENV["GUILE_AUTO_COMPILE"] = "0" ENV["GUILE_AUTO_COMPILE"] = "0"

View file

@ -8,10 +8,10 @@ class MsgCli < Formula
sha256 "5c543e46e3ac9c0c387fc70dbe660f6ea4318ecf187ae8ff573b8da5bfd0ff11" sha256 "5c543e46e3ac9c0c387fc70dbe660f6ea4318ecf187ae8ff573b8da5bfd0ff11"
license "AGPL-3.0-or-later" license "AGPL-3.0-or-later"
bottle do # bottle do
root_url "https://forge.superkamiguru.org/MSG/homebrew-apps/releases/download/msg-cli_v0.1.1" # root_url "https://forge.superkamiguru.org/MSG/homebrew-apps/releases/download/msg-cli_v0.1.0"
sha256 arm64_sequoia: "11a205b49daf8660ffa3dc8a01271f9d3b0708692140fa586cd5ad306c6f7e0c" # sha256 arm64_sequoia: "e143f7bc4a551676c538125c527fbf5dec6acb17bf46ca704686ed18fff83114"
end # end
# depends_on "cmake" => :build # depends_on "cmake" => :build
depends_on "wget" depends_on "wget"