diff --git a/Aliases/morpheus@2.3.7 b/Aliases/morpheus@2.3.8 similarity index 100% rename from Aliases/morpheus@2.3.7 rename to Aliases/morpheus@2.3.8 diff --git a/Formula/morpheus.rb b/Formula/morpheus.rb index c390b50..64d47d5 100644 --- a/Formula/morpheus.rb +++ b/Formula/morpheus.rb @@ -1,8 +1,8 @@ class Morpheus < Formula desc "Modeling environment for multi-cellular systems biology" homepage "https://morpheus.gitlab.io/" - url "https://gitlab.com/morpheus.lab/morpheus/-/archive/v2.3.7/morpheus-v2.3.7.tar.gz" - sha256 "ad5694a098e4752db53659ee983c3ae417a43747320e73c3005f6cf88b52d55c" + url "https://gitlab.com/morpheus.lab/morpheus/-/archive/v2.3.8/morpheus-v2.3.8.tar.gz" + sha256 "d4f4d3434fadbb149a52da2840d248176fe216a515f50a7ef904e22623f2e85c" license "BSD-3-Clause" livecheck do @@ -16,12 +16,12 @@ class Morpheus < Formula depends_on "cmake" => :build depends_on "doxygen" => :build depends_on "ninja" => :build + depends_on "ffmpeg" depends_on "gnuplot" depends_on "graphviz" depends_on "libomp" depends_on "libtiff" depends_on "qt@5" - depends_on "ffmpeg" => :recommended # Runtime dependencies uses_from_macos "bzip2" uses_from_macos "libxml2" diff --git a/README.md b/README.md index 359beab..3136589 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,9 @@ # Morpheus Homebrew Tap -[![GitHub release (latest by date)](https://img.shields.io/github/v/release/morpheus-lab/homebrew-morpheus)](https://github.com/morpheus-lab/homebrew-morpheus/releases) -[![brew test-bot](https://github.com/morpheus-lab/homebrew-morpheus/actions/workflows/tests.yml/badge.svg)](https://github.com/morpheus-lab/homebrew-morpheus/actions/workflows/tests.yml) [![GitHub last commit](https://img.shields.io/github/last-commit/morpheus-lab/homebrew-morpheus)](https://github.com/morpheus-lab/homebrew-morpheus/commits/main) +[![brew test-bot](https://github.com/morpheus-lab/homebrew-morpheus/actions/workflows/tests.yml/badge.svg)](https://github.com/morpheus-lab/homebrew-morpheus/actions/workflows/tests.yml) [![GitHub](https://img.shields.io/github/license/morpheus-lab/homebrew-morpheus)](https://github.com/morpheus-lab/homebrew-morpheus/blob/main/LICENSE) -[![GitHub all releases](https://img.shields.io/github/downloads/morpheus-lab/homebrew-morpheus/total)](https://github.com/morpheus-lab/homebrew-morpheus/releases) +[![Download](https://img.shields.io/badge/Download-Morpheus-blueviolet)](https://morpheus.gitlab.io/download/latest/) [![GitLab forks](https://img.shields.io/gitlab/forks/morpheus.lab/morpheus?style=social)](https://gitlab.com/morpheus.lab/morpheus) [![GitLab stars](https://img.shields.io/gitlab/stars/morpheus.lab/morpheus?style=social)](https://gitlab.com/morpheus.lab/morpheus)