Skip to content

Commit

Permalink
morpheus: upgrade from 2.3.7 to 2.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jdieg0 committed Aug 27, 2024
1 parent 170564a commit d819f60
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions Formula/morpheus.rb
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit d819f60

Please sign in to comment.