phinze/homebrew-cask

View on GitHub
Casks/m/mauve.rb

Summary

Maintainability
A
0 mins
Test Coverage
cask "mauve" do
  version "2015.02.25"
  sha256 "7a9586ef3b83aa7678424a3f17ac15a257ff520b3968d78e1345b3c69b23c171"

  url "https://darlinglab.org/mauve/snapshots/#{version.major}/#{version.dots_to_hyphens}/MacOS/Mauve-snapshot_#{version.dots_to_hyphens}.dmg"
  name "Mauve"
  desc "System for constructing multiple genome alignments"
  homepage "https://darlinglab.org/mauve/mauve.html"

  deprecate! date: "2023-12-17", because: :discontinued

  app "Mauve.app"
end