homebrew-cask/Casks/chemdoodle.rb

15 lines
461 B
Ruby

cask "chemdoodle" do
version "11.2.0"
sha256 "05c9a49d054f08362a09155866c4026fe2587af1db0290682beb15654e4eeb24"
url "https://www.ichemlabs.com/downloads/ChemDoodle-macos-#{version}.dmg"
appcast "https://www.ichemlabs.com/download#chemdoodle/osx-installation-instructions/"
name "ChemDoodle"
desc "2D chemical drawing, publishing and informatics"
homepage "https://www.ichemlabs.com/"
depends_on macos: ">= :yosemite"
suite "ChemDoodle"
end